intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getEtherHostPort
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Host Interface ports available on the I/O module or the Fabric Extender that facilitate connectivity between the Fabric Interconnect and the Cisco UCS B/C/X-Series servers.
Using getEtherHostPort
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 getEtherHostPort(args: GetEtherHostPortArgs, opts?: InvokeOptions): Promise<GetEtherHostPortResult>
function getEtherHostPortOutput(args: GetEtherHostPortOutputArgs, opts?: InvokeOptions): Output<GetEtherHostPortResult>def get_ether_host_port(account_moid: Optional[str] = None,
                        acknowledged_peer_interface: Optional[GetEtherHostPortAcknowledgedPeerInterface] = None,
                        additional_properties: Optional[str] = None,
                        admin_state: Optional[str] = None,
                        aggregate_port_id: Optional[float] = None,
                        ancestors: Optional[Sequence[GetEtherHostPortAncestor]] = None,
                        class_id: Optional[str] = None,
                        create_time: Optional[str] = None,
                        device_mo_id: Optional[str] = None,
                        dn: Optional[str] = None,
                        domain_group_moid: Optional[str] = None,
                        equipment_io_card_base: Optional[GetEtherHostPortEquipmentIoCardBase] = None,
                        id: Optional[str] = None,
                        mac_address: Optional[str] = None,
                        mod_time: Optional[str] = None,
                        mode: Optional[str] = None,
                        module_id: Optional[float] = None,
                        moid: Optional[str] = None,
                        object_type: Optional[str] = None,
                        oper_speed: Optional[str] = None,
                        oper_state: Optional[str] = None,
                        oper_state_qual: Optional[str] = None,
                        owners: Optional[Sequence[str]] = None,
                        parent: Optional[GetEtherHostPortParent] = None,
                        peer_dn: Optional[str] = None,
                        peer_interface: Optional[GetEtherHostPortPeerInterface] = None,
                        permission_resources: Optional[Sequence[GetEtherHostPortPermissionResource]] = None,
                        port_channel_id: Optional[float] = None,
                        port_id: Optional[float] = None,
                        port_type: Optional[str] = None,
                        registered_device: Optional[GetEtherHostPortRegisteredDevice] = None,
                        rn: Optional[str] = None,
                        role: Optional[str] = None,
                        shared_scope: Optional[str] = None,
                        slot_id: Optional[float] = None,
                        speed: Optional[str] = None,
                        switch_id: Optional[str] = None,
                        tags: Optional[Sequence[GetEtherHostPortTag]] = None,
                        transceiver_type: Optional[str] = None,
                        version_context: Optional[GetEtherHostPortVersionContext] = None,
                        opts: Optional[InvokeOptions] = None) -> GetEtherHostPortResult
def get_ether_host_port_output(account_moid: Optional[pulumi.Input[str]] = None,
                        acknowledged_peer_interface: Optional[pulumi.Input[GetEtherHostPortAcknowledgedPeerInterfaceArgs]] = None,
                        additional_properties: Optional[pulumi.Input[str]] = None,
                        admin_state: Optional[pulumi.Input[str]] = None,
                        aggregate_port_id: Optional[pulumi.Input[float]] = None,
                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherHostPortAncestorArgs]]]] = None,
                        class_id: Optional[pulumi.Input[str]] = None,
                        create_time: 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,
                        equipment_io_card_base: Optional[pulumi.Input[GetEtherHostPortEquipmentIoCardBaseArgs]] = None,
                        id: Optional[pulumi.Input[str]] = None,
                        mac_address: Optional[pulumi.Input[str]] = None,
                        mod_time: Optional[pulumi.Input[str]] = None,
                        mode: Optional[pulumi.Input[str]] = None,
                        module_id: Optional[pulumi.Input[float]] = None,
                        moid: Optional[pulumi.Input[str]] = None,
                        object_type: Optional[pulumi.Input[str]] = None,
                        oper_speed: Optional[pulumi.Input[str]] = None,
                        oper_state: Optional[pulumi.Input[str]] = None,
                        oper_state_qual: Optional[pulumi.Input[str]] = None,
                        owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                        parent: Optional[pulumi.Input[GetEtherHostPortParentArgs]] = None,
                        peer_dn: Optional[pulumi.Input[str]] = None,
                        peer_interface: Optional[pulumi.Input[GetEtherHostPortPeerInterfaceArgs]] = None,
                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherHostPortPermissionResourceArgs]]]] = None,
                        port_channel_id: Optional[pulumi.Input[float]] = None,
                        port_id: Optional[pulumi.Input[float]] = None,
                        port_type: Optional[pulumi.Input[str]] = None,
                        registered_device: Optional[pulumi.Input[GetEtherHostPortRegisteredDeviceArgs]] = None,
                        rn: Optional[pulumi.Input[str]] = None,
                        role: Optional[pulumi.Input[str]] = None,
                        shared_scope: Optional[pulumi.Input[str]] = None,
                        slot_id: Optional[pulumi.Input[float]] = None,
                        speed: Optional[pulumi.Input[str]] = None,
                        switch_id: Optional[pulumi.Input[str]] = None,
                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherHostPortTagArgs]]]] = None,
                        transceiver_type: Optional[pulumi.Input[str]] = None,
                        version_context: Optional[pulumi.Input[GetEtherHostPortVersionContextArgs]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetEtherHostPortResult]func LookupEtherHostPort(ctx *Context, args *LookupEtherHostPortArgs, opts ...InvokeOption) (*LookupEtherHostPortResult, error)
func LookupEtherHostPortOutput(ctx *Context, args *LookupEtherHostPortOutputArgs, opts ...InvokeOption) LookupEtherHostPortResultOutput> Note: This function is named LookupEtherHostPort in the Go SDK.
public static class GetEtherHostPort 
{
    public static Task<GetEtherHostPortResult> InvokeAsync(GetEtherHostPortArgs args, InvokeOptions? opts = null)
    public static Output<GetEtherHostPortResult> Invoke(GetEtherHostPortInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEtherHostPortResult> getEtherHostPort(GetEtherHostPortArgs args, InvokeOptions options)
public static Output<GetEtherHostPortResult> getEtherHostPort(GetEtherHostPortArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getEtherHostPort:getEtherHostPort
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AcknowledgedPeer GetInterface Ether Host Port Acknowledged Peer Interface 
- AdditionalProperties string
- AdminState string
- Administratively configured state (enabled/disabled) for this port.
- AggregatePort doubleId 
- Breakout port member in the fabric extender.
- Ancestors
List<GetEther Host Port Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentIo GetCard Base Ether Host Port Equipment Io Card Base 
- Id string
- MacAddress string
- Mac Address of a port in the Fabric Interconnect.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Operating mode of this port.
- ModuleId double
- Fabric extender identifier for this port.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OperSpeed string
- Current Operational speed for this port.
- OperState string
- Operational state of this port (enabled/disabled).
- OperState stringQual 
- Reason for this port's Operational state.
- Owners List<string>
- Parent
GetEther Host Port Parent 
- PeerDn string
- PeerDn for ethernet physical port.
- PeerInterface GetEther Host Port Peer Interface 
- PermissionResources List<GetEther Host Port Permission Resource> 
- PortChannel doubleId 
- Port channel id for port channel created on FI switch.
- PortId double
- Switch physical port identifier.
- PortType string
- Defines the transport type for this port (ethernet OR fc).
- RegisteredDevice GetEther Host Port Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- Speed string
- Host Port Speed of IO card or fabric extender.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
List<GetEther Host Port Tag> 
- TransceiverType string
- Transceiver model attached to a port in the Fabric Interconnect.
- VersionContext GetEther Host Port Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AcknowledgedPeer GetInterface Ether Host Port Acknowledged Peer Interface 
- AdditionalProperties string
- AdminState string
- Administratively configured state (enabled/disabled) for this port.
- AggregatePort float64Id 
- Breakout port member in the fabric extender.
- Ancestors
[]GetEther Host Port Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentIo GetCard Base Ether Host Port Equipment Io Card Base 
- Id string
- MacAddress string
- Mac Address of a port in the Fabric Interconnect.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Operating mode of this port.
- ModuleId float64
- Fabric extender identifier for this port.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OperSpeed string
- Current Operational speed for this port.
- OperState string
- Operational state of this port (enabled/disabled).
- OperState stringQual 
- Reason for this port's Operational state.
- Owners []string
- Parent
GetEther Host Port Parent 
- PeerDn string
- PeerDn for ethernet physical port.
- PeerInterface GetEther Host Port Peer Interface 
- PermissionResources []GetEther Host Port Permission Resource 
- PortChannel float64Id 
- Port channel id for port channel created on FI switch.
- PortId float64
- Switch physical port identifier.
- PortType string
- Defines the transport type for this port (ethernet OR fc).
- RegisteredDevice GetEther Host Port Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- Speed string
- Host Port Speed of IO card or fabric extender.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
[]GetEther Host Port Tag 
- TransceiverType string
- Transceiver model attached to a port in the Fabric Interconnect.
- VersionContext GetEther Host Port Version Context 
- accountMoid String
- The Account ID for this managed object.
- acknowledgedPeer GetInterface Ether Host Port Acknowledged Peer Interface 
- additionalProperties String
- adminState String
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort DoubleId 
- Breakout port member in the fabric extender.
- ancestors
List<GetEther Host Port Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentIo GetCard Base Ether Host Port Equipment Io Card Base 
- id String
- macAddress String
- Mac Address of a port in the Fabric Interconnect.
- modTime String
- The time when this managed object was last modified.
- mode String
- Operating mode of this port.
- moduleId Double
- Fabric extender identifier for this port.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- operSpeed String
- Current Operational speed for this port.
- operState String
- Operational state of this port (enabled/disabled).
- operState StringQual 
- Reason for this port's Operational state.
- owners List<String>
- parent
GetEther Host Port Parent 
- peerDn String
- PeerDn for ethernet physical port.
- peerInterface GetEther Host Port Peer Interface 
- permissionResources List<GetEther Host Port Permission Resource> 
- portChannel DoubleId 
- Port channel id for port channel created on FI switch.
- portId Double
- Switch physical port identifier.
- portType String
- Defines the transport type for this port (ethernet OR fc).
- registeredDevice GetEther Host Port Registered Device 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- speed String
- Host Port Speed of IO card or fabric extender.
- switchId String
- Switch Identifier that is local to a cluster.
- 
List<GetEther Host Port Tag> 
- transceiverType String
- Transceiver model attached to a port in the Fabric Interconnect.
- versionContext GetEther Host Port Version Context 
- accountMoid string
- The Account ID for this managed object.
- acknowledgedPeer GetInterface Ether Host Port Acknowledged Peer Interface 
- additionalProperties string
- adminState string
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort numberId 
- Breakout port member in the fabric extender.
- ancestors
GetEther Host Port Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentIo GetCard Base Ether Host Port Equipment Io Card Base 
- id string
- macAddress string
- Mac Address of a port in the Fabric Interconnect.
- modTime string
- The time when this managed object was last modified.
- mode string
- Operating mode of this port.
- moduleId number
- Fabric extender identifier for this port.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- operSpeed string
- Current Operational speed for this port.
- operState string
- Operational state of this port (enabled/disabled).
- operState stringQual 
- Reason for this port's Operational state.
- owners string[]
- parent
GetEther Host Port Parent 
- peerDn string
- PeerDn for ethernet physical port.
- peerInterface GetEther Host Port Peer Interface 
- permissionResources GetEther Host Port Permission Resource[] 
- portChannel numberId 
- Port channel id for port channel created on FI switch.
- portId number
- Switch physical port identifier.
- portType string
- Defines the transport type for this port (ethernet OR fc).
- registeredDevice GetEther Host Port Registered Device 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- role string
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- speed string
- Host Port Speed of IO card or fabric extender.
- switchId string
- Switch Identifier that is local to a cluster.
- 
GetEther Host Port Tag[] 
- transceiverType string
- Transceiver model attached to a port in the Fabric Interconnect.
- versionContext GetEther Host Port Version Context 
- account_moid str
- The Account ID for this managed object.
- acknowledged_peer_ Getinterface Ether Host Port Acknowledged Peer Interface 
- additional_properties str
- admin_state str
- Administratively configured state (enabled/disabled) for this port.
- aggregate_port_ floatid 
- Breakout port member in the fabric extender.
- ancestors
Sequence[GetEther Host Port Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- device_mo_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_io_ Getcard_ base Ether Host Port Equipment Io Card Base 
- id str
- mac_address str
- Mac Address of a port in the Fabric Interconnect.
- mod_time str
- The time when this managed object was last modified.
- mode str
- Operating mode of this port.
- module_id float
- Fabric extender identifier for this port.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- oper_speed str
- Current Operational speed for this port.
- oper_state str
- Operational state of this port (enabled/disabled).
- oper_state_ strqual 
- Reason for this port's Operational state.
- owners Sequence[str]
- parent
GetEther Host Port Parent 
- peer_dn str
- PeerDn for ethernet physical port.
- peer_interface GetEther Host Port Peer Interface 
- permission_resources Sequence[GetEther Host Port Permission Resource] 
- port_channel_ floatid 
- Port channel id for port channel created on FI switch.
- port_id float
- Switch physical port identifier.
- port_type str
- Defines the transport type for this port (ethernet OR fc).
- registered_device GetEther Host Port Registered Device 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- role str
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- speed str
- Host Port Speed of IO card or fabric extender.
- switch_id str
- Switch Identifier that is local to a cluster.
- 
Sequence[GetEther Host Port Tag] 
- transceiver_type str
- Transceiver model attached to a port in the Fabric Interconnect.
- version_context GetEther Host Port Version Context 
- accountMoid String
- The Account ID for this managed object.
- acknowledgedPeer Property MapInterface 
- additionalProperties String
- adminState String
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort NumberId 
- Breakout port member in the fabric extender.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentIo Property MapCard Base 
- id String
- macAddress String
- Mac Address of a port in the Fabric Interconnect.
- modTime String
- The time when this managed object was last modified.
- mode String
- Operating mode of this port.
- moduleId Number
- Fabric extender identifier for this port.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- operSpeed String
- Current Operational speed for this port.
- operState String
- Operational state of this port (enabled/disabled).
- operState StringQual 
- Reason for this port's Operational state.
- owners List<String>
- parent Property Map
- peerDn String
- PeerDn for ethernet physical port.
- peerInterface Property Map
- permissionResources List<Property Map>
- portChannel NumberId 
- Port channel id for port channel created on FI switch.
- portId Number
- Switch physical port identifier.
- portType String
- Defines the transport type for this port (ethernet OR fc).
- registeredDevice Property Map
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- speed String
- Host Port Speed of IO card or fabric extender.
- switchId String
- Switch Identifier that is local to a cluster.
- List<Property Map>
- transceiverType String
- Transceiver model attached to a port in the Fabric Interconnect.
- versionContext Property Map
getEtherHostPort Result
The following output properties are available:
- Id string
- Results
List<GetEther Host Port Result> 
- AccountMoid string
- AcknowledgedPeer GetInterface Ether Host Port Acknowledged Peer Interface 
- AdditionalProperties string
- AdminState string
- AggregatePort doubleId 
- Ancestors
List<GetEther Host Port Ancestor> 
- ClassId string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentIo GetCard Base Ether Host Port Equipment Io Card Base 
- MacAddress string
- ModTime string
- Mode string
- ModuleId double
- Moid string
- ObjectType string
- OperSpeed string
- OperState string
- OperState stringQual 
- Owners List<string>
- Parent
GetEther Host Port Parent 
- PeerDn string
- PeerInterface GetEther Host Port Peer Interface 
- PermissionResources List<GetEther Host Port Permission Resource> 
- PortChannel doubleId 
- PortId double
- PortType string
- RegisteredDevice GetEther Host Port Registered Device 
- Rn string
- Role string
- string
- SlotId double
- Speed string
- SwitchId string
- 
List<GetEther Host Port Tag> 
- TransceiverType string
- VersionContext GetEther Host Port Version Context 
- Id string
- Results
[]GetEther Host Port Result 
- AccountMoid string
- AcknowledgedPeer GetInterface Ether Host Port Acknowledged Peer Interface 
- AdditionalProperties string
- AdminState string
- AggregatePort float64Id 
- Ancestors
[]GetEther Host Port Ancestor 
- ClassId string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentIo GetCard Base Ether Host Port Equipment Io Card Base 
- MacAddress string
- ModTime string
- Mode string
- ModuleId float64
- Moid string
- ObjectType string
- OperSpeed string
- OperState string
- OperState stringQual 
- Owners []string
- Parent
GetEther Host Port Parent 
- PeerDn string
- PeerInterface GetEther Host Port Peer Interface 
- PermissionResources []GetEther Host Port Permission Resource 
- PortChannel float64Id 
- PortId float64
- PortType string
- RegisteredDevice GetEther Host Port Registered Device 
- Rn string
- Role string
- string
- SlotId float64
- Speed string
- SwitchId string
- 
[]GetEther Host Port Tag 
- TransceiverType string
- VersionContext GetEther Host Port Version Context 
- id String
- results
List<GetEther Host Port Result> 
- accountMoid String
- acknowledgedPeer GetInterface Ether Host Port Acknowledged Peer Interface 
- additionalProperties String
- adminState String
- aggregatePort DoubleId 
- ancestors
List<GetEther Host Port Ancestor> 
- classId String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentIo GetCard Base Ether Host Port Equipment Io Card Base 
- macAddress String
- modTime String
- mode String
- moduleId Double
- moid String
- objectType String
- operSpeed String
- operState String
- operState StringQual 
- owners List<String>
- parent
GetEther Host Port Parent 
- peerDn String
- peerInterface GetEther Host Port Peer Interface 
- permissionResources List<GetEther Host Port Permission Resource> 
- portChannel DoubleId 
- portId Double
- portType String
- registeredDevice GetEther Host Port Registered Device 
- rn String
- role String
- String
- slotId Double
- speed String
- switchId String
- 
List<GetEther Host Port Tag> 
- transceiverType String
- versionContext GetEther Host Port Version Context 
- id string
- results
GetEther Host Port Result[] 
- accountMoid string
- acknowledgedPeer GetInterface Ether Host Port Acknowledged Peer Interface 
- additionalProperties string
- adminState string
- aggregatePort numberId 
- ancestors
GetEther Host Port Ancestor[] 
- classId string
- createTime string
- deviceMo stringId 
- dn string
- domainGroup stringMoid 
- equipmentIo GetCard Base Ether Host Port Equipment Io Card Base 
- macAddress string
- modTime string
- mode string
- moduleId number
- moid string
- objectType string
- operSpeed string
- operState string
- operState stringQual 
- owners string[]
- parent
GetEther Host Port Parent 
- peerDn string
- peerInterface GetEther Host Port Peer Interface 
- permissionResources GetEther Host Port Permission Resource[] 
- portChannel numberId 
- portId number
- portType string
- registeredDevice GetEther Host Port Registered Device 
- rn string
- role string
- string
- slotId number
- speed string
- switchId string
- 
GetEther Host Port Tag[] 
- transceiverType string
- versionContext GetEther Host Port Version Context 
- id str
- results
Sequence[GetEther Host Port Result] 
- account_moid str
- acknowledged_peer_ Getinterface Ether Host Port Acknowledged Peer Interface 
- additional_properties str
- admin_state str
- aggregate_port_ floatid 
- ancestors
Sequence[GetEther Host Port Ancestor] 
- class_id str
- create_time str
- device_mo_ strid 
- dn str
- domain_group_ strmoid 
- equipment_io_ Getcard_ base Ether Host Port Equipment Io Card Base 
- mac_address str
- mod_time str
- mode str
- module_id float
- moid str
- object_type str
- oper_speed str
- oper_state str
- oper_state_ strqual 
- owners Sequence[str]
- parent
GetEther Host Port Parent 
- peer_dn str
- peer_interface GetEther Host Port Peer Interface 
- permission_resources Sequence[GetEther Host Port Permission Resource] 
- port_channel_ floatid 
- port_id float
- port_type str
- registered_device GetEther Host Port Registered Device 
- rn str
- role str
- str
- slot_id float
- speed str
- switch_id str
- 
Sequence[GetEther Host Port Tag] 
- transceiver_type str
- version_context GetEther Host Port Version Context 
- id String
- results List<Property Map>
- accountMoid String
- acknowledgedPeer Property MapInterface 
- additionalProperties String
- adminState String
- aggregatePort NumberId 
- ancestors List<Property Map>
- classId String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentIo Property MapCard Base 
- macAddress String
- modTime String
- mode String
- moduleId Number
- moid String
- objectType String
- operSpeed String
- operState String
- operState StringQual 
- owners List<String>
- parent Property Map
- peerDn String
- peerInterface Property Map
- permissionResources List<Property Map>
- portChannel NumberId 
- portId Number
- portType String
- registeredDevice Property Map
- rn String
- role String
- String
- slotId Number
- speed String
- switchId String
- List<Property Map>
- transceiverType String
- versionContext Property Map
Supporting Types
GetEtherHostPortAcknowledgedPeerInterface      
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetEtherHostPortAncestor    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetEtherHostPortEquipmentIoCardBase       
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetEtherHostPortParent    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetEtherHostPortPeerInterface     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetEtherHostPortPermissionResource     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetEtherHostPortRegisteredDevice     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetEtherHostPortResult    
- AccountMoid string
- The Account ID for this managed object.
- AcknowledgedPeer List<GetInterfaces Ether Host Port Result Acknowledged Peer Interface> 
- AdditionalProperties string
- AdminState string
- Administratively configured state (enabled/disabled) for this port.
- AggregatePort doubleId 
- Breakout port member in the fabric extender.
- Ancestors
List<GetEther Host Port Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentIo List<GetCard Bases Ether Host Port Result Equipment Io Card Base> 
- MacAddress string
- Mac Address of a port in the Fabric Interconnect.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Operating mode of this port.
- ModuleId double
- Fabric extender identifier for this port.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OperSpeed string
- Current Operational speed for this port.
- OperState string
- Operational state of this port (enabled/disabled).
- OperState stringQual 
- Reason for this port's Operational state.
- Owners List<string>
- Parents
List<GetEther Host Port Result Parent> 
- PeerDn string
- PeerDn for ethernet physical port.
- PeerInterfaces List<GetEther Host Port Result Peer Interface> 
- PermissionResources List<GetEther Host Port Result Permission Resource> 
- PortChannel doubleId 
- Port channel id for port channel created on FI switch.
- PortId double
- Switch physical port identifier.
- PortType string
- Defines the transport type for this port (ethernet OR fc).
- RegisteredDevices List<GetEther Host Port Result Registered Device> 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- Speed string
- Host Port Speed of IO card or fabric extender.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
List<GetEther Host Port Result Tag> 
- TransceiverType string
- Transceiver model attached to a port in the Fabric Interconnect.
- VersionContexts List<GetEther Host Port Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AcknowledgedPeer []GetInterfaces Ether Host Port Result Acknowledged Peer Interface 
- AdditionalProperties string
- AdminState string
- Administratively configured state (enabled/disabled) for this port.
- AggregatePort float64Id 
- Breakout port member in the fabric extender.
- Ancestors
[]GetEther Host Port Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentIo []GetCard Bases Ether Host Port Result Equipment Io Card Base 
- MacAddress string
- Mac Address of a port in the Fabric Interconnect.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Operating mode of this port.
- ModuleId float64
- Fabric extender identifier for this port.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OperSpeed string
- Current Operational speed for this port.
- OperState string
- Operational state of this port (enabled/disabled).
- OperState stringQual 
- Reason for this port's Operational state.
- Owners []string
- Parents
[]GetEther Host Port Result Parent 
- PeerDn string
- PeerDn for ethernet physical port.
- PeerInterfaces []GetEther Host Port Result Peer Interface 
- PermissionResources []GetEther Host Port Result Permission Resource 
- PortChannel float64Id 
- Port channel id for port channel created on FI switch.
- PortId float64
- Switch physical port identifier.
- PortType string
- Defines the transport type for this port (ethernet OR fc).
- RegisteredDevices []GetEther Host Port Result Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- Speed string
- Host Port Speed of IO card or fabric extender.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
[]GetEther Host Port Result Tag 
- TransceiverType string
- Transceiver model attached to a port in the Fabric Interconnect.
- VersionContexts []GetEther Host Port Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- acknowledgedPeer List<GetInterfaces Ether Host Port Result Acknowledged Peer Interface> 
- additionalProperties String
- adminState String
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort DoubleId 
- Breakout port member in the fabric extender.
- ancestors
List<GetEther Host Port Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentIo List<GetCard Bases Ether Host Port Result Equipment Io Card Base> 
- macAddress String
- Mac Address of a port in the Fabric Interconnect.
- modTime String
- The time when this managed object was last modified.
- mode String
- Operating mode of this port.
- moduleId Double
- Fabric extender identifier for this port.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- operSpeed String
- Current Operational speed for this port.
- operState String
- Operational state of this port (enabled/disabled).
- operState StringQual 
- Reason for this port's Operational state.
- owners List<String>
- parents
List<GetEther Host Port Result Parent> 
- peerDn String
- PeerDn for ethernet physical port.
- peerInterfaces List<GetEther Host Port Result Peer Interface> 
- permissionResources List<GetEther Host Port Result Permission Resource> 
- portChannel DoubleId 
- Port channel id for port channel created on FI switch.
- portId Double
- Switch physical port identifier.
- portType String
- Defines the transport type for this port (ethernet OR fc).
- registeredDevices List<GetEther Host Port Result Registered Device> 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- speed String
- Host Port Speed of IO card or fabric extender.
- switchId String
- Switch Identifier that is local to a cluster.
- 
List<GetEther Host Port Result Tag> 
- transceiverType String
- Transceiver model attached to a port in the Fabric Interconnect.
- versionContexts List<GetEther Host Port Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- acknowledgedPeer GetInterfaces Ether Host Port Result Acknowledged Peer Interface[] 
- additionalProperties string
- adminState string
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort numberId 
- Breakout port member in the fabric extender.
- ancestors
GetEther Host Port Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentIo GetCard Bases Ether Host Port Result Equipment Io Card Base[] 
- macAddress string
- Mac Address of a port in the Fabric Interconnect.
- modTime string
- The time when this managed object was last modified.
- mode string
- Operating mode of this port.
- moduleId number
- Fabric extender identifier for this port.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- operSpeed string
- Current Operational speed for this port.
- operState string
- Operational state of this port (enabled/disabled).
- operState stringQual 
- Reason for this port's Operational state.
- owners string[]
- parents
GetEther Host Port Result Parent[] 
- peerDn string
- PeerDn for ethernet physical port.
- peerInterfaces GetEther Host Port Result Peer Interface[] 
- permissionResources GetEther Host Port Result Permission Resource[] 
- portChannel numberId 
- Port channel id for port channel created on FI switch.
- portId number
- Switch physical port identifier.
- portType string
- Defines the transport type for this port (ethernet OR fc).
- registeredDevices GetEther Host Port Result Registered Device[] 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- role string
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- speed string
- Host Port Speed of IO card or fabric extender.
- switchId string
- Switch Identifier that is local to a cluster.
- 
GetEther Host Port Result Tag[] 
- transceiverType string
- Transceiver model attached to a port in the Fabric Interconnect.
- versionContexts GetEther Host Port Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- acknowledged_peer_ Sequence[Getinterfaces Ether Host Port Result Acknowledged Peer Interface] 
- additional_properties str
- admin_state str
- Administratively configured state (enabled/disabled) for this port.
- aggregate_port_ floatid 
- Breakout port member in the fabric extender.
- ancestors
Sequence[GetEther Host Port Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- device_mo_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_io_ Sequence[Getcard_ bases Ether Host Port Result Equipment Io Card Base] 
- mac_address str
- Mac Address of a port in the Fabric Interconnect.
- mod_time str
- The time when this managed object was last modified.
- mode str
- Operating mode of this port.
- module_id float
- Fabric extender identifier for this port.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- oper_speed str
- Current Operational speed for this port.
- oper_state str
- Operational state of this port (enabled/disabled).
- oper_state_ strqual 
- Reason for this port's Operational state.
- owners Sequence[str]
- parents
Sequence[GetEther Host Port Result Parent] 
- peer_dn str
- PeerDn for ethernet physical port.
- peer_interfaces Sequence[GetEther Host Port Result Peer Interface] 
- permission_resources Sequence[GetEther Host Port Result Permission Resource] 
- port_channel_ floatid 
- Port channel id for port channel created on FI switch.
- port_id float
- Switch physical port identifier.
- port_type str
- Defines the transport type for this port (ethernet OR fc).
- registered_devices Sequence[GetEther Host Port Result Registered Device] 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- role str
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- speed str
- Host Port Speed of IO card or fabric extender.
- switch_id str
- Switch Identifier that is local to a cluster.
- 
Sequence[GetEther Host Port Result Tag] 
- transceiver_type str
- Transceiver model attached to a port in the Fabric Interconnect.
- version_contexts Sequence[GetEther Host Port Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- acknowledgedPeer List<Property Map>Interfaces 
- additionalProperties String
- adminState String
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort NumberId 
- Breakout port member in the fabric extender.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentIo List<Property Map>Card Bases 
- macAddress String
- Mac Address of a port in the Fabric Interconnect.
- modTime String
- The time when this managed object was last modified.
- mode String
- Operating mode of this port.
- moduleId Number
- Fabric extender identifier for this port.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- operSpeed String
- Current Operational speed for this port.
- operState String
- Operational state of this port (enabled/disabled).
- operState StringQual 
- Reason for this port's Operational state.
- owners List<String>
- parents List<Property Map>
- peerDn String
- PeerDn for ethernet physical port.
- peerInterfaces List<Property Map>
- permissionResources List<Property Map>
- portChannel NumberId 
- Port channel id for port channel created on FI switch.
- portId Number
- Switch physical port identifier.
- portType String
- Defines the transport type for this port (ethernet OR fc).
- registeredDevices List<Property Map>
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- The role assigned to this port.
- 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
- Switch expansion slot module identifier.
- speed String
- Host Port Speed of IO card or fabric extender.
- switchId String
- Switch Identifier that is local to a cluster.
- List<Property Map>
- transceiverType String
- Transceiver model attached to a port in the Fabric Interconnect.
- versionContexts List<Property Map>
GetEtherHostPortResultAcknowledgedPeerInterface       
- 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
GetEtherHostPortResultAncestor     
- 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
GetEtherHostPortResultEquipmentIoCardBase        
- 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
GetEtherHostPortResultParent     
- 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
GetEtherHostPortResultPeerInterface      
- 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
GetEtherHostPortResultPermissionResource      
- 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
GetEtherHostPortResultRegisteredDevice      
- 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
GetEtherHostPortResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetEtherHostPortResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos []GetEther Host Port Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetEther Host Port Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetEther Host Port Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetEther Host Port Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetEther Host Port Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetEther Host Port Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetEtherHostPortResultVersionContextInterestedMo        
- 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
GetEtherHostPortResultVersionContextRefMo        
- 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
GetEtherHostPortTag    
- 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.
GetEtherHostPortVersionContext     
- 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<GetEther Host Port Version Context Interested Mo> 
- MarkedFor boolDeletion 
- 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 GetEther Host Port Version Context Ref Mo 
- 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 []GetEther Host Port Version Context Interested Mo 
- MarkedFor boolDeletion 
- 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 GetEther Host Port Version Context Ref Mo 
- 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<GetEther Host Port Version Context Interested Mo> 
- markedFor BooleanDeletion 
- 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 GetEther Host Port Version Context Ref Mo 
- 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 GetEther Host Port Version Context Interested Mo[] 
- markedFor booleanDeletion 
- 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 GetEther Host Port Version Context Ref Mo 
- 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[GetEther Host Port Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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 GetEther Host Port Version Context Ref Mo 
- 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>
- markedFor BooleanDeletion 
- 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.
 
GetEtherHostPortVersionContextInterestedMo       
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetEtherHostPortVersionContextRefMo       
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet