1. Packages
  2. Intersight Provider
  3. API Docs
  4. getFcPhysicalPort
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getFcPhysicalPort

Explore with Pulumi AI

intersight 1.0.63 published on Wednesday, Apr 16, 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>
Copy
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]
Copy
func LookupFcPhysicalPort(ctx *Context, args *LookupFcPhysicalPortArgs, opts ...InvokeOption) (*LookupFcPhysicalPortResult, error)
func LookupFcPhysicalPortOutput(ctx *Context, args *LookupFcPhysicalPortOutputArgs, opts ...InvokeOption) LookupFcPhysicalPortResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetFcPhysicalPortResult> getFcPhysicalPort(GetFcPhysicalPortArgs args, InvokeOptions options)
public static Output<GetFcPhysicalPortResult> getFcPhysicalPort(GetFcPhysicalPortArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getFcPhysicalPort:getFcPhysicalPort
  arguments:
    # arguments dictionary
Copy

The 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.
AggregatePortId double
Breakout port member in the Fabric Interconnect.
Ancestors List<GetFcPhysicalPortAncestor>
B2bCredit double
Buffer to Buffer credits of FC port.
ClassId string
CreateTime string
The time when this managed object was created.
DeviceMoId string
The database identifier of the registered device of an object.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EquipmentSwitchCard GetFcPhysicalPortEquipmentSwitchCard
FcNeighbor GetFcPhysicalPortFcNeighbor
Id string
InventoryDeviceInfo GetFcPhysicalPortInventoryDeviceInfo
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.
NetworkSupervisorCard GetFcPhysicalPortNetworkSupervisorCard
ObjectType string
OperSpeed string
Operational Speed with which the port operates.
OperState string
Operational state of this port (enabled/disabled).
OperStateQual string
Reason for this port's Operational state.
Owners List<string>
Parent GetFcPhysicalPortParent
PeerDn string
PeerDn for fibre channel physical port.
PermissionResources List<GetFcPhysicalPortPermissionResource>
PortChannelId double
Port channel id of FC port channel created on FI switch.
PortGroup GetFcPhysicalPortPortGroup
PortId double
Switch physical port identifier.
PortSubGroup GetFcPhysicalPortPortSubGroup
RegisteredDevice GetFcPhysicalPortRegisteredDevice
Rn string
The Relative Name uniquely identifies an object within a given context.
Role string
The role assigned to this port.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SlotId double
Switch expansion slot module identifier.
SwitchId string
Switch Identifier that is local to a cluster.
Tags List<GetFcPhysicalPortTag>
TransceiverType string
Transceiver type of a Fibre Channel port.
VersionContext GetFcPhysicalPortVersionContext
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.
AggregatePortId float64
Breakout port member in the Fabric Interconnect.
Ancestors []GetFcPhysicalPortAncestor
B2bCredit float64
Buffer to Buffer credits of FC port.
ClassId string
CreateTime string
The time when this managed object was created.
DeviceMoId string
The database identifier of the registered device of an object.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EquipmentSwitchCard GetFcPhysicalPortEquipmentSwitchCard
FcNeighbor GetFcPhysicalPortFcNeighbor
Id string
InventoryDeviceInfo GetFcPhysicalPortInventoryDeviceInfo
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.
NetworkSupervisorCard GetFcPhysicalPortNetworkSupervisorCard
ObjectType string
OperSpeed string
Operational Speed with which the port operates.
OperState string
Operational state of this port (enabled/disabled).
OperStateQual string
Reason for this port's Operational state.
Owners []string
Parent GetFcPhysicalPortParent
PeerDn string
PeerDn for fibre channel physical port.
PermissionResources []GetFcPhysicalPortPermissionResource
PortChannelId float64
Port channel id of FC port channel created on FI switch.
PortGroup GetFcPhysicalPortPortGroup
PortId float64
Switch physical port identifier.
PortSubGroup GetFcPhysicalPortPortSubGroup
RegisteredDevice GetFcPhysicalPortRegisteredDevice
Rn string
The Relative Name uniquely identifies an object within a given context.
Role string
The role assigned to this port.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SlotId float64
Switch expansion slot module identifier.
SwitchId string
Switch Identifier that is local to a cluster.
Tags []GetFcPhysicalPortTag
TransceiverType string
Transceiver type of a Fibre Channel port.
VersionContext GetFcPhysicalPortVersionContext
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.
aggregatePortId Double
Breakout port member in the Fabric Interconnect.
ancestors List<GetFcPhysicalPortAncestor>
b2bCredit Double
Buffer to Buffer credits of FC port.
classId String
createTime String
The time when this managed object was created.
deviceMoId String
The database identifier of the registered device of an object.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
equipmentSwitchCard GetFcPhysicalPortEquipmentSwitchCard
fcNeighbor GetFcPhysicalPortFcNeighbor
id String
inventoryDeviceInfo GetFcPhysicalPortInventoryDeviceInfo
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.
networkSupervisorCard GetFcPhysicalPortNetworkSupervisorCard
objectType String
operSpeed String
Operational Speed with which the port operates.
operState String
Operational state of this port (enabled/disabled).
operStateQual String
Reason for this port's Operational state.
owners List<String>
parent GetFcPhysicalPortParent
peerDn String
PeerDn for fibre channel physical port.
permissionResources List<GetFcPhysicalPortPermissionResource>
portChannelId Double
Port channel id of FC port channel created on FI switch.
portGroup GetFcPhysicalPortPortGroup
portId Double
Switch physical port identifier.
portSubGroup GetFcPhysicalPortPortSubGroup
registeredDevice GetFcPhysicalPortRegisteredDevice
rn String
The Relative Name uniquely identifies an object within a given context.
role String
The role assigned to this port.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slotId Double
Switch expansion slot module identifier.
switchId String
Switch Identifier that is local to a cluster.
tags List<GetFcPhysicalPortTag>
transceiverType String
Transceiver type of a Fibre Channel port.
versionContext GetFcPhysicalPortVersionContext
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.
aggregatePortId number
Breakout port member in the Fabric Interconnect.
ancestors GetFcPhysicalPortAncestor[]
b2bCredit number
Buffer to Buffer credits of FC port.
classId string
createTime string
The time when this managed object was created.
deviceMoId string
The database identifier of the registered device of an object.
dn string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid string
The DomainGroup ID for this managed object.
equipmentSwitchCard GetFcPhysicalPortEquipmentSwitchCard
fcNeighbor GetFcPhysicalPortFcNeighbor
id string
inventoryDeviceInfo GetFcPhysicalPortInventoryDeviceInfo
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.
networkSupervisorCard GetFcPhysicalPortNetworkSupervisorCard
objectType string
operSpeed string
Operational Speed with which the port operates.
operState string
Operational state of this port (enabled/disabled).
operStateQual string
Reason for this port's Operational state.
owners string[]
parent GetFcPhysicalPortParent
peerDn string
PeerDn for fibre channel physical port.
permissionResources GetFcPhysicalPortPermissionResource[]
portChannelId number
Port channel id of FC port channel created on FI switch.
portGroup GetFcPhysicalPortPortGroup
portId number
Switch physical port identifier.
portSubGroup GetFcPhysicalPortPortSubGroup
registeredDevice GetFcPhysicalPortRegisteredDevice
rn string
The Relative Name uniquely identifies an object within a given context.
role string
The role assigned to this port.
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slotId number
Switch expansion slot module identifier.
switchId string
Switch Identifier that is local to a cluster.
tags GetFcPhysicalPortTag[]
transceiverType string
Transceiver type of a Fibre Channel port.
versionContext GetFcPhysicalPortVersionContext
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_id float
Breakout port member in the Fabric Interconnect.
ancestors Sequence[GetFcPhysicalPortAncestor]
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_id str
The database identifier of the registered device of an object.
dn str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid str
The DomainGroup ID for this managed object.
equipment_switch_card GetFcPhysicalPortEquipmentSwitchCard
fc_neighbor GetFcPhysicalPortFcNeighbor
id str
inventory_device_info GetFcPhysicalPortInventoryDeviceInfo
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_card GetFcPhysicalPortNetworkSupervisorCard
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_qual str
Reason for this port's Operational state.
owners Sequence[str]
parent GetFcPhysicalPortParent
peer_dn str
PeerDn for fibre channel physical port.
permission_resources Sequence[GetFcPhysicalPortPermissionResource]
port_channel_id float
Port channel id of FC port channel created on FI switch.
port_group GetFcPhysicalPortPortGroup
port_id float
Switch physical port identifier.
port_sub_group GetFcPhysicalPortPortSubGroup
registered_device GetFcPhysicalPortRegisteredDevice
rn str
The Relative Name uniquely identifies an object within a given context.
role str
The role assigned to this port.
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slot_id float
Switch expansion slot module identifier.
switch_id str
Switch Identifier that is local to a cluster.
tags Sequence[GetFcPhysicalPortTag]
transceiver_type str
Transceiver type of a Fibre Channel port.
version_context GetFcPhysicalPortVersionContext
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.
aggregatePortId Number
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.
deviceMoId String
The database identifier of the registered device of an object.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
equipmentSwitchCard Property Map
fcNeighbor Property Map
id String
inventoryDeviceInfo Property Map
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.
networkSupervisorCard Property Map
objectType String
operSpeed String
Operational Speed with which the port operates.
operState String
Operational state of this port (enabled/disabled).
operStateQual String
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>
portChannelId Number
Port channel id of FC port channel created on FI switch.
portGroup Property Map
portId Number
Switch physical port identifier.
portSubGroup Property Map
registeredDevice Property Map
rn String
The Relative Name uniquely identifies an object within a given context.
role String
The role assigned to this port.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slotId Number
Switch expansion slot module identifier.
switchId String
Switch Identifier that is local to a cluster.
tags 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<GetFcPhysicalPortResult>
AccountMoid string
AdditionalProperties string
AdminSpeed string
AdminState string
AggregatePortId double
Ancestors List<GetFcPhysicalPortAncestor>
B2bCredit double
ClassId string
CreateTime string
DeviceMoId string
Dn string
DomainGroupMoid string
EquipmentSwitchCard GetFcPhysicalPortEquipmentSwitchCard
FcNeighbor GetFcPhysicalPortFcNeighbor
InventoryDeviceInfo GetFcPhysicalPortInventoryDeviceInfo
MaxSpeed string
ModTime string
Mode string
Moid string
Name string
NetworkSupervisorCard GetFcPhysicalPortNetworkSupervisorCard
ObjectType string
OperSpeed string
OperState string
OperStateQual string
Owners List<string>
Parent GetFcPhysicalPortParent
PeerDn string
PermissionResources List<GetFcPhysicalPortPermissionResource>
PortChannelId double
PortGroup GetFcPhysicalPortPortGroup
PortId double
PortSubGroup GetFcPhysicalPortPortSubGroup
RegisteredDevice GetFcPhysicalPortRegisteredDevice
Rn string
Role string
SharedScope string
SlotId double
SwitchId string
Tags List<GetFcPhysicalPortTag>
TransceiverType string
VersionContext GetFcPhysicalPortVersionContext
Vsan double
Wwn string
Id string
Results []GetFcPhysicalPortResult
AccountMoid string
AdditionalProperties string
AdminSpeed string
AdminState string
AggregatePortId float64
Ancestors []GetFcPhysicalPortAncestor
B2bCredit float64
ClassId string
CreateTime string
DeviceMoId string
Dn string
DomainGroupMoid string
EquipmentSwitchCard GetFcPhysicalPortEquipmentSwitchCard
FcNeighbor GetFcPhysicalPortFcNeighbor
InventoryDeviceInfo GetFcPhysicalPortInventoryDeviceInfo
MaxSpeed string
ModTime string
Mode string
Moid string
Name string
NetworkSupervisorCard GetFcPhysicalPortNetworkSupervisorCard
ObjectType string
OperSpeed string
OperState string
OperStateQual string
Owners []string
Parent GetFcPhysicalPortParent
PeerDn string
PermissionResources []GetFcPhysicalPortPermissionResource
PortChannelId float64
PortGroup GetFcPhysicalPortPortGroup
PortId float64
PortSubGroup GetFcPhysicalPortPortSubGroup
RegisteredDevice GetFcPhysicalPortRegisteredDevice
Rn string
Role string
SharedScope string
SlotId float64
SwitchId string
Tags []GetFcPhysicalPortTag
TransceiverType string
VersionContext GetFcPhysicalPortVersionContext
Vsan float64
Wwn string
id String
results List<GetFcPhysicalPortResult>
accountMoid String
additionalProperties String
adminSpeed String
adminState String
aggregatePortId Double
ancestors List<GetFcPhysicalPortAncestor>
b2bCredit Double
classId String
createTime String
deviceMoId String
dn String
domainGroupMoid String
equipmentSwitchCard GetFcPhysicalPortEquipmentSwitchCard
fcNeighbor GetFcPhysicalPortFcNeighbor
inventoryDeviceInfo GetFcPhysicalPortInventoryDeviceInfo
maxSpeed String
modTime String
mode String
moid String
name String
networkSupervisorCard GetFcPhysicalPortNetworkSupervisorCard
objectType String
operSpeed String
operState String
operStateQual String
owners List<String>
parent GetFcPhysicalPortParent
peerDn String
permissionResources List<GetFcPhysicalPortPermissionResource>
portChannelId Double
portGroup GetFcPhysicalPortPortGroup
portId Double
portSubGroup GetFcPhysicalPortPortSubGroup
registeredDevice GetFcPhysicalPortRegisteredDevice
rn String
role String
sharedScope String
slotId Double
switchId String
tags List<GetFcPhysicalPortTag>
transceiverType String
versionContext GetFcPhysicalPortVersionContext
vsan Double
wwn String
id str
results Sequence[GetFcPhysicalPortResult]
account_moid str
additional_properties str
admin_speed str
admin_state str
aggregate_port_id float
ancestors Sequence[GetFcPhysicalPortAncestor]
b2b_credit float
class_id str
create_time str
device_mo_id str
dn str
domain_group_moid str
equipment_switch_card GetFcPhysicalPortEquipmentSwitchCard
fc_neighbor GetFcPhysicalPortFcNeighbor
inventory_device_info GetFcPhysicalPortInventoryDeviceInfo
max_speed str
mod_time str
mode str
moid str
name str
network_supervisor_card GetFcPhysicalPortNetworkSupervisorCard
object_type str
oper_speed str
oper_state str
oper_state_qual str
owners Sequence[str]
parent GetFcPhysicalPortParent
peer_dn str
permission_resources Sequence[GetFcPhysicalPortPermissionResource]
port_channel_id float
port_group GetFcPhysicalPortPortGroup
port_id float
port_sub_group GetFcPhysicalPortPortSubGroup
registered_device GetFcPhysicalPortRegisteredDevice
rn str
role str
shared_scope str
slot_id float
switch_id str
tags Sequence[GetFcPhysicalPortTag]
transceiver_type str
version_context GetFcPhysicalPortVersionContext
vsan float
wwn str
id String
results List<Property Map>
accountMoid String
additionalProperties String
adminSpeed String
adminState String
aggregatePortId Number
ancestors List<Property Map>
b2bCredit Number
classId String
createTime String
deviceMoId String
dn String
domainGroupMoid String
equipmentSwitchCard Property Map
fcNeighbor Property Map
inventoryDeviceInfo Property Map
maxSpeed String
modTime String
mode String
moid String
name String
networkSupervisorCard Property Map
objectType String
operSpeed String
operState String
operStateQual String
owners List<String>
parent Property Map
peerDn String
permissionResources List<Property Map>
portChannelId Number
portGroup Property Map
portId Number
portSubGroup Property Map
registeredDevice Property Map
rn String
role String
sharedScope String
slotId Number
switchId String
tags 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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

GetFcPhysicalPortResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AdminSpeed This property is required. string
Administrator configured Speed applied on the port.
AdminState This property is required. string
Administratively configured state (enabled/disabled) for this port.
AggregatePortId This property is required. double
Breakout port member in the Fabric Interconnect.
Ancestors This property is required. List<GetFcPhysicalPortResultAncestor>
B2bCredit This property is required. double
Buffer to Buffer credits of FC port.
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EquipmentSwitchCards This property is required. List<GetFcPhysicalPortResultEquipmentSwitchCard>
FcNeighbors This property is required. List<GetFcPhysicalPortResultFcNeighbor>
InventoryDeviceInfos This property is required. List<GetFcPhysicalPortResultInventoryDeviceInfo>
MaxSpeed This property is required. string
Maximum Speed with which the port operates.
ModTime This property is required. string
The time when this managed object was last modified.
Mode This property is required. string
Mode information N_proxy, F or E associated to the Fibre Channel port.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the physical port of FC.
NetworkSupervisorCards This property is required. List<GetFcPhysicalPortResultNetworkSupervisorCard>
ObjectType This property is required. string
OperSpeed This property is required. string
Operational Speed with which the port operates.
OperState This property is required. string
Operational state of this port (enabled/disabled).
OperStateQual This property is required. string
Reason for this port's Operational state.
Owners This property is required. List<string>
Parents This property is required. List<GetFcPhysicalPortResultParent>
PeerDn This property is required. string
PeerDn for fibre channel physical port.
PermissionResources This property is required. List<GetFcPhysicalPortResultPermissionResource>
PortChannelId This property is required. double
Port channel id of FC port channel created on FI switch.
PortGroups This property is required. List<GetFcPhysicalPortResultPortGroup>
PortId This property is required. double
Switch physical port identifier.
PortSubGroups This property is required. List<GetFcPhysicalPortResultPortSubGroup>
RegisteredDevices This property is required. List<GetFcPhysicalPortResultRegisteredDevice>
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
Role This property is required. string
The role assigned to this port.
SharedScope This property is required. 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 This property is required. double
Switch expansion slot module identifier.
SwitchId This property is required. string
Switch Identifier that is local to a cluster.
Tags This property is required. List<GetFcPhysicalPortResultTag>
TransceiverType This property is required. string
Transceiver type of a Fibre Channel port.
VersionContexts This property is required. List<GetFcPhysicalPortResultVersionContext>
Vsan This property is required. double
Virtual San that is associated to the port.
Wwn This property is required. string
World Wide Name of a Fibre Channel port.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AdminSpeed This property is required. string
Administrator configured Speed applied on the port.
AdminState This property is required. string
Administratively configured state (enabled/disabled) for this port.
AggregatePortId This property is required. float64
Breakout port member in the Fabric Interconnect.
Ancestors This property is required. []GetFcPhysicalPortResultAncestor
B2bCredit This property is required. float64
Buffer to Buffer credits of FC port.
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EquipmentSwitchCards This property is required. []GetFcPhysicalPortResultEquipmentSwitchCard
FcNeighbors This property is required. []GetFcPhysicalPortResultFcNeighbor
InventoryDeviceInfos This property is required. []GetFcPhysicalPortResultInventoryDeviceInfo
MaxSpeed This property is required. string
Maximum Speed with which the port operates.
ModTime This property is required. string
The time when this managed object was last modified.
Mode This property is required. string
Mode information N_proxy, F or E associated to the Fibre Channel port.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the physical port of FC.
NetworkSupervisorCards This property is required. []GetFcPhysicalPortResultNetworkSupervisorCard
ObjectType This property is required. string
OperSpeed This property is required. string
Operational Speed with which the port operates.
OperState This property is required. string
Operational state of this port (enabled/disabled).
OperStateQual This property is required. string
Reason for this port's Operational state.
Owners This property is required. []string
Parents This property is required. []GetFcPhysicalPortResultParent
PeerDn This property is required. string
PeerDn for fibre channel physical port.
PermissionResources This property is required. []GetFcPhysicalPortResultPermissionResource
PortChannelId This property is required. float64
Port channel id of FC port channel created on FI switch.
PortGroups This property is required. []GetFcPhysicalPortResultPortGroup
PortId This property is required. float64
Switch physical port identifier.
PortSubGroups This property is required. []GetFcPhysicalPortResultPortSubGroup
RegisteredDevices This property is required. []GetFcPhysicalPortResultRegisteredDevice
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
Role This property is required. string
The role assigned to this port.
SharedScope This property is required. 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 This property is required. float64
Switch expansion slot module identifier.
SwitchId This property is required. string
Switch Identifier that is local to a cluster.
Tags This property is required. []GetFcPhysicalPortResultTag
TransceiverType This property is required. string
Transceiver type of a Fibre Channel port.
VersionContexts This property is required. []GetFcPhysicalPortResultVersionContext
Vsan This property is required. float64
Virtual San that is associated to the port.
Wwn This property is required. string
World Wide Name of a Fibre Channel port.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
adminSpeed This property is required. String
Administrator configured Speed applied on the port.
adminState This property is required. String
Administratively configured state (enabled/disabled) for this port.
aggregatePortId This property is required. Double
Breakout port member in the Fabric Interconnect.
ancestors This property is required. List<GetFcPhysicalPortResultAncestor>
b2bCredit This property is required. Double
Buffer to Buffer credits of FC port.
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
equipmentSwitchCards This property is required. List<GetFcPhysicalPortResultEquipmentSwitchCard>
fcNeighbors This property is required. List<GetFcPhysicalPortResultFcNeighbor>
inventoryDeviceInfos This property is required. List<GetFcPhysicalPortResultInventoryDeviceInfo>
maxSpeed This property is required. String
Maximum Speed with which the port operates.
modTime This property is required. String
The time when this managed object was last modified.
mode This property is required. String
Mode information N_proxy, F or E associated to the Fibre Channel port.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the physical port of FC.
networkSupervisorCards This property is required. List<GetFcPhysicalPortResultNetworkSupervisorCard>
objectType This property is required. String
operSpeed This property is required. String
Operational Speed with which the port operates.
operState This property is required. String
Operational state of this port (enabled/disabled).
operStateQual This property is required. String
Reason for this port's Operational state.
owners This property is required. List<String>
parents This property is required. List<GetFcPhysicalPortResultParent>
peerDn This property is required. String
PeerDn for fibre channel physical port.
permissionResources This property is required. List<GetFcPhysicalPortResultPermissionResource>
portChannelId This property is required. Double
Port channel id of FC port channel created on FI switch.
portGroups This property is required. List<GetFcPhysicalPortResultPortGroup>
portId This property is required. Double
Switch physical port identifier.
portSubGroups This property is required. List<GetFcPhysicalPortResultPortSubGroup>
registeredDevices This property is required. List<GetFcPhysicalPortResultRegisteredDevice>
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
role This property is required. String
The role assigned to this port.
sharedScope This property is required. 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 This property is required. Double
Switch expansion slot module identifier.
switchId This property is required. String
Switch Identifier that is local to a cluster.
tags This property is required. List<GetFcPhysicalPortResultTag>
transceiverType This property is required. String
Transceiver type of a Fibre Channel port.
versionContexts This property is required. List<GetFcPhysicalPortResultVersionContext>
vsan This property is required. Double
Virtual San that is associated to the port.
wwn This property is required. String
World Wide Name of a Fibre Channel port.
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
adminSpeed This property is required. string
Administrator configured Speed applied on the port.
adminState This property is required. string
Administratively configured state (enabled/disabled) for this port.
aggregatePortId This property is required. number
Breakout port member in the Fabric Interconnect.
ancestors This property is required. GetFcPhysicalPortResultAncestor[]
b2bCredit This property is required. number
Buffer to Buffer credits of FC port.
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
deviceMoId This property is required. string
The database identifier of the registered device of an object.
dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
equipmentSwitchCards This property is required. GetFcPhysicalPortResultEquipmentSwitchCard[]
fcNeighbors This property is required. GetFcPhysicalPortResultFcNeighbor[]
inventoryDeviceInfos This property is required. GetFcPhysicalPortResultInventoryDeviceInfo[]
maxSpeed This property is required. string
Maximum Speed with which the port operates.
modTime This property is required. string
The time when this managed object was last modified.
mode This property is required. string
Mode information N_proxy, F or E associated to the Fibre Channel port.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
Name of the physical port of FC.
networkSupervisorCards This property is required. GetFcPhysicalPortResultNetworkSupervisorCard[]
objectType This property is required. string
operSpeed This property is required. string
Operational Speed with which the port operates.
operState This property is required. string
Operational state of this port (enabled/disabled).
operStateQual This property is required. string
Reason for this port's Operational state.
owners This property is required. string[]
parents This property is required. GetFcPhysicalPortResultParent[]
peerDn This property is required. string
PeerDn for fibre channel physical port.
permissionResources This property is required. GetFcPhysicalPortResultPermissionResource[]
portChannelId This property is required. number
Port channel id of FC port channel created on FI switch.
portGroups This property is required. GetFcPhysicalPortResultPortGroup[]
portId This property is required. number
Switch physical port identifier.
portSubGroups This property is required. GetFcPhysicalPortResultPortSubGroup[]
registeredDevices This property is required. GetFcPhysicalPortResultRegisteredDevice[]
rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
role This property is required. string
The role assigned to this port.
sharedScope This property is required. 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 This property is required. number
Switch expansion slot module identifier.
switchId This property is required. string
Switch Identifier that is local to a cluster.
tags This property is required. GetFcPhysicalPortResultTag[]
transceiverType This property is required. string
Transceiver type of a Fibre Channel port.
versionContexts This property is required. GetFcPhysicalPortResultVersionContext[]
vsan This property is required. number
Virtual San that is associated to the port.
wwn This property is required. string
World Wide Name of a Fibre Channel port.
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
admin_speed This property is required. str
Administrator configured Speed applied on the port.
admin_state This property is required. str
Administratively configured state (enabled/disabled) for this port.
aggregate_port_id This property is required. float
Breakout port member in the Fabric Interconnect.
ancestors This property is required. Sequence[GetFcPhysicalPortResultAncestor]
b2b_credit This property is required. float
Buffer to Buffer credits of FC port.
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
device_mo_id This property is required. str
The database identifier of the registered device of an object.
dn This property is required. str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
equipment_switch_cards This property is required. Sequence[GetFcPhysicalPortResultEquipmentSwitchCard]
fc_neighbors This property is required. Sequence[GetFcPhysicalPortResultFcNeighbor]
inventory_device_infos This property is required. Sequence[GetFcPhysicalPortResultInventoryDeviceInfo]
max_speed This property is required. str
Maximum Speed with which the port operates.
mod_time This property is required. str
The time when this managed object was last modified.
mode This property is required. str
Mode information N_proxy, F or E associated to the Fibre Channel port.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
Name of the physical port of FC.
network_supervisor_cards This property is required. Sequence[GetFcPhysicalPortResultNetworkSupervisorCard]
object_type This property is required. str
oper_speed This property is required. str
Operational Speed with which the port operates.
oper_state This property is required. str
Operational state of this port (enabled/disabled).
oper_state_qual This property is required. str
Reason for this port's Operational state.
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetFcPhysicalPortResultParent]
peer_dn This property is required. str
PeerDn for fibre channel physical port.
permission_resources This property is required. Sequence[GetFcPhysicalPortResultPermissionResource]
port_channel_id This property is required. float
Port channel id of FC port channel created on FI switch.
port_groups This property is required. Sequence[GetFcPhysicalPortResultPortGroup]
port_id This property is required. float
Switch physical port identifier.
port_sub_groups This property is required. Sequence[GetFcPhysicalPortResultPortSubGroup]
registered_devices This property is required. Sequence[GetFcPhysicalPortResultRegisteredDevice]
rn This property is required. str
The Relative Name uniquely identifies an object within a given context.
role This property is required. str
The role assigned to this port.
shared_scope This property is required. 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 This property is required. float
Switch expansion slot module identifier.
switch_id This property is required. str
Switch Identifier that is local to a cluster.
tags This property is required. Sequence[GetFcPhysicalPortResultTag]
transceiver_type This property is required. str
Transceiver type of a Fibre Channel port.
version_contexts This property is required. Sequence[GetFcPhysicalPortResultVersionContext]
vsan This property is required. float
Virtual San that is associated to the port.
wwn This property is required. str
World Wide Name of a Fibre Channel port.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
adminSpeed This property is required. String
Administrator configured Speed applied on the port.
adminState This property is required. String
Administratively configured state (enabled/disabled) for this port.
aggregatePortId This property is required. Number
Breakout port member in the Fabric Interconnect.
ancestors This property is required. List<Property Map>
b2bCredit This property is required. Number
Buffer to Buffer credits of FC port.
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
equipmentSwitchCards This property is required. List<Property Map>
fcNeighbors This property is required. List<Property Map>
inventoryDeviceInfos This property is required. List<Property Map>
maxSpeed This property is required. String
Maximum Speed with which the port operates.
modTime This property is required. String
The time when this managed object was last modified.
mode This property is required. String
Mode information N_proxy, F or E associated to the Fibre Channel port.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the physical port of FC.
networkSupervisorCards This property is required. List<Property Map>
objectType This property is required. String
operSpeed This property is required. String
Operational Speed with which the port operates.
operState This property is required. String
Operational state of this port (enabled/disabled).
operStateQual This property is required. String
Reason for this port's Operational state.
owners This property is required. List<String>
parents This property is required. List<Property Map>
peerDn This property is required. String
PeerDn for fibre channel physical port.
permissionResources This property is required. List<Property Map>
portChannelId This property is required. Number
Port channel id of FC port channel created on FI switch.
portGroups This property is required. List<Property Map>
portId This property is required. Number
Switch physical port identifier.
portSubGroups This property is required. List<Property Map>
registeredDevices This property is required. List<Property Map>
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
role This property is required. String
The role assigned to this port.
sharedScope This property is required. 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 This property is required. Number
Switch expansion slot module identifier.
switchId This property is required. String
Switch Identifier that is local to a cluster.
tags This property is required. List<Property Map>
transceiverType This property is required. String
Transceiver type of a Fibre Channel port.
versionContexts This property is required. List<Property Map>
vsan This property is required. Number
Virtual San that is associated to the port.
wwn This property is required. String
World Wide Name of a Fibre Channel port.

GetFcPhysicalPortResultAncestor

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

GetFcPhysicalPortResultEquipmentSwitchCard

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

GetFcPhysicalPortResultFcNeighbor

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

GetFcPhysicalPortResultInventoryDeviceInfo

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

GetFcPhysicalPortResultNetworkSupervisorCard

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

GetFcPhysicalPortResultParent

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

GetFcPhysicalPortResultPermissionResource

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

GetFcPhysicalPortResultPortGroup

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

GetFcPhysicalPortResultPortSubGroup

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

GetFcPhysicalPortResultRegisteredDevice

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

GetFcPhysicalPortResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetFcPhysicalPortResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetFcPhysicalPortResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetFcPhysicalPortResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetFcPhysicalPortResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetFcPhysicalPortResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetFcPhysicalPortResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetFcPhysicalPortResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetFcPhysicalPortResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetFcPhysicalPortResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetFcPhysicalPortResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetFcPhysicalPortResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetFcPhysicalPortResultVersionContextInterestedMo

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

GetFcPhysicalPortResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. 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<GetFcPhysicalPortVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetFcPhysicalPortVersionContextRefMo
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 []GetFcPhysicalPortVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetFcPhysicalPortVersionContextRefMo
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<GetFcPhysicalPortVersionContextInterestedMo>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetFcPhysicalPortVersionContextRefMo
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 GetFcPhysicalPortVersionContextInterestedMo[]
markedForDeletion boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetFcPhysicalPortVersionContextRefMo
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[GetFcPhysicalPortVersionContextInterestedMo]
marked_for_deletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nr_version str
The version of the Managed Object, e.g. an incrementing number or a hash id.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetFcPhysicalPortVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

Package Details

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