1. Packages
  2. Intersight Provider
  3. API Docs
  4. getEquipmentSwitchCard
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getEquipmentSwitchCard

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Fixed / Removable module on a Fabric Interconnect / Switch.

    Using getEquipmentSwitchCard

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEquipmentSwitchCard(args: GetEquipmentSwitchCardArgs, opts?: InvokeOptions): Promise<GetEquipmentSwitchCardResult>
    function getEquipmentSwitchCardOutput(args: GetEquipmentSwitchCardOutputArgs, opts?: InvokeOptions): Output<GetEquipmentSwitchCardResult>
    def get_equipment_switch_card(account_moid: Optional[str] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetEquipmentSwitchCardAncestor]] = None,
                                  base_mac: Optional[str] = None,
                                  class_id: Optional[str] = None,
                                  create_time: Optional[str] = None,
                                  description: Optional[str] = None,
                                  device_mo_id: Optional[str] = None,
                                  dn: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  end_mac: Optional[str] = None,
                                  ethernet_switching_mode: Optional[str] = None,
                                  fc_port_channels: Optional[Sequence[GetEquipmentSwitchCardFcPortChannel]] = None,
                                  fc_ports: Optional[Sequence[GetEquipmentSwitchCardFcPort]] = None,
                                  fc_switching_mode: Optional[str] = None,
                                  hw_version: Optional[str] = None,
                                  id: Optional[str] = None,
                                  inventory_device_info: Optional[GetEquipmentSwitchCardInventoryDeviceInfo] = None,
                                  is_upgraded: Optional[bool] = None,
                                  mod_time: Optional[str] = None,
                                  model: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  name: Optional[str] = None,
                                  network_element: Optional[GetEquipmentSwitchCardNetworkElement] = None,
                                  num_ports: Optional[float] = None,
                                  object_type: Optional[str] = None,
                                  out_of_band_ip_address: Optional[str] = None,
                                  out_of_band_ip_gateway: Optional[str] = None,
                                  out_of_band_ip_mask: Optional[str] = None,
                                  out_of_band_mac: Optional[str] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetEquipmentSwitchCardParent] = None,
                                  part_number: Optional[str] = None,
                                  permission_resources: Optional[Sequence[GetEquipmentSwitchCardPermissionResource]] = None,
                                  port_channels: Optional[Sequence[GetEquipmentSwitchCardPortChannel]] = None,
                                  port_groups: Optional[Sequence[GetEquipmentSwitchCardPortGroup]] = None,
                                  power_state: Optional[str] = None,
                                  presence: Optional[str] = None,
                                  previous_fru: Optional[GetEquipmentSwitchCardPreviousFru] = None,
                                  registered_device: Optional[GetEquipmentSwitchCardRegisteredDevice] = None,
                                  revision: Optional[str] = None,
                                  rn: Optional[str] = None,
                                  serial: Optional[str] = None,
                                  shared_scope: Optional[str] = None,
                                  slot_id: Optional[float] = None,
                                  state: Optional[str] = None,
                                  status: Optional[str] = None,
                                  switch_id: Optional[str] = None,
                                  tags: Optional[Sequence[GetEquipmentSwitchCardTag]] = None,
                                  thermal: Optional[str] = None,
                                  type: Optional[str] = None,
                                  vendor: Optional[str] = None,
                                  version_context: Optional[GetEquipmentSwitchCardVersionContext] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetEquipmentSwitchCardResult
    def get_equipment_switch_card_output(account_moid: Optional[pulumi.Input[str]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentSwitchCardAncestorArgs]]]] = None,
                                  base_mac: Optional[pulumi.Input[str]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  description: Optional[pulumi.Input[str]] = None,
                                  device_mo_id: Optional[pulumi.Input[str]] = None,
                                  dn: Optional[pulumi.Input[str]] = None,
                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                  end_mac: Optional[pulumi.Input[str]] = None,
                                  ethernet_switching_mode: Optional[pulumi.Input[str]] = None,
                                  fc_port_channels: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentSwitchCardFcPortChannelArgs]]]] = None,
                                  fc_ports: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentSwitchCardFcPortArgs]]]] = None,
                                  fc_switching_mode: Optional[pulumi.Input[str]] = None,
                                  hw_version: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  inventory_device_info: Optional[pulumi.Input[GetEquipmentSwitchCardInventoryDeviceInfoArgs]] = None,
                                  is_upgraded: Optional[pulumi.Input[bool]] = None,
                                  mod_time: Optional[pulumi.Input[str]] = None,
                                  model: Optional[pulumi.Input[str]] = None,
                                  moid: Optional[pulumi.Input[str]] = None,
                                  name: Optional[pulumi.Input[str]] = None,
                                  network_element: Optional[pulumi.Input[GetEquipmentSwitchCardNetworkElementArgs]] = None,
                                  num_ports: Optional[pulumi.Input[float]] = None,
                                  object_type: Optional[pulumi.Input[str]] = None,
                                  out_of_band_ip_address: Optional[pulumi.Input[str]] = None,
                                  out_of_band_ip_gateway: Optional[pulumi.Input[str]] = None,
                                  out_of_band_ip_mask: Optional[pulumi.Input[str]] = None,
                                  out_of_band_mac: Optional[pulumi.Input[str]] = None,
                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  parent: Optional[pulumi.Input[GetEquipmentSwitchCardParentArgs]] = None,
                                  part_number: Optional[pulumi.Input[str]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentSwitchCardPermissionResourceArgs]]]] = None,
                                  port_channels: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentSwitchCardPortChannelArgs]]]] = None,
                                  port_groups: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentSwitchCardPortGroupArgs]]]] = None,
                                  power_state: Optional[pulumi.Input[str]] = None,
                                  presence: Optional[pulumi.Input[str]] = None,
                                  previous_fru: Optional[pulumi.Input[GetEquipmentSwitchCardPreviousFruArgs]] = None,
                                  registered_device: Optional[pulumi.Input[GetEquipmentSwitchCardRegisteredDeviceArgs]] = None,
                                  revision: Optional[pulumi.Input[str]] = None,
                                  rn: Optional[pulumi.Input[str]] = None,
                                  serial: Optional[pulumi.Input[str]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  slot_id: Optional[pulumi.Input[float]] = None,
                                  state: Optional[pulumi.Input[str]] = None,
                                  status: Optional[pulumi.Input[str]] = None,
                                  switch_id: Optional[pulumi.Input[str]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentSwitchCardTagArgs]]]] = None,
                                  thermal: Optional[pulumi.Input[str]] = None,
                                  type: Optional[pulumi.Input[str]] = None,
                                  vendor: Optional[pulumi.Input[str]] = None,
                                  version_context: Optional[pulumi.Input[GetEquipmentSwitchCardVersionContextArgs]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetEquipmentSwitchCardResult]
    func LookupEquipmentSwitchCard(ctx *Context, args *LookupEquipmentSwitchCardArgs, opts ...InvokeOption) (*LookupEquipmentSwitchCardResult, error)
    func LookupEquipmentSwitchCardOutput(ctx *Context, args *LookupEquipmentSwitchCardOutputArgs, opts ...InvokeOption) LookupEquipmentSwitchCardResultOutput

    > Note: This function is named LookupEquipmentSwitchCard in the Go SDK.

    public static class GetEquipmentSwitchCard 
    {
        public static Task<GetEquipmentSwitchCardResult> InvokeAsync(GetEquipmentSwitchCardArgs args, InvokeOptions? opts = null)
        public static Output<GetEquipmentSwitchCardResult> Invoke(GetEquipmentSwitchCardInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEquipmentSwitchCardResult> getEquipmentSwitchCard(GetEquipmentSwitchCardArgs args, InvokeOptions options)
    public static Output<GetEquipmentSwitchCardResult> getEquipmentSwitchCard(GetEquipmentSwitchCardArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getEquipmentSwitchCard:getEquipmentSwitchCard
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetEquipmentSwitchCardAncestor>
    BaseMac string
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Detailed description of this switch hardware.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndMac string
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    EthernetSwitchingMode string
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    FcPortChannels List<GetEquipmentSwitchCardFcPortChannel>
    FcPorts List<GetEquipmentSwitchCardFcPort>
    FcSwitchingMode string
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    HwVersion string
    The Hardware version of the switch hardware.
    Id string
    InventoryDeviceInfo GetEquipmentSwitchCardInventoryDeviceInfo
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the switch card like Line Card-1.
    NetworkElement GetEquipmentSwitchCardNetworkElement
    NumPorts double
    Number of ports present in this switch hardware.
    ObjectType string
    OutOfBandIpAddress string
    Field specifies this Switch's Out-of-band IP address.
    OutOfBandIpGateway string
    Field specifies this Switch's default gateway for the out-of-band management interface.
    OutOfBandIpMask string
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    OutOfBandMac string
    The MAC address of the Switch's out-of-band management interface.
    Owners List<string>
    Parent GetEquipmentSwitchCardParent
    PartNumber string
    The part number of the switch hardware.
    PermissionResources List<GetEquipmentSwitchCardPermissionResource>
    PortChannels List<GetEquipmentSwitchCardPortChannel>
    PortGroups List<GetEquipmentSwitchCardPortGroup>
    PowerState string
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetEquipmentSwitchCardPreviousFru
    RegisteredDevice GetEquipmentSwitchCardRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId double
    Slot identifier of the local Switch slot Interface.
    State string
    Operational state of the switch hardware.
    Status string
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags List<GetEquipmentSwitchCardTag>
    Thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    Type string
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetEquipmentSwitchCardVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetEquipmentSwitchCardAncestor
    BaseMac string
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Detailed description of this switch hardware.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndMac string
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    EthernetSwitchingMode string
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    FcPortChannels []GetEquipmentSwitchCardFcPortChannel
    FcPorts []GetEquipmentSwitchCardFcPort
    FcSwitchingMode string
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    HwVersion string
    The Hardware version of the switch hardware.
    Id string
    InventoryDeviceInfo GetEquipmentSwitchCardInventoryDeviceInfo
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the switch card like Line Card-1.
    NetworkElement GetEquipmentSwitchCardNetworkElement
    NumPorts float64
    Number of ports present in this switch hardware.
    ObjectType string
    OutOfBandIpAddress string
    Field specifies this Switch's Out-of-band IP address.
    OutOfBandIpGateway string
    Field specifies this Switch's default gateway for the out-of-band management interface.
    OutOfBandIpMask string
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    OutOfBandMac string
    The MAC address of the Switch's out-of-band management interface.
    Owners []string
    Parent GetEquipmentSwitchCardParent
    PartNumber string
    The part number of the switch hardware.
    PermissionResources []GetEquipmentSwitchCardPermissionResource
    PortChannels []GetEquipmentSwitchCardPortChannel
    PortGroups []GetEquipmentSwitchCardPortGroup
    PowerState string
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetEquipmentSwitchCardPreviousFru
    RegisteredDevice GetEquipmentSwitchCardRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId float64
    Slot identifier of the local Switch slot Interface.
    State string
    Operational state of the switch hardware.
    Status string
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags []GetEquipmentSwitchCardTag
    Thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    Type string
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetEquipmentSwitchCardVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetEquipmentSwitchCardAncestor>
    baseMac String
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Detailed description of this switch hardware.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endMac String
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    ethernetSwitchingMode String
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    fcPortChannels List<GetEquipmentSwitchCardFcPortChannel>
    fcPorts List<GetEquipmentSwitchCardFcPort>
    fcSwitchingMode String
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    hwVersion String
    The Hardware version of the switch hardware.
    id String
    inventoryDeviceInfo GetEquipmentSwitchCardInventoryDeviceInfo
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the switch card like Line Card-1.
    networkElement GetEquipmentSwitchCardNetworkElement
    numPorts Double
    Number of ports present in this switch hardware.
    objectType String
    outOfBandIpAddress String
    Field specifies this Switch's Out-of-band IP address.
    outOfBandIpGateway String
    Field specifies this Switch's default gateway for the out-of-band management interface.
    outOfBandIpMask String
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    outOfBandMac String
    The MAC address of the Switch's out-of-band management interface.
    owners List<String>
    parent GetEquipmentSwitchCardParent
    partNumber String
    The part number of the switch hardware.
    permissionResources List<GetEquipmentSwitchCardPermissionResource>
    portChannels List<GetEquipmentSwitchCardPortChannel>
    portGroups List<GetEquipmentSwitchCardPortGroup>
    powerState String
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetEquipmentSwitchCardPreviousFru
    registeredDevice GetEquipmentSwitchCardRegisteredDevice
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId Double
    Slot identifier of the local Switch slot Interface.
    state String
    Operational state of the switch hardware.
    status String
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<GetEquipmentSwitchCardTag>
    thermal String
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    type String
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext GetEquipmentSwitchCardVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetEquipmentSwitchCardAncestor[]
    baseMac string
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Detailed description of this switch hardware.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endMac string
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    ethernetSwitchingMode string
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    fcPortChannels GetEquipmentSwitchCardFcPortChannel[]
    fcPorts GetEquipmentSwitchCardFcPort[]
    fcSwitchingMode string
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    hwVersion string
    The Hardware version of the switch hardware.
    id string
    inventoryDeviceInfo GetEquipmentSwitchCardInventoryDeviceInfo
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime string
    The time when this managed object was last modified.
    model string
    This field displays the model number of the associated component or hardware.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the switch card like Line Card-1.
    networkElement GetEquipmentSwitchCardNetworkElement
    numPorts number
    Number of ports present in this switch hardware.
    objectType string
    outOfBandIpAddress string
    Field specifies this Switch's Out-of-band IP address.
    outOfBandIpGateway string
    Field specifies this Switch's default gateway for the out-of-band management interface.
    outOfBandIpMask string
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    outOfBandMac string
    The MAC address of the Switch's out-of-band management interface.
    owners string[]
    parent GetEquipmentSwitchCardParent
    partNumber string
    The part number of the switch hardware.
    permissionResources GetEquipmentSwitchCardPermissionResource[]
    portChannels GetEquipmentSwitchCardPortChannel[]
    portGroups GetEquipmentSwitchCardPortGroup[]
    powerState string
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetEquipmentSwitchCardPreviousFru
    registeredDevice GetEquipmentSwitchCardRegisteredDevice
    revision string
    This field displays the revised version of the associated component or hardware (if any).
    rn string
    The Relative Name uniquely identifies an object within a given context.
    serial string
    This field displays the serial number of the associated component or hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId number
    Slot identifier of the local Switch slot Interface.
    state string
    Operational state of the switch hardware.
    status string
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    switchId string
    Switch Identifier that is local to a cluster.
    tags GetEquipmentSwitchCardTag[]
    thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    type string
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContext GetEquipmentSwitchCardVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetEquipmentSwitchCardAncestor]
    base_mac str
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Detailed description of this switch hardware.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    end_mac str
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    ethernet_switching_mode str
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    fc_port_channels Sequence[GetEquipmentSwitchCardFcPortChannel]
    fc_ports Sequence[GetEquipmentSwitchCardFcPort]
    fc_switching_mode str
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    hw_version str
    The Hardware version of the switch hardware.
    id str
    inventory_device_info GetEquipmentSwitchCardInventoryDeviceInfo
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field displays the model number of the associated component or hardware.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the switch card like Line Card-1.
    network_element GetEquipmentSwitchCardNetworkElement
    num_ports float
    Number of ports present in this switch hardware.
    object_type str
    out_of_band_ip_address str
    Field specifies this Switch's Out-of-band IP address.
    out_of_band_ip_gateway str
    Field specifies this Switch's default gateway for the out-of-band management interface.
    out_of_band_ip_mask str
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    out_of_band_mac str
    The MAC address of the Switch's out-of-band management interface.
    owners Sequence[str]
    parent GetEquipmentSwitchCardParent
    part_number str
    The part number of the switch hardware.
    permission_resources Sequence[GetEquipmentSwitchCardPermissionResource]
    port_channels Sequence[GetEquipmentSwitchCardPortChannel]
    port_groups Sequence[GetEquipmentSwitchCardPortGroup]
    power_state str
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_fru GetEquipmentSwitchCardPreviousFru
    registered_device GetEquipmentSwitchCardRegisteredDevice
    revision str
    This field displays the revised version of the associated component or hardware (if any).
    rn str
    The Relative Name uniquely identifies an object within a given context.
    serial str
    This field displays the serial number of the associated component or hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slot_id float
    Slot identifier of the local Switch slot Interface.
    state str
    Operational state of the switch hardware.
    status str
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    switch_id str
    Switch Identifier that is local to a cluster.
    tags Sequence[GetEquipmentSwitchCardTag]
    thermal str
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    type str
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_context GetEquipmentSwitchCardVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    baseMac String
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Detailed description of this switch hardware.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endMac String
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    ethernetSwitchingMode String
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    fcPortChannels List<Property Map>
    fcPorts List<Property Map>
    fcSwitchingMode String
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    hwVersion String
    The Hardware version of the switch hardware.
    id String
    inventoryDeviceInfo Property Map
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the switch card like Line Card-1.
    networkElement Property Map
    numPorts Number
    Number of ports present in this switch hardware.
    objectType String
    outOfBandIpAddress String
    Field specifies this Switch's Out-of-band IP address.
    outOfBandIpGateway String
    Field specifies this Switch's default gateway for the out-of-band management interface.
    outOfBandIpMask String
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    outOfBandMac String
    The MAC address of the Switch's out-of-band management interface.
    owners List<String>
    parent Property Map
    partNumber String
    The part number of the switch hardware.
    permissionResources List<Property Map>
    portChannels List<Property Map>
    portGroups List<Property Map>
    powerState String
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru Property Map
    registeredDevice Property Map
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId Number
    Slot identifier of the local Switch slot Interface.
    state String
    Operational state of the switch hardware.
    status String
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<Property Map>
    thermal String
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    type String
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext Property Map

    getEquipmentSwitchCard Result

    The following output properties are available:

    Id string
    Results List<GetEquipmentSwitchCardResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetEquipmentSwitchCardAncestor>
    BaseMac string
    ClassId string
    CreateTime string
    Description string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EndMac string
    EthernetSwitchingMode string
    FcPortChannels List<GetEquipmentSwitchCardFcPortChannel>
    FcPorts List<GetEquipmentSwitchCardFcPort>
    FcSwitchingMode string
    HwVersion string
    InventoryDeviceInfo GetEquipmentSwitchCardInventoryDeviceInfo
    IsUpgraded bool
    ModTime string
    Model string
    Moid string
    Name string
    NetworkElement GetEquipmentSwitchCardNetworkElement
    NumPorts double
    ObjectType string
    OutOfBandIpAddress string
    OutOfBandIpGateway string
    OutOfBandIpMask string
    OutOfBandMac string
    Owners List<string>
    Parent GetEquipmentSwitchCardParent
    PartNumber string
    PermissionResources List<GetEquipmentSwitchCardPermissionResource>
    PortChannels List<GetEquipmentSwitchCardPortChannel>
    PortGroups List<GetEquipmentSwitchCardPortGroup>
    PowerState string
    Presence string
    PreviousFru GetEquipmentSwitchCardPreviousFru
    RegisteredDevice GetEquipmentSwitchCardRegisteredDevice
    Revision string
    Rn string
    Serial string
    SharedScope string
    SlotId double
    State string
    Status string
    SwitchId string
    Tags List<GetEquipmentSwitchCardTag>
    Thermal string
    Type string
    Vendor string
    VersionContext GetEquipmentSwitchCardVersionContext
    Id string
    Results []GetEquipmentSwitchCardResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetEquipmentSwitchCardAncestor
    BaseMac string
    ClassId string
    CreateTime string
    Description string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EndMac string
    EthernetSwitchingMode string
    FcPortChannels []GetEquipmentSwitchCardFcPortChannel
    FcPorts []GetEquipmentSwitchCardFcPort
    FcSwitchingMode string
    HwVersion string
    InventoryDeviceInfo GetEquipmentSwitchCardInventoryDeviceInfo
    IsUpgraded bool
    ModTime string
    Model string
    Moid string
    Name string
    NetworkElement GetEquipmentSwitchCardNetworkElement
    NumPorts float64
    ObjectType string
    OutOfBandIpAddress string
    OutOfBandIpGateway string
    OutOfBandIpMask string
    OutOfBandMac string
    Owners []string
    Parent GetEquipmentSwitchCardParent
    PartNumber string
    PermissionResources []GetEquipmentSwitchCardPermissionResource
    PortChannels []GetEquipmentSwitchCardPortChannel
    PortGroups []GetEquipmentSwitchCardPortGroup
    PowerState string
    Presence string
    PreviousFru GetEquipmentSwitchCardPreviousFru
    RegisteredDevice GetEquipmentSwitchCardRegisteredDevice
    Revision string
    Rn string
    Serial string
    SharedScope string
    SlotId float64
    State string
    Status string
    SwitchId string
    Tags []GetEquipmentSwitchCardTag
    Thermal string
    Type string
    Vendor string
    VersionContext GetEquipmentSwitchCardVersionContext
    id String
    results List<GetEquipmentSwitchCardResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetEquipmentSwitchCardAncestor>
    baseMac String
    classId String
    createTime String
    description String
    deviceMoId String
    dn String
    domainGroupMoid String
    endMac String
    ethernetSwitchingMode String
    fcPortChannels List<GetEquipmentSwitchCardFcPortChannel>
    fcPorts List<GetEquipmentSwitchCardFcPort>
    fcSwitchingMode String
    hwVersion String
    inventoryDeviceInfo GetEquipmentSwitchCardInventoryDeviceInfo
    isUpgraded Boolean
    modTime String
    model String
    moid String
    name String
    networkElement GetEquipmentSwitchCardNetworkElement
    numPorts Double
    objectType String
    outOfBandIpAddress String
    outOfBandIpGateway String
    outOfBandIpMask String
    outOfBandMac String
    owners List<String>
    parent GetEquipmentSwitchCardParent
    partNumber String
    permissionResources List<GetEquipmentSwitchCardPermissionResource>
    portChannels List<GetEquipmentSwitchCardPortChannel>
    portGroups List<GetEquipmentSwitchCardPortGroup>
    powerState String
    presence String
    previousFru GetEquipmentSwitchCardPreviousFru
    registeredDevice GetEquipmentSwitchCardRegisteredDevice
    revision String
    rn String
    serial String
    sharedScope String
    slotId Double
    state String
    status String
    switchId String
    tags List<GetEquipmentSwitchCardTag>
    thermal String
    type String
    vendor String
    versionContext GetEquipmentSwitchCardVersionContext
    id string
    results GetEquipmentSwitchCardResult[]
    accountMoid string
    additionalProperties string
    ancestors GetEquipmentSwitchCardAncestor[]
    baseMac string
    classId string
    createTime string
    description string
    deviceMoId string
    dn string
    domainGroupMoid string
    endMac string
    ethernetSwitchingMode string
    fcPortChannels GetEquipmentSwitchCardFcPortChannel[]
    fcPorts GetEquipmentSwitchCardFcPort[]
    fcSwitchingMode string
    hwVersion string
    inventoryDeviceInfo GetEquipmentSwitchCardInventoryDeviceInfo
    isUpgraded boolean
    modTime string
    model string
    moid string
    name string
    networkElement GetEquipmentSwitchCardNetworkElement
    numPorts number
    objectType string
    outOfBandIpAddress string
    outOfBandIpGateway string
    outOfBandIpMask string
    outOfBandMac string
    owners string[]
    parent GetEquipmentSwitchCardParent
    partNumber string
    permissionResources GetEquipmentSwitchCardPermissionResource[]
    portChannels GetEquipmentSwitchCardPortChannel[]
    portGroups GetEquipmentSwitchCardPortGroup[]
    powerState string
    presence string
    previousFru GetEquipmentSwitchCardPreviousFru
    registeredDevice GetEquipmentSwitchCardRegisteredDevice
    revision string
    rn string
    serial string
    sharedScope string
    slotId number
    state string
    status string
    switchId string
    tags GetEquipmentSwitchCardTag[]
    thermal string
    type string
    vendor string
    versionContext GetEquipmentSwitchCardVersionContext
    id str
    results Sequence[GetEquipmentSwitchCardResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetEquipmentSwitchCardAncestor]
    base_mac str
    class_id str
    create_time str
    description str
    device_mo_id str
    dn str
    domain_group_moid str
    end_mac str
    ethernet_switching_mode str
    fc_port_channels Sequence[GetEquipmentSwitchCardFcPortChannel]
    fc_ports Sequence[GetEquipmentSwitchCardFcPort]
    fc_switching_mode str
    hw_version str
    inventory_device_info GetEquipmentSwitchCardInventoryDeviceInfo
    is_upgraded bool
    mod_time str
    model str
    moid str
    name str
    network_element GetEquipmentSwitchCardNetworkElement
    num_ports float
    object_type str
    out_of_band_ip_address str
    out_of_band_ip_gateway str
    out_of_band_ip_mask str
    out_of_band_mac str
    owners Sequence[str]
    parent GetEquipmentSwitchCardParent
    part_number str
    permission_resources Sequence[GetEquipmentSwitchCardPermissionResource]
    port_channels Sequence[GetEquipmentSwitchCardPortChannel]
    port_groups Sequence[GetEquipmentSwitchCardPortGroup]
    power_state str
    presence str
    previous_fru GetEquipmentSwitchCardPreviousFru
    registered_device GetEquipmentSwitchCardRegisteredDevice
    revision str
    rn str
    serial str
    shared_scope str
    slot_id float
    state str
    status str
    switch_id str
    tags Sequence[GetEquipmentSwitchCardTag]
    thermal str
    type str
    vendor str
    version_context GetEquipmentSwitchCardVersionContext
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    baseMac String
    classId String
    createTime String
    description String
    deviceMoId String
    dn String
    domainGroupMoid String
    endMac String
    ethernetSwitchingMode String
    fcPortChannels List<Property Map>
    fcPorts List<Property Map>
    fcSwitchingMode String
    hwVersion String
    inventoryDeviceInfo Property Map
    isUpgraded Boolean
    modTime String
    model String
    moid String
    name String
    networkElement Property Map
    numPorts Number
    objectType String
    outOfBandIpAddress String
    outOfBandIpGateway String
    outOfBandIpMask String
    outOfBandMac String
    owners List<String>
    parent Property Map
    partNumber String
    permissionResources List<Property Map>
    portChannels List<Property Map>
    portGroups List<Property Map>
    powerState String
    presence String
    previousFru Property Map
    registeredDevice Property Map
    revision String
    rn String
    serial String
    sharedScope String
    slotId Number
    state String
    status String
    switchId String
    tags List<Property Map>
    thermal String
    type String
    vendor String
    versionContext Property Map

    Supporting Types

    GetEquipmentSwitchCardAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardFcPort

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardFcPortChannel

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardInventoryDeviceInfo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardNetworkElement

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardPortChannel

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardPortGroup

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardPreviousFru

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardRegisteredDevice

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetEquipmentSwitchCardResultAncestor>
    BaseMac string
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Detailed description of this switch hardware.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndMac string
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    EthernetSwitchingMode string
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    FcPortChannels List<GetEquipmentSwitchCardResultFcPortChannel>
    FcPorts List<GetEquipmentSwitchCardResultFcPort>
    FcSwitchingMode string
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    HwVersion string
    The Hardware version of the switch hardware.
    InventoryDeviceInfos List<GetEquipmentSwitchCardResultInventoryDeviceInfo>
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the switch card like Line Card-1.
    NetworkElements List<GetEquipmentSwitchCardResultNetworkElement>
    NumPorts double
    Number of ports present in this switch hardware.
    ObjectType string
    OutOfBandIpAddress string
    Field specifies this Switch's Out-of-band IP address.
    OutOfBandIpGateway string
    Field specifies this Switch's default gateway for the out-of-band management interface.
    OutOfBandIpMask string
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    OutOfBandMac string
    The MAC address of the Switch's out-of-band management interface.
    Owners List<string>
    Parents List<GetEquipmentSwitchCardResultParent>
    PartNumber string
    The part number of the switch hardware.
    PermissionResources List<GetEquipmentSwitchCardResultPermissionResource>
    PortChannels List<GetEquipmentSwitchCardResultPortChannel>
    PortGroups List<GetEquipmentSwitchCardResultPortGroup>
    PowerState string
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus List<GetEquipmentSwitchCardResultPreviousFrus>
    RegisteredDevices List<GetEquipmentSwitchCardResultRegisteredDevice>
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId double
    Slot identifier of the local Switch slot Interface.
    State string
    Operational state of the switch hardware.
    Status string
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags List<GetEquipmentSwitchCardResultTag>
    Thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    Type string
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts List<GetEquipmentSwitchCardResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetEquipmentSwitchCardResultAncestor
    BaseMac string
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Detailed description of this switch hardware.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndMac string
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    EthernetSwitchingMode string
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    FcPortChannels []GetEquipmentSwitchCardResultFcPortChannel
    FcPorts []GetEquipmentSwitchCardResultFcPort
    FcSwitchingMode string
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    HwVersion string
    The Hardware version of the switch hardware.
    InventoryDeviceInfos []GetEquipmentSwitchCardResultInventoryDeviceInfo
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the switch card like Line Card-1.
    NetworkElements []GetEquipmentSwitchCardResultNetworkElement
    NumPorts float64
    Number of ports present in this switch hardware.
    ObjectType string
    OutOfBandIpAddress string
    Field specifies this Switch's Out-of-band IP address.
    OutOfBandIpGateway string
    Field specifies this Switch's default gateway for the out-of-band management interface.
    OutOfBandIpMask string
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    OutOfBandMac string
    The MAC address of the Switch's out-of-band management interface.
    Owners []string
    Parents []GetEquipmentSwitchCardResultParent
    PartNumber string
    The part number of the switch hardware.
    PermissionResources []GetEquipmentSwitchCardResultPermissionResource
    PortChannels []GetEquipmentSwitchCardResultPortChannel
    PortGroups []GetEquipmentSwitchCardResultPortGroup
    PowerState string
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus []GetEquipmentSwitchCardResultPreviousFrus
    RegisteredDevices []GetEquipmentSwitchCardResultRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId float64
    Slot identifier of the local Switch slot Interface.
    State string
    Operational state of the switch hardware.
    Status string
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags []GetEquipmentSwitchCardResultTag
    Thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    Type string
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts []GetEquipmentSwitchCardResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetEquipmentSwitchCardResultAncestor>
    baseMac String
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Detailed description of this switch hardware.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endMac String
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    ethernetSwitchingMode String
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    fcPortChannels List<GetEquipmentSwitchCardResultFcPortChannel>
    fcPorts List<GetEquipmentSwitchCardResultFcPort>
    fcSwitchingMode String
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    hwVersion String
    The Hardware version of the switch hardware.
    inventoryDeviceInfos List<GetEquipmentSwitchCardResultInventoryDeviceInfo>
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the switch card like Line Card-1.
    networkElements List<GetEquipmentSwitchCardResultNetworkElement>
    numPorts Double
    Number of ports present in this switch hardware.
    objectType String
    outOfBandIpAddress String
    Field specifies this Switch's Out-of-band IP address.
    outOfBandIpGateway String
    Field specifies this Switch's default gateway for the out-of-band management interface.
    outOfBandIpMask String
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    outOfBandMac String
    The MAC address of the Switch's out-of-band management interface.
    owners List<String>
    parents List<GetEquipmentSwitchCardResultParent>
    partNumber String
    The part number of the switch hardware.
    permissionResources List<GetEquipmentSwitchCardResultPermissionResource>
    portChannels List<GetEquipmentSwitchCardResultPortChannel>
    portGroups List<GetEquipmentSwitchCardResultPortGroup>
    powerState String
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<GetEquipmentSwitchCardResultPreviousFrus>
    registeredDevices List<GetEquipmentSwitchCardResultRegisteredDevice>
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId Double
    Slot identifier of the local Switch slot Interface.
    state String
    Operational state of the switch hardware.
    status String
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<GetEquipmentSwitchCardResultTag>
    thermal String
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    type String
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<GetEquipmentSwitchCardResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetEquipmentSwitchCardResultAncestor[]
    baseMac string
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Detailed description of this switch hardware.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endMac string
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    ethernetSwitchingMode string
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    fcPortChannels GetEquipmentSwitchCardResultFcPortChannel[]
    fcPorts GetEquipmentSwitchCardResultFcPort[]
    fcSwitchingMode string
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    hwVersion string
    The Hardware version of the switch hardware.
    inventoryDeviceInfos GetEquipmentSwitchCardResultInventoryDeviceInfo[]
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime string
    The time when this managed object was last modified.
    model string
    This field displays the model number of the associated component or hardware.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the switch card like Line Card-1.
    networkElements GetEquipmentSwitchCardResultNetworkElement[]
    numPorts number
    Number of ports present in this switch hardware.
    objectType string
    outOfBandIpAddress string
    Field specifies this Switch's Out-of-band IP address.
    outOfBandIpGateway string
    Field specifies this Switch's default gateway for the out-of-band management interface.
    outOfBandIpMask string
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    outOfBandMac string
    The MAC address of the Switch's out-of-band management interface.
    owners string[]
    parents GetEquipmentSwitchCardResultParent[]
    partNumber string
    The part number of the switch hardware.
    permissionResources GetEquipmentSwitchCardResultPermissionResource[]
    portChannels GetEquipmentSwitchCardResultPortChannel[]
    portGroups GetEquipmentSwitchCardResultPortGroup[]
    powerState string
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus GetEquipmentSwitchCardResultPreviousFrus[]
    registeredDevices GetEquipmentSwitchCardResultRegisteredDevice[]
    revision string
    This field displays the revised version of the associated component or hardware (if any).
    rn string
    The Relative Name uniquely identifies an object within a given context.
    serial string
    This field displays the serial number of the associated component or hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId number
    Slot identifier of the local Switch slot Interface.
    state string
    Operational state of the switch hardware.
    status string
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    switchId string
    Switch Identifier that is local to a cluster.
    tags GetEquipmentSwitchCardResultTag[]
    thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    type string
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContexts GetEquipmentSwitchCardResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetEquipmentSwitchCardResultAncestor]
    base_mac str
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Detailed description of this switch hardware.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    end_mac str
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    ethernet_switching_mode str
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    fc_port_channels Sequence[GetEquipmentSwitchCardResultFcPortChannel]
    fc_ports Sequence[GetEquipmentSwitchCardResultFcPort]
    fc_switching_mode str
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    hw_version str
    The Hardware version of the switch hardware.
    inventory_device_infos Sequence[GetEquipmentSwitchCardResultInventoryDeviceInfo]
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field displays the model number of the associated component or hardware.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the switch card like Line Card-1.
    network_elements Sequence[GetEquipmentSwitchCardResultNetworkElement]
    num_ports float
    Number of ports present in this switch hardware.
    object_type str
    out_of_band_ip_address str
    Field specifies this Switch's Out-of-band IP address.
    out_of_band_ip_gateway str
    Field specifies this Switch's default gateway for the out-of-band management interface.
    out_of_band_ip_mask str
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    out_of_band_mac str
    The MAC address of the Switch's out-of-band management interface.
    owners Sequence[str]
    parents Sequence[GetEquipmentSwitchCardResultParent]
    part_number str
    The part number of the switch hardware.
    permission_resources Sequence[GetEquipmentSwitchCardResultPermissionResource]
    port_channels Sequence[GetEquipmentSwitchCardResultPortChannel]
    port_groups Sequence[GetEquipmentSwitchCardResultPortGroup]
    power_state str
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_frus Sequence[GetEquipmentSwitchCardResultPreviousFrus]
    registered_devices Sequence[GetEquipmentSwitchCardResultRegisteredDevice]
    revision str
    This field displays the revised version of the associated component or hardware (if any).
    rn str
    The Relative Name uniquely identifies an object within a given context.
    serial str
    This field displays the serial number of the associated component or hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slot_id float
    Slot identifier of the local Switch slot Interface.
    state str
    Operational state of the switch hardware.
    status str
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    switch_id str
    Switch Identifier that is local to a cluster.
    tags Sequence[GetEquipmentSwitchCardResultTag]
    thermal str
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    type str
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_contexts Sequence[GetEquipmentSwitchCardResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    baseMac String
    The starting (base) MAC address of the switch hardware like \ d0-e0-42-87-39-00\ .
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Detailed description of this switch hardware.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endMac String
    The ending MAC address of the switch hardware like \ d0-e0-42-87-39-5f\ .
    ethernetSwitchingMode String
    The user configured Ethernet switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    fcPortChannels List<Property Map>
    fcPorts List<Property Map>
    fcSwitchingMode String
    The user configured FC switching mode for this switch (End-Host or Switch).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    hwVersion String
    The Hardware version of the switch hardware.
    inventoryDeviceInfos List<Property Map>
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the switch card like Line Card-1.
    networkElements List<Property Map>
    numPorts Number
    Number of ports present in this switch hardware.
    objectType String
    outOfBandIpAddress String
    Field specifies this Switch's Out-of-band IP address.
    outOfBandIpGateway String
    Field specifies this Switch's default gateway for the out-of-band management interface.
    outOfBandIpMask String
    Field specifies the Netmask for this Switch's Out-of-band IP address.
    outOfBandMac String
    The MAC address of the Switch's out-of-band management interface.
    owners List<String>
    parents List<Property Map>
    partNumber String
    The part number of the switch hardware.
    permissionResources List<Property Map>
    portChannels List<Property Map>
    portGroups List<Property Map>
    powerState String
    Power state of the switch hardware.* unknown - The power state of the switch hardware is unknown.* off - The power state of the switch hardware is off.* on - The power state of the switch hardware is on.* deny - The power state of the switch hardware is deny.* multi-boot-fail - The power state of the switch hardware is multi-boot-fail.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<Property Map>
    registeredDevices List<Property Map>
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId Number
    Slot identifier of the local Switch slot Interface.
    state String
    Operational state of the switch hardware.
    status String
    The connection status of the switch hardware like up/down.* Down - Connection status of the switch card is down.* Up - Connection status of the switch card is up.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<Property Map>
    thermal String
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    type String
    Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<Property Map>

    GetEquipmentSwitchCardResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultFcPort

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultFcPortChannel

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultInventoryDeviceInfo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultNetworkElement

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultPortChannel

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultPortGroup

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultPreviousFrus

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultRegisteredDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetEquipmentSwitchCardResultVersionContext

    GetEquipmentSwitchCardResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentSwitchCardTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetEquipmentSwitchCardVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetEquipmentSwitchCardVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetEquipmentSwitchCardVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetEquipmentSwitchCardVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetEquipmentSwitchCardVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetEquipmentSwitchCardVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetEquipmentSwitchCardVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetEquipmentSwitchCardVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetEquipmentSwitchCardVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetEquipmentSwitchCardVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetEquipmentSwitchCardVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetEquipmentSwitchCardVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentSwitchCardVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet