intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getFcPhysicalPort
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
The physical interface on the Fabric Interconnect to which a Fibre Channel (FC) target can be connected to within a data center.
Using getFcPhysicalPort
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 getFcPhysicalPort(args: GetFcPhysicalPortArgs, opts?: InvokeOptions): Promise<GetFcPhysicalPortResult>
function getFcPhysicalPortOutput(args: GetFcPhysicalPortOutputArgs, opts?: InvokeOptions): Output<GetFcPhysicalPortResult>def get_fc_physical_port(account_moid: Optional[str] = None,
                         additional_properties: Optional[str] = None,
                         admin_speed: Optional[str] = None,
                         admin_state: Optional[str] = None,
                         aggregate_port_id: Optional[float] = None,
                         ancestors: Optional[Sequence[GetFcPhysicalPortAncestor]] = None,
                         b2b_credit: Optional[float] = 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_switch_card: Optional[GetFcPhysicalPortEquipmentSwitchCard] = None,
                         fc_neighbor: Optional[GetFcPhysicalPortFcNeighbor] = None,
                         id: Optional[str] = None,
                         inventory_device_info: Optional[GetFcPhysicalPortInventoryDeviceInfo] = None,
                         max_speed: Optional[str] = None,
                         mod_time: Optional[str] = None,
                         mode: Optional[str] = None,
                         moid: Optional[str] = None,
                         name: Optional[str] = None,
                         network_supervisor_card: Optional[GetFcPhysicalPortNetworkSupervisorCard] = 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[GetFcPhysicalPortParent] = None,
                         peer_dn: Optional[str] = None,
                         permission_resources: Optional[Sequence[GetFcPhysicalPortPermissionResource]] = None,
                         port_channel_id: Optional[float] = None,
                         port_group: Optional[GetFcPhysicalPortPortGroup] = None,
                         port_id: Optional[float] = None,
                         port_sub_group: Optional[GetFcPhysicalPortPortSubGroup] = None,
                         registered_device: Optional[GetFcPhysicalPortRegisteredDevice] = None,
                         rn: Optional[str] = None,
                         role: Optional[str] = None,
                         shared_scope: Optional[str] = None,
                         slot_id: Optional[float] = None,
                         switch_id: Optional[str] = None,
                         tags: Optional[Sequence[GetFcPhysicalPortTag]] = None,
                         transceiver_type: Optional[str] = None,
                         version_context: Optional[GetFcPhysicalPortVersionContext] = None,
                         vsan: Optional[float] = None,
                         wwn: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetFcPhysicalPortResult
def get_fc_physical_port_output(account_moid: Optional[pulumi.Input[str]] = None,
                         additional_properties: Optional[pulumi.Input[str]] = None,
                         admin_speed: 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[GetFcPhysicalPortAncestorArgs]]]] = None,
                         b2b_credit: Optional[pulumi.Input[float]] = 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_switch_card: Optional[pulumi.Input[GetFcPhysicalPortEquipmentSwitchCardArgs]] = None,
                         fc_neighbor: Optional[pulumi.Input[GetFcPhysicalPortFcNeighborArgs]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         inventory_device_info: Optional[pulumi.Input[GetFcPhysicalPortInventoryDeviceInfoArgs]] = None,
                         max_speed: Optional[pulumi.Input[str]] = None,
                         mod_time: Optional[pulumi.Input[str]] = None,
                         mode: Optional[pulumi.Input[str]] = None,
                         moid: Optional[pulumi.Input[str]] = None,
                         name: Optional[pulumi.Input[str]] = None,
                         network_supervisor_card: Optional[pulumi.Input[GetFcPhysicalPortNetworkSupervisorCardArgs]] = 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[GetFcPhysicalPortParentArgs]] = None,
                         peer_dn: Optional[pulumi.Input[str]] = None,
                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFcPhysicalPortPermissionResourceArgs]]]] = None,
                         port_channel_id: Optional[pulumi.Input[float]] = None,
                         port_group: Optional[pulumi.Input[GetFcPhysicalPortPortGroupArgs]] = None,
                         port_id: Optional[pulumi.Input[float]] = None,
                         port_sub_group: Optional[pulumi.Input[GetFcPhysicalPortPortSubGroupArgs]] = None,
                         registered_device: Optional[pulumi.Input[GetFcPhysicalPortRegisteredDeviceArgs]] = 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,
                         switch_id: Optional[pulumi.Input[str]] = None,
                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFcPhysicalPortTagArgs]]]] = None,
                         transceiver_type: Optional[pulumi.Input[str]] = None,
                         version_context: Optional[pulumi.Input[GetFcPhysicalPortVersionContextArgs]] = None,
                         vsan: Optional[pulumi.Input[float]] = None,
                         wwn: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetFcPhysicalPortResult]func LookupFcPhysicalPort(ctx *Context, args *LookupFcPhysicalPortArgs, opts ...InvokeOption) (*LookupFcPhysicalPortResult, error)
func LookupFcPhysicalPortOutput(ctx *Context, args *LookupFcPhysicalPortOutputArgs, opts ...InvokeOption) LookupFcPhysicalPortResultOutput> Note: This function is named LookupFcPhysicalPort in the Go SDK.
public static class GetFcPhysicalPort 
{
    public static Task<GetFcPhysicalPortResult> InvokeAsync(GetFcPhysicalPortArgs args, InvokeOptions? opts = null)
    public static Output<GetFcPhysicalPortResult> Invoke(GetFcPhysicalPortInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFcPhysicalPortResult> getFcPhysicalPort(GetFcPhysicalPortArgs args, InvokeOptions options)
public static Output<GetFcPhysicalPortResult> getFcPhysicalPort(GetFcPhysicalPortArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getFcPhysicalPort:getFcPhysicalPort
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminSpeed string
- Administrator configured Speed applied on the port.
- AdminState string
- Administratively configured state (enabled/disabled) for this port.
- AggregatePort doubleId 
- Breakout port member in the Fabric Interconnect.
- Ancestors
List<GetFc Physical Port Ancestor> 
- B2bCredit double
- Buffer to Buffer credits of FC port.
- 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.
- EquipmentSwitch GetCard Fc Physical Port Equipment Switch Card 
- FcNeighbor GetFc Physical Port Fc Neighbor 
- Id string
- InventoryDevice GetInfo Fc Physical Port Inventory Device Info 
- MaxSpeed string
- Maximum Speed with which the port operates.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the physical port of FC.
- NetworkSupervisor GetCard Fc Physical Port Network Supervisor Card 
- ObjectType string
- OperSpeed string
- Operational Speed with which the port operates.
- OperState string
- Operational state of this port (enabled/disabled).
- OperState stringQual 
- Reason for this port's Operational state.
- Owners List<string>
- Parent
GetFc Physical Port Parent 
- PeerDn string
- PeerDn for fibre channel physical port.
- PermissionResources List<GetFc Physical Port Permission Resource> 
- PortChannel doubleId 
- Port channel id of FC port channel created on FI switch.
- PortGroup GetFc Physical Port Port Group 
- PortId double
- Switch physical port identifier.
- PortSub GetGroup Fc Physical Port Port Sub Group 
- RegisteredDevice GetFc Physical 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.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
List<GetFc Physical Port Tag> 
- TransceiverType string
- Transceiver type of a Fibre Channel port.
- VersionContext GetFc Physical Port Version Context 
- Vsan double
- Virtual San that is associated to the port.
- Wwn string
- World Wide Name of a Fibre Channel port.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminSpeed string
- Administrator configured Speed applied on the port.
- AdminState string
- Administratively configured state (enabled/disabled) for this port.
- AggregatePort float64Id 
- Breakout port member in the Fabric Interconnect.
- Ancestors
[]GetFc Physical Port Ancestor 
- B2bCredit float64
- Buffer to Buffer credits of FC port.
- 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.
- EquipmentSwitch GetCard Fc Physical Port Equipment Switch Card 
- FcNeighbor GetFc Physical Port Fc Neighbor 
- Id string
- InventoryDevice GetInfo Fc Physical Port Inventory Device Info 
- MaxSpeed string
- Maximum Speed with which the port operates.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the physical port of FC.
- NetworkSupervisor GetCard Fc Physical Port Network Supervisor Card 
- ObjectType string
- OperSpeed string
- Operational Speed with which the port operates.
- OperState string
- Operational state of this port (enabled/disabled).
- OperState stringQual 
- Reason for this port's Operational state.
- Owners []string
- Parent
GetFc Physical Port Parent 
- PeerDn string
- PeerDn for fibre channel physical port.
- PermissionResources []GetFc Physical Port Permission Resource 
- PortChannel float64Id 
- Port channel id of FC port channel created on FI switch.
- PortGroup GetFc Physical Port Port Group 
- PortId float64
- Switch physical port identifier.
- PortSub GetGroup Fc Physical Port Port Sub Group 
- RegisteredDevice GetFc Physical 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.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
[]GetFc Physical Port Tag 
- TransceiverType string
- Transceiver type of a Fibre Channel port.
- VersionContext GetFc Physical Port Version Context 
- Vsan float64
- Virtual San that is associated to the port.
- Wwn string
- World Wide Name of a Fibre Channel port.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminSpeed String
- Administrator configured Speed applied on the port.
- adminState String
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort DoubleId 
- Breakout port member in the Fabric Interconnect.
- ancestors
List<GetFc Physical Port Ancestor> 
- b2bCredit Double
- Buffer to Buffer credits of FC port.
- 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.
- equipmentSwitch GetCard Fc Physical Port Equipment Switch Card 
- fcNeighbor GetFc Physical Port Fc Neighbor 
- id String
- inventoryDevice GetInfo Fc Physical Port Inventory Device Info 
- maxSpeed String
- Maximum Speed with which the port operates.
- modTime String
- The time when this managed object was last modified.
- mode String
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the physical port of FC.
- networkSupervisor GetCard Fc Physical Port Network Supervisor Card 
- objectType String
- operSpeed String
- Operational Speed with which the port operates.
- operState String
- Operational state of this port (enabled/disabled).
- operState StringQual 
- Reason for this port's Operational state.
- owners List<String>
- parent
GetFc Physical Port Parent 
- peerDn String
- PeerDn for fibre channel physical port.
- permissionResources List<GetFc Physical Port Permission Resource> 
- portChannel DoubleId 
- Port channel id of FC port channel created on FI switch.
- portGroup GetFc Physical Port Port Group 
- portId Double
- Switch physical port identifier.
- portSub GetGroup Fc Physical Port Port Sub Group 
- registeredDevice GetFc Physical 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.
- switchId String
- Switch Identifier that is local to a cluster.
- 
List<GetFc Physical Port Tag> 
- transceiverType String
- Transceiver type of a Fibre Channel port.
- versionContext GetFc Physical Port Version Context 
- vsan Double
- Virtual San that is associated to the port.
- wwn String
- World Wide Name of a Fibre Channel port.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminSpeed string
- Administrator configured Speed applied on the port.
- adminState string
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort numberId 
- Breakout port member in the Fabric Interconnect.
- ancestors
GetFc Physical Port Ancestor[] 
- b2bCredit number
- Buffer to Buffer credits of FC port.
- 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.
- equipmentSwitch GetCard Fc Physical Port Equipment Switch Card 
- fcNeighbor GetFc Physical Port Fc Neighbor 
- id string
- inventoryDevice GetInfo Fc Physical Port Inventory Device Info 
- maxSpeed string
- Maximum Speed with which the port operates.
- modTime string
- The time when this managed object was last modified.
- mode string
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the physical port of FC.
- networkSupervisor GetCard Fc Physical Port Network Supervisor Card 
- objectType string
- operSpeed string
- Operational Speed with which the port operates.
- operState string
- Operational state of this port (enabled/disabled).
- operState stringQual 
- Reason for this port's Operational state.
- owners string[]
- parent
GetFc Physical Port Parent 
- peerDn string
- PeerDn for fibre channel physical port.
- permissionResources GetFc Physical Port Permission Resource[] 
- portChannel numberId 
- Port channel id of FC port channel created on FI switch.
- portGroup GetFc Physical Port Port Group 
- portId number
- Switch physical port identifier.
- portSub GetGroup Fc Physical Port Port Sub Group 
- registeredDevice GetFc Physical 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.
- switchId string
- Switch Identifier that is local to a cluster.
- 
GetFc Physical Port Tag[] 
- transceiverType string
- Transceiver type of a Fibre Channel port.
- versionContext GetFc Physical Port Version Context 
- vsan number
- Virtual San that is associated to the port.
- wwn string
- World Wide Name of a Fibre Channel port.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_speed str
- Administrator configured Speed applied on the port.
- admin_state str
- Administratively configured state (enabled/disabled) for this port.
- aggregate_port_ floatid 
- Breakout port member in the Fabric Interconnect.
- ancestors
Sequence[GetFc Physical Port Ancestor] 
- b2b_credit float
- Buffer to Buffer credits of FC port.
- 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_switch_ Getcard Fc Physical Port Equipment Switch Card 
- fc_neighbor GetFc Physical Port Fc Neighbor 
- id str
- inventory_device_ Getinfo Fc Physical Port Inventory Device Info 
- max_speed str
- Maximum Speed with which the port operates.
- mod_time str
- The time when this managed object was last modified.
- mode str
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the physical port of FC.
- network_supervisor_ Getcard Fc Physical Port Network Supervisor Card 
- object_type str
- oper_speed str
- Operational Speed with which the port operates.
- oper_state str
- Operational state of this port (enabled/disabled).
- oper_state_ strqual 
- Reason for this port's Operational state.
- owners Sequence[str]
- parent
GetFc Physical Port Parent 
- peer_dn str
- PeerDn for fibre channel physical port.
- permission_resources Sequence[GetFc Physical Port Permission Resource] 
- port_channel_ floatid 
- Port channel id of FC port channel created on FI switch.
- port_group GetFc Physical Port Port Group 
- port_id float
- Switch physical port identifier.
- port_sub_ Getgroup Fc Physical Port Port Sub Group 
- registered_device GetFc Physical 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.
- switch_id str
- Switch Identifier that is local to a cluster.
- 
Sequence[GetFc Physical Port Tag] 
- transceiver_type str
- Transceiver type of a Fibre Channel port.
- version_context GetFc Physical Port Version Context 
- vsan float
- Virtual San that is associated to the port.
- wwn str
- World Wide Name of a Fibre Channel port.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminSpeed String
- Administrator configured Speed applied on the port.
- adminState String
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort NumberId 
- Breakout port member in the Fabric Interconnect.
- ancestors List<Property Map>
- b2bCredit Number
- Buffer to Buffer credits of FC port.
- 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.
- equipmentSwitch Property MapCard 
- fcNeighbor Property Map
- id String
- inventoryDevice Property MapInfo 
- maxSpeed String
- Maximum Speed with which the port operates.
- modTime String
- The time when this managed object was last modified.
- mode String
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the physical port of FC.
- networkSupervisor Property MapCard 
- objectType String
- operSpeed String
- Operational Speed with which the port operates.
- 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 fibre channel physical port.
- permissionResources List<Property Map>
- portChannel NumberId 
- Port channel id of FC port channel created on FI switch.
- portGroup Property Map
- portId Number
- Switch physical port identifier.
- portSub Property MapGroup 
- 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.
- switchId String
- Switch Identifier that is local to a cluster.
- List<Property Map>
- transceiverType String
- Transceiver type of a Fibre Channel port.
- versionContext Property Map
- vsan Number
- Virtual San that is associated to the port.
- wwn String
- World Wide Name of a Fibre Channel port.
getFcPhysicalPort Result
The following output properties are available:
- Id string
- Results
List<GetFc Physical Port Result> 
- AccountMoid string
- AdditionalProperties string
- AdminSpeed string
- AdminState string
- AggregatePort doubleId 
- Ancestors
List<GetFc Physical Port Ancestor> 
- B2bCredit double
- ClassId string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentSwitch GetCard Fc Physical Port Equipment Switch Card 
- FcNeighbor GetFc Physical Port Fc Neighbor 
- InventoryDevice GetInfo Fc Physical Port Inventory Device Info 
- MaxSpeed string
- ModTime string
- Mode string
- Moid string
- Name string
- NetworkSupervisor GetCard Fc Physical Port Network Supervisor Card 
- ObjectType string
- OperSpeed string
- OperState string
- OperState stringQual 
- Owners List<string>
- Parent
GetFc Physical Port Parent 
- PeerDn string
- PermissionResources List<GetFc Physical Port Permission Resource> 
- PortChannel doubleId 
- PortGroup GetFc Physical Port Port Group 
- PortId double
- PortSub GetGroup Fc Physical Port Port Sub Group 
- RegisteredDevice GetFc Physical Port Registered Device 
- Rn string
- Role string
- string
- SlotId double
- SwitchId string
- 
List<GetFc Physical Port Tag> 
- TransceiverType string
- VersionContext GetFc Physical Port Version Context 
- Vsan double
- Wwn string
- Id string
- Results
[]GetFc Physical Port Result 
- AccountMoid string
- AdditionalProperties string
- AdminSpeed string
- AdminState string
- AggregatePort float64Id 
- Ancestors
[]GetFc Physical Port Ancestor 
- B2bCredit float64
- ClassId string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentSwitch GetCard Fc Physical Port Equipment Switch Card 
- FcNeighbor GetFc Physical Port Fc Neighbor 
- InventoryDevice GetInfo Fc Physical Port Inventory Device Info 
- MaxSpeed string
- ModTime string
- Mode string
- Moid string
- Name string
- NetworkSupervisor GetCard Fc Physical Port Network Supervisor Card 
- ObjectType string
- OperSpeed string
- OperState string
- OperState stringQual 
- Owners []string
- Parent
GetFc Physical Port Parent 
- PeerDn string
- PermissionResources []GetFc Physical Port Permission Resource 
- PortChannel float64Id 
- PortGroup GetFc Physical Port Port Group 
- PortId float64
- PortSub GetGroup Fc Physical Port Port Sub Group 
- RegisteredDevice GetFc Physical Port Registered Device 
- Rn string
- Role string
- string
- SlotId float64
- SwitchId string
- 
[]GetFc Physical Port Tag 
- TransceiverType string
- VersionContext GetFc Physical Port Version Context 
- Vsan float64
- Wwn string
- id String
- results
List<GetFc Physical Port Result> 
- accountMoid String
- additionalProperties String
- adminSpeed String
- adminState String
- aggregatePort DoubleId 
- ancestors
List<GetFc Physical Port Ancestor> 
- b2bCredit Double
- classId String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentSwitch GetCard Fc Physical Port Equipment Switch Card 
- fcNeighbor GetFc Physical Port Fc Neighbor 
- inventoryDevice GetInfo Fc Physical Port Inventory Device Info 
- maxSpeed String
- modTime String
- mode String
- moid String
- name String
- networkSupervisor GetCard Fc Physical Port Network Supervisor Card 
- objectType String
- operSpeed String
- operState String
- operState StringQual 
- owners List<String>
- parent
GetFc Physical Port Parent 
- peerDn String
- permissionResources List<GetFc Physical Port Permission Resource> 
- portChannel DoubleId 
- portGroup GetFc Physical Port Port Group 
- portId Double
- portSub GetGroup Fc Physical Port Port Sub Group 
- registeredDevice GetFc Physical Port Registered Device 
- rn String
- role String
- String
- slotId Double
- switchId String
- 
List<GetFc Physical Port Tag> 
- transceiverType String
- versionContext GetFc Physical Port Version Context 
- vsan Double
- wwn String
- id string
- results
GetFc Physical Port Result[] 
- accountMoid string
- additionalProperties string
- adminSpeed string
- adminState string
- aggregatePort numberId 
- ancestors
GetFc Physical Port Ancestor[] 
- b2bCredit number
- classId string
- createTime string
- deviceMo stringId 
- dn string
- domainGroup stringMoid 
- equipmentSwitch GetCard Fc Physical Port Equipment Switch Card 
- fcNeighbor GetFc Physical Port Fc Neighbor 
- inventoryDevice GetInfo Fc Physical Port Inventory Device Info 
- maxSpeed string
- modTime string
- mode string
- moid string
- name string
- networkSupervisor GetCard Fc Physical Port Network Supervisor Card 
- objectType string
- operSpeed string
- operState string
- operState stringQual 
- owners string[]
- parent
GetFc Physical Port Parent 
- peerDn string
- permissionResources GetFc Physical Port Permission Resource[] 
- portChannel numberId 
- portGroup GetFc Physical Port Port Group 
- portId number
- portSub GetGroup Fc Physical Port Port Sub Group 
- registeredDevice GetFc Physical Port Registered Device 
- rn string
- role string
- string
- slotId number
- switchId string
- 
GetFc Physical Port Tag[] 
- transceiverType string
- versionContext GetFc Physical Port Version Context 
- vsan number
- wwn string
- id str
- results
Sequence[GetFc Physical Port Result] 
- account_moid str
- additional_properties str
- admin_speed str
- admin_state str
- aggregate_port_ floatid 
- ancestors
Sequence[GetFc Physical Port Ancestor] 
- b2b_credit float
- class_id str
- create_time str
- device_mo_ strid 
- dn str
- domain_group_ strmoid 
- equipment_switch_ Getcard Fc Physical Port Equipment Switch Card 
- fc_neighbor GetFc Physical Port Fc Neighbor 
- inventory_device_ Getinfo Fc Physical Port Inventory Device Info 
- max_speed str
- mod_time str
- mode str
- moid str
- name str
- network_supervisor_ Getcard Fc Physical Port Network Supervisor Card 
- object_type str
- oper_speed str
- oper_state str
- oper_state_ strqual 
- owners Sequence[str]
- parent
GetFc Physical Port Parent 
- peer_dn str
- permission_resources Sequence[GetFc Physical Port Permission Resource] 
- port_channel_ floatid 
- port_group GetFc Physical Port Port Group 
- port_id float
- port_sub_ Getgroup Fc Physical Port Port Sub Group 
- registered_device GetFc Physical Port Registered Device 
- rn str
- role str
- str
- slot_id float
- switch_id str
- 
Sequence[GetFc Physical Port Tag] 
- transceiver_type str
- version_context GetFc Physical Port Version Context 
- vsan float
- wwn str
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- adminSpeed String
- adminState String
- aggregatePort NumberId 
- ancestors List<Property Map>
- b2bCredit Number
- classId String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentSwitch Property MapCard 
- fcNeighbor Property Map
- inventoryDevice Property MapInfo 
- maxSpeed String
- modTime String
- mode String
- moid String
- name String
- networkSupervisor Property MapCard 
- objectType String
- operSpeed String
- operState String
- operState StringQual 
- owners List<String>
- parent Property Map
- peerDn String
- permissionResources List<Property Map>
- portChannel NumberId 
- portGroup Property Map
- portId Number
- portSub Property MapGroup 
- registeredDevice Property Map
- rn String
- role String
- String
- slotId Number
- switchId String
- List<Property Map>
- transceiverType String
- versionContext Property Map
- vsan Number
- wwn String
Supporting Types
GetFcPhysicalPortAncestor    
- 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'.
 
GetFcPhysicalPortEquipmentSwitchCard      
- 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'.
 
GetFcPhysicalPortFcNeighbor     
- 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'.
 
GetFcPhysicalPortInventoryDeviceInfo      
- 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'.
 
GetFcPhysicalPortNetworkSupervisorCard      
- 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'.
 
GetFcPhysicalPortParent    
- 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'.
 
GetFcPhysicalPortPermissionResource     
- 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'.
 
GetFcPhysicalPortPortGroup     
- 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'.
 
GetFcPhysicalPortPortSubGroup      
- 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'.
 
GetFcPhysicalPortRegisteredDevice     
- 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'.
 
GetFcPhysicalPortResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminSpeed string
- Administrator configured Speed applied on the port.
- AdminState string
- Administratively configured state (enabled/disabled) for this port.
- AggregatePort doubleId 
- Breakout port member in the Fabric Interconnect.
- Ancestors
List<GetFc Physical Port Result Ancestor> 
- B2bCredit double
- Buffer to Buffer credits of FC port.
- 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.
- EquipmentSwitch List<GetCards Fc Physical Port Result Equipment Switch Card> 
- FcNeighbors List<GetFc Physical Port Result Fc Neighbor> 
- InventoryDevice List<GetInfos Fc Physical Port Result Inventory Device Info> 
- MaxSpeed string
- Maximum Speed with which the port operates.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the physical port of FC.
- NetworkSupervisor List<GetCards Fc Physical Port Result Network Supervisor Card> 
- ObjectType string
- OperSpeed string
- Operational Speed with which the port operates.
- OperState string
- Operational state of this port (enabled/disabled).
- OperState stringQual 
- Reason for this port's Operational state.
- Owners List<string>
- Parents
List<GetFc Physical Port Result Parent> 
- PeerDn string
- PeerDn for fibre channel physical port.
- PermissionResources List<GetFc Physical Port Result Permission Resource> 
- PortChannel doubleId 
- Port channel id of FC port channel created on FI switch.
- PortGroups List<GetFc Physical Port Result Port Group> 
- PortId double
- Switch physical port identifier.
- PortSub List<GetGroups Fc Physical Port Result Port Sub Group> 
- RegisteredDevices List<GetFc Physical 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.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
List<GetFc Physical Port Result Tag> 
- TransceiverType string
- Transceiver type of a Fibre Channel port.
- VersionContexts List<GetFc Physical Port Result Version Context> 
- Vsan double
- Virtual San that is associated to the port.
- Wwn string
- World Wide Name of a Fibre Channel port.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminSpeed string
- Administrator configured Speed applied on the port.
- AdminState string
- Administratively configured state (enabled/disabled) for this port.
- AggregatePort float64Id 
- Breakout port member in the Fabric Interconnect.
- Ancestors
[]GetFc Physical Port Result Ancestor 
- B2bCredit float64
- Buffer to Buffer credits of FC port.
- 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.
- EquipmentSwitch []GetCards Fc Physical Port Result Equipment Switch Card 
- FcNeighbors []GetFc Physical Port Result Fc Neighbor 
- InventoryDevice []GetInfos Fc Physical Port Result Inventory Device Info 
- MaxSpeed string
- Maximum Speed with which the port operates.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the physical port of FC.
- NetworkSupervisor []GetCards Fc Physical Port Result Network Supervisor Card 
- ObjectType string
- OperSpeed string
- Operational Speed with which the port operates.
- OperState string
- Operational state of this port (enabled/disabled).
- OperState stringQual 
- Reason for this port's Operational state.
- Owners []string
- Parents
[]GetFc Physical Port Result Parent 
- PeerDn string
- PeerDn for fibre channel physical port.
- PermissionResources []GetFc Physical Port Result Permission Resource 
- PortChannel float64Id 
- Port channel id of FC port channel created on FI switch.
- PortGroups []GetFc Physical Port Result Port Group 
- PortId float64
- Switch physical port identifier.
- PortSub []GetGroups Fc Physical Port Result Port Sub Group 
- RegisteredDevices []GetFc Physical 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.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
[]GetFc Physical Port Result Tag 
- TransceiverType string
- Transceiver type of a Fibre Channel port.
- VersionContexts []GetFc Physical Port Result Version Context 
- Vsan float64
- Virtual San that is associated to the port.
- Wwn string
- World Wide Name of a Fibre Channel port.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminSpeed String
- Administrator configured Speed applied on the port.
- adminState String
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort DoubleId 
- Breakout port member in the Fabric Interconnect.
- ancestors
List<GetFc Physical Port Result Ancestor> 
- b2bCredit Double
- Buffer to Buffer credits of FC port.
- 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.
- equipmentSwitch List<GetCards Fc Physical Port Result Equipment Switch Card> 
- fcNeighbors List<GetFc Physical Port Result Fc Neighbor> 
- inventoryDevice List<GetInfos Fc Physical Port Result Inventory Device Info> 
- maxSpeed String
- Maximum Speed with which the port operates.
- modTime String
- The time when this managed object was last modified.
- mode String
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the physical port of FC.
- networkSupervisor List<GetCards Fc Physical Port Result Network Supervisor Card> 
- objectType String
- operSpeed String
- Operational Speed with which the port operates.
- operState String
- Operational state of this port (enabled/disabled).
- operState StringQual 
- Reason for this port's Operational state.
- owners List<String>
- parents
List<GetFc Physical Port Result Parent> 
- peerDn String
- PeerDn for fibre channel physical port.
- permissionResources List<GetFc Physical Port Result Permission Resource> 
- portChannel DoubleId 
- Port channel id of FC port channel created on FI switch.
- portGroups List<GetFc Physical Port Result Port Group> 
- portId Double
- Switch physical port identifier.
- portSub List<GetGroups Fc Physical Port Result Port Sub Group> 
- registeredDevices List<GetFc Physical 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.
- switchId String
- Switch Identifier that is local to a cluster.
- 
List<GetFc Physical Port Result Tag> 
- transceiverType String
- Transceiver type of a Fibre Channel port.
- versionContexts List<GetFc Physical Port Result Version Context> 
- vsan Double
- Virtual San that is associated to the port.
- wwn String
- World Wide Name of a Fibre Channel port.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminSpeed string
- Administrator configured Speed applied on the port.
- adminState string
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort numberId 
- Breakout port member in the Fabric Interconnect.
- ancestors
GetFc Physical Port Result Ancestor[] 
- b2bCredit number
- Buffer to Buffer credits of FC port.
- 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.
- equipmentSwitch GetCards Fc Physical Port Result Equipment Switch Card[] 
- fcNeighbors GetFc Physical Port Result Fc Neighbor[] 
- inventoryDevice GetInfos Fc Physical Port Result Inventory Device Info[] 
- maxSpeed string
- Maximum Speed with which the port operates.
- modTime string
- The time when this managed object was last modified.
- mode string
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the physical port of FC.
- networkSupervisor GetCards Fc Physical Port Result Network Supervisor Card[] 
- objectType string
- operSpeed string
- Operational Speed with which the port operates.
- operState string
- Operational state of this port (enabled/disabled).
- operState stringQual 
- Reason for this port's Operational state.
- owners string[]
- parents
GetFc Physical Port Result Parent[] 
- peerDn string
- PeerDn for fibre channel physical port.
- permissionResources GetFc Physical Port Result Permission Resource[] 
- portChannel numberId 
- Port channel id of FC port channel created on FI switch.
- portGroups GetFc Physical Port Result Port Group[] 
- portId number
- Switch physical port identifier.
- portSub GetGroups Fc Physical Port Result Port Sub Group[] 
- registeredDevices GetFc Physical 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.
- switchId string
- Switch Identifier that is local to a cluster.
- 
GetFc Physical Port Result Tag[] 
- transceiverType string
- Transceiver type of a Fibre Channel port.
- versionContexts GetFc Physical Port Result Version Context[] 
- vsan number
- Virtual San that is associated to the port.
- wwn string
- World Wide Name of a Fibre Channel port.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_speed str
- Administrator configured Speed applied on the port.
- admin_state str
- Administratively configured state (enabled/disabled) for this port.
- aggregate_port_ floatid 
- Breakout port member in the Fabric Interconnect.
- ancestors
Sequence[GetFc Physical Port Result Ancestor] 
- b2b_credit float
- Buffer to Buffer credits of FC port.
- 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_switch_ Sequence[Getcards Fc Physical Port Result Equipment Switch Card] 
- fc_neighbors Sequence[GetFc Physical Port Result Fc Neighbor] 
- inventory_device_ Sequence[Getinfos Fc Physical Port Result Inventory Device Info] 
- max_speed str
- Maximum Speed with which the port operates.
- mod_time str
- The time when this managed object was last modified.
- mode str
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the physical port of FC.
- network_supervisor_ Sequence[Getcards Fc Physical Port Result Network Supervisor Card] 
- object_type str
- oper_speed str
- Operational Speed with which the port operates.
- 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[GetFc Physical Port Result Parent] 
- peer_dn str
- PeerDn for fibre channel physical port.
- permission_resources Sequence[GetFc Physical Port Result Permission Resource] 
- port_channel_ floatid 
- Port channel id of FC port channel created on FI switch.
- port_groups Sequence[GetFc Physical Port Result Port Group] 
- port_id float
- Switch physical port identifier.
- port_sub_ Sequence[Getgroups Fc Physical Port Result Port Sub Group] 
- registered_devices Sequence[GetFc Physical 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.
- switch_id str
- Switch Identifier that is local to a cluster.
- 
Sequence[GetFc Physical Port Result Tag] 
- transceiver_type str
- Transceiver type of a Fibre Channel port.
- version_contexts Sequence[GetFc Physical Port Result Version Context] 
- vsan float
- Virtual San that is associated to the port.
- wwn str
- World Wide Name of a Fibre Channel port.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminSpeed String
- Administrator configured Speed applied on the port.
- adminState String
- Administratively configured state (enabled/disabled) for this port.
- aggregatePort NumberId 
- Breakout port member in the Fabric Interconnect.
- ancestors List<Property Map>
- b2bCredit Number
- Buffer to Buffer credits of FC port.
- 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.
- equipmentSwitch List<Property Map>Cards 
- fcNeighbors List<Property Map>
- inventoryDevice List<Property Map>Infos 
- maxSpeed String
- Maximum Speed with which the port operates.
- modTime String
- The time when this managed object was last modified.
- mode String
- Mode information N_proxy, F or E associated to the Fibre Channel port.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the physical port of FC.
- networkSupervisor List<Property Map>Cards 
- objectType String
- operSpeed String
- Operational Speed with which the port operates.
- 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 fibre channel physical port.
- permissionResources List<Property Map>
- portChannel NumberId 
- Port channel id of FC port channel created on FI switch.
- portGroups List<Property Map>
- portId Number
- Switch physical port identifier.
- portSub List<Property Map>Groups 
- 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.
- switchId String
- Switch Identifier that is local to a cluster.
- List<Property Map>
- transceiverType String
- Transceiver type of a Fibre Channel port.
- versionContexts List<Property Map>
- vsan Number
- Virtual San that is associated to the port.
- wwn String
- World Wide Name of a Fibre Channel port.
GetFcPhysicalPortResultAncestor     
- 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
GetFcPhysicalPortResultEquipmentSwitchCard       
- 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
GetFcPhysicalPortResultFcNeighbor      
- 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
GetFcPhysicalPortResultInventoryDeviceInfo       
- 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
GetFcPhysicalPortResultNetworkSupervisorCard       
- 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
GetFcPhysicalPortResultParent     
- 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
GetFcPhysicalPortResultPermissionResource      
- 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
GetFcPhysicalPortResultPortGroup      
- 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
GetFcPhysicalPortResultPortSubGroup       
- 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
GetFcPhysicalPortResultRegisteredDevice      
- 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
GetFcPhysicalPortResultTag     
- 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
GetFcPhysicalPortResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<GetFc Physical Port Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetFc Physical Port Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetFc Physical Port Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetFc Physical 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
GetFcPhysicalPortResultVersionContextInterestedMo        
- 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
GetFcPhysicalPortResultVersionContextRefMo        
- 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
GetFcPhysicalPortTag    
- 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.
GetFcPhysicalPortVersionContext     
- 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<GetFc Physical 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 GetFc Physical 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 []GetFc Physical 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 GetFc Physical 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<GetFc Physical 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 GetFc Physical 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 GetFc Physical 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 GetFc Physical 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[GetFc Physical 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 GetFc Physical 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.
 
GetFcPhysicalPortVersionContextInterestedMo       
- 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'.
 
GetFcPhysicalPortVersionContextRefMo       
- 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