intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getFcPortChannel
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Fibre Channel (FC) port channels in a Fabric Interconnect are logical links that aggregate multiple physical Fibre Channel (FC) ports into a single virtual connection. This configuration is primarily used to enhance the bandwidth and redundancy of storage network connections within a data center.
Using getFcPortChannel
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 getFcPortChannel(args: GetFcPortChannelArgs, opts?: InvokeOptions): Promise<GetFcPortChannelResult>
function getFcPortChannelOutput(args: GetFcPortChannelOutputArgs, opts?: InvokeOptions): Output<GetFcPortChannelResult>def get_fc_port_channel(account_moid: Optional[str] = None,
                        additional_properties: Optional[str] = None,
                        admin_speed: Optional[str] = None,
                        admin_state: Optional[str] = None,
                        ancestors: Optional[Sequence[GetFcPortChannelAncestor]] = 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[GetFcPortChannelEquipmentSwitchCard] = None,
                        fc_neighbors: Optional[Sequence[GetFcPortChannelFcNeighbor]] = None,
                        id: Optional[str] = None,
                        mod_time: Optional[str] = None,
                        mode: Optional[str] = None,
                        moid: Optional[str] = None,
                        name: Optional[str] = None,
                        network_element: Optional[GetFcPortChannelNetworkElement] = 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[GetFcPortChannelParent] = None,
                        permission_resources: Optional[Sequence[GetFcPortChannelPermissionResource]] = None,
                        port_channel_id: Optional[float] = None,
                        registered_device: Optional[GetFcPortChannelRegisteredDevice] = None,
                        rn: Optional[str] = None,
                        role: Optional[str] = None,
                        shared_scope: Optional[str] = None,
                        switch_id: Optional[str] = None,
                        tags: Optional[Sequence[GetFcPortChannelTag]] = None,
                        version_context: Optional[GetFcPortChannelVersionContext] = None,
                        vsan: Optional[float] = None,
                        wwn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetFcPortChannelResult
def get_fc_port_channel_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,
                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFcPortChannelAncestorArgs]]]] = 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[GetFcPortChannelEquipmentSwitchCardArgs]] = None,
                        fc_neighbors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFcPortChannelFcNeighborArgs]]]] = None,
                        id: 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_element: Optional[pulumi.Input[GetFcPortChannelNetworkElementArgs]] = 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[GetFcPortChannelParentArgs]] = None,
                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFcPortChannelPermissionResourceArgs]]]] = None,
                        port_channel_id: Optional[pulumi.Input[float]] = None,
                        registered_device: Optional[pulumi.Input[GetFcPortChannelRegisteredDeviceArgs]] = None,
                        rn: Optional[pulumi.Input[str]] = None,
                        role: Optional[pulumi.Input[str]] = None,
                        shared_scope: Optional[pulumi.Input[str]] = None,
                        switch_id: Optional[pulumi.Input[str]] = None,
                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFcPortChannelTagArgs]]]] = None,
                        version_context: Optional[pulumi.Input[GetFcPortChannelVersionContextArgs]] = None,
                        vsan: Optional[pulumi.Input[float]] = None,
                        wwn: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetFcPortChannelResult]func LookupFcPortChannel(ctx *Context, args *LookupFcPortChannelArgs, opts ...InvokeOption) (*LookupFcPortChannelResult, error)
func LookupFcPortChannelOutput(ctx *Context, args *LookupFcPortChannelOutputArgs, opts ...InvokeOption) LookupFcPortChannelResultOutput> Note: This function is named LookupFcPortChannel in the Go SDK.
public static class GetFcPortChannel 
{
    public static Task<GetFcPortChannelResult> InvokeAsync(GetFcPortChannelArgs args, InvokeOptions? opts = null)
    public static Output<GetFcPortChannelResult> Invoke(GetFcPortChannelInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFcPortChannelResult> getFcPortChannel(GetFcPortChannelArgs args, InvokeOptions options)
public static Output<GetFcPortChannelResult> getFcPortChannel(GetFcPortChannelArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getFcPortChannel:getFcPortChannel
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminSpeed string
- Administrator configured Speed applied on the port channel.
- AdminState string
- Administratively configured state (enabled/disabled) for this portchannel.
- Ancestors
List<GetFc Port Channel Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentSwitch GetCard Fc Port Channel Equipment Switch Card 
- FcNeighbors List<GetFc Port Channel Fc Neighbor> 
- Id string
- 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 portchannel.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the port channel.
- NetworkElement GetFc Port Channel Network Element 
- ObjectType string
- OperSpeed string
- Operational speed of this port-channel.
- OperState string
- Operational state of this port-channel.
- OperState stringQual 
- Reason for this port-channel's Operational state.
- Owners List<string>
- Parent
GetFc Port Channel Parent 
- PermissionResources List<GetFc Port Channel Permission Resource> 
- PortChannel doubleId 
- Unique identifier for this port-channel on the FI.
- RegisteredDevice GetFc Port Channel Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
List<GetFc Port Channel Tag> 
- VersionContext GetFc Port Channel Version Context 
- Vsan double
- Virtual San that is associated to the port-channel.
- Wwn string
- World Wide Name of the port channel.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminSpeed string
- Administrator configured Speed applied on the port channel.
- AdminState string
- Administratively configured state (enabled/disabled) for this portchannel.
- Ancestors
[]GetFc Port Channel Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentSwitch GetCard Fc Port Channel Equipment Switch Card 
- FcNeighbors []GetFc Port Channel Fc Neighbor 
- Id string
- 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 portchannel.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the port channel.
- NetworkElement GetFc Port Channel Network Element 
- ObjectType string
- OperSpeed string
- Operational speed of this port-channel.
- OperState string
- Operational state of this port-channel.
- OperState stringQual 
- Reason for this port-channel's Operational state.
- Owners []string
- Parent
GetFc Port Channel Parent 
- PermissionResources []GetFc Port Channel Permission Resource 
- PortChannel float64Id 
- Unique identifier for this port-channel on the FI.
- RegisteredDevice GetFc Port Channel Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
[]GetFc Port Channel Tag 
- VersionContext GetFc Port Channel Version Context 
- Vsan float64
- Virtual San that is associated to the port-channel.
- Wwn string
- World Wide Name of the port channel.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminSpeed String
- Administrator configured Speed applied on the port channel.
- adminState String
- Administratively configured state (enabled/disabled) for this portchannel.
- ancestors
List<GetFc Port Channel Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch GetCard Fc Port Channel Equipment Switch Card 
- fcNeighbors List<GetFc Port Channel Fc Neighbor> 
- id String
- 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 portchannel.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the port channel.
- networkElement GetFc Port Channel Network Element 
- objectType String
- operSpeed String
- Operational speed of this port-channel.
- operState String
- Operational state of this port-channel.
- operState StringQual 
- Reason for this port-channel's Operational state.
- owners List<String>
- parent
GetFc Port Channel Parent 
- permissionResources List<GetFc Port Channel Permission Resource> 
- portChannel DoubleId 
- Unique identifier for this port-channel on the FI.
- registeredDevice GetFc Port Channel Registered Device 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- switchId String
- Switch Identifier that is local to a cluster.
- 
List<GetFc Port Channel Tag> 
- versionContext GetFc Port Channel Version Context 
- vsan Double
- Virtual San that is associated to the port-channel.
- wwn String
- World Wide Name of the port channel.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminSpeed string
- Administrator configured Speed applied on the port channel.
- adminState string
- Administratively configured state (enabled/disabled) for this portchannel.
- ancestors
GetFc Port Channel Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch GetCard Fc Port Channel Equipment Switch Card 
- fcNeighbors GetFc Port Channel Fc Neighbor[] 
- id string
- 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 portchannel.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the port channel.
- networkElement GetFc Port Channel Network Element 
- objectType string
- operSpeed string
- Operational speed of this port-channel.
- operState string
- Operational state of this port-channel.
- operState stringQual 
- Reason for this port-channel's Operational state.
- owners string[]
- parent
GetFc Port Channel Parent 
- permissionResources GetFc Port Channel Permission Resource[] 
- portChannel numberId 
- Unique identifier for this port-channel on the FI.
- registeredDevice GetFc Port Channel Registered Device 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- role string
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- switchId string
- Switch Identifier that is local to a cluster.
- 
GetFc Port Channel Tag[] 
- versionContext GetFc Port Channel Version Context 
- vsan number
- Virtual San that is associated to the port-channel.
- wwn string
- World Wide Name of the port channel.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_speed str
- Administrator configured Speed applied on the port channel.
- admin_state str
- Administratively configured state (enabled/disabled) for this portchannel.
- ancestors
Sequence[GetFc Port Channel Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- device_mo_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_switch_ Getcard Fc Port Channel Equipment Switch Card 
- fc_neighbors Sequence[GetFc Port Channel Fc Neighbor] 
- id str
- 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 portchannel.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the port channel.
- network_element GetFc Port Channel Network Element 
- object_type str
- oper_speed str
- Operational speed of this port-channel.
- oper_state str
- Operational state of this port-channel.
- oper_state_ strqual 
- Reason for this port-channel's Operational state.
- owners Sequence[str]
- parent
GetFc Port Channel Parent 
- permission_resources Sequence[GetFc Port Channel Permission Resource] 
- port_channel_ floatid 
- Unique identifier for this port-channel on the FI.
- registered_device GetFc Port Channel Registered Device 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- role str
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- switch_id str
- Switch Identifier that is local to a cluster.
- 
Sequence[GetFc Port Channel Tag] 
- version_context GetFc Port Channel Version Context 
- vsan float
- Virtual San that is associated to the port-channel.
- wwn str
- World Wide Name of the port channel.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminSpeed String
- Administrator configured Speed applied on the port channel.
- adminState String
- Administratively configured state (enabled/disabled) for this portchannel.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch Property MapCard 
- fcNeighbors List<Property Map>
- id String
- 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 portchannel.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the port channel.
- networkElement Property Map
- objectType String
- operSpeed String
- Operational speed of this port-channel.
- operState String
- Operational state of this port-channel.
- operState StringQual 
- Reason for this port-channel's Operational state.
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- portChannel NumberId 
- Unique identifier for this port-channel on the FI.
- registeredDevice Property Map
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- switchId String
- Switch Identifier that is local to a cluster.
- List<Property Map>
- versionContext Property Map
- vsan Number
- Virtual San that is associated to the port-channel.
- wwn String
- World Wide Name of the port channel.
getFcPortChannel Result
The following output properties are available:
- Id string
- Results
List<GetFc Port Channel Result> 
- AccountMoid string
- AdditionalProperties string
- AdminSpeed string
- AdminState string
- Ancestors
List<GetFc Port Channel Ancestor> 
- ClassId string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentSwitch GetCard Fc Port Channel Equipment Switch Card 
- FcNeighbors List<GetFc Port Channel Fc Neighbor> 
- ModTime string
- Mode string
- Moid string
- Name string
- NetworkElement GetFc Port Channel Network Element 
- ObjectType string
- OperSpeed string
- OperState string
- OperState stringQual 
- Owners List<string>
- Parent
GetFc Port Channel Parent 
- PermissionResources List<GetFc Port Channel Permission Resource> 
- PortChannel doubleId 
- RegisteredDevice GetFc Port Channel Registered Device 
- Rn string
- Role string
- string
- SwitchId string
- 
List<GetFc Port Channel Tag> 
- VersionContext GetFc Port Channel Version Context 
- Vsan double
- Wwn string
- Id string
- Results
[]GetFc Port Channel Result 
- AccountMoid string
- AdditionalProperties string
- AdminSpeed string
- AdminState string
- Ancestors
[]GetFc Port Channel Ancestor 
- ClassId string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentSwitch GetCard Fc Port Channel Equipment Switch Card 
- FcNeighbors []GetFc Port Channel Fc Neighbor 
- ModTime string
- Mode string
- Moid string
- Name string
- NetworkElement GetFc Port Channel Network Element 
- ObjectType string
- OperSpeed string
- OperState string
- OperState stringQual 
- Owners []string
- Parent
GetFc Port Channel Parent 
- PermissionResources []GetFc Port Channel Permission Resource 
- PortChannel float64Id 
- RegisteredDevice GetFc Port Channel Registered Device 
- Rn string
- Role string
- string
- SwitchId string
- 
[]GetFc Port Channel Tag 
- VersionContext GetFc Port Channel Version Context 
- Vsan float64
- Wwn string
- id String
- results
List<GetFc Port Channel Result> 
- accountMoid String
- additionalProperties String
- adminSpeed String
- adminState String
- ancestors
List<GetFc Port Channel Ancestor> 
- classId String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentSwitch GetCard Fc Port Channel Equipment Switch Card 
- fcNeighbors List<GetFc Port Channel Fc Neighbor> 
- modTime String
- mode String
- moid String
- name String
- networkElement GetFc Port Channel Network Element 
- objectType String
- operSpeed String
- operState String
- operState StringQual 
- owners List<String>
- parent
GetFc Port Channel Parent 
- permissionResources List<GetFc Port Channel Permission Resource> 
- portChannel DoubleId 
- registeredDevice GetFc Port Channel Registered Device 
- rn String
- role String
- String
- switchId String
- 
List<GetFc Port Channel Tag> 
- versionContext GetFc Port Channel Version Context 
- vsan Double
- wwn String
- id string
- results
GetFc Port Channel Result[] 
- accountMoid string
- additionalProperties string
- adminSpeed string
- adminState string
- ancestors
GetFc Port Channel Ancestor[] 
- classId string
- createTime string
- deviceMo stringId 
- dn string
- domainGroup stringMoid 
- equipmentSwitch GetCard Fc Port Channel Equipment Switch Card 
- fcNeighbors GetFc Port Channel Fc Neighbor[] 
- modTime string
- mode string
- moid string
- name string
- networkElement GetFc Port Channel Network Element 
- objectType string
- operSpeed string
- operState string
- operState stringQual 
- owners string[]
- parent
GetFc Port Channel Parent 
- permissionResources GetFc Port Channel Permission Resource[] 
- portChannel numberId 
- registeredDevice GetFc Port Channel Registered Device 
- rn string
- role string
- string
- switchId string
- 
GetFc Port Channel Tag[] 
- versionContext GetFc Port Channel Version Context 
- vsan number
- wwn string
- id str
- results
Sequence[GetFc Port Channel Result] 
- account_moid str
- additional_properties str
- admin_speed str
- admin_state str
- ancestors
Sequence[GetFc Port Channel Ancestor] 
- class_id str
- create_time str
- device_mo_ strid 
- dn str
- domain_group_ strmoid 
- equipment_switch_ Getcard Fc Port Channel Equipment Switch Card 
- fc_neighbors Sequence[GetFc Port Channel Fc Neighbor] 
- mod_time str
- mode str
- moid str
- name str
- network_element GetFc Port Channel Network Element 
- object_type str
- oper_speed str
- oper_state str
- oper_state_ strqual 
- owners Sequence[str]
- parent
GetFc Port Channel Parent 
- permission_resources Sequence[GetFc Port Channel Permission Resource] 
- port_channel_ floatid 
- registered_device GetFc Port Channel Registered Device 
- rn str
- role str
- str
- switch_id str
- 
Sequence[GetFc Port Channel Tag] 
- version_context GetFc Port Channel Version Context 
- vsan float
- wwn str
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- adminSpeed String
- adminState String
- ancestors List<Property Map>
- classId String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentSwitch Property MapCard 
- fcNeighbors List<Property Map>
- modTime String
- mode String
- moid String
- name String
- networkElement Property Map
- objectType String
- operSpeed String
- operState String
- operState StringQual 
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- portChannel NumberId 
- registeredDevice Property Map
- rn String
- role String
- String
- switchId String
- List<Property Map>
- versionContext Property Map
- vsan Number
- wwn String
Supporting Types
GetFcPortChannelAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetFcPortChannelEquipmentSwitchCard      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetFcPortChannelFcNeighbor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetFcPortChannelNetworkElement     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetFcPortChannelParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetFcPortChannelPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetFcPortChannelRegisteredDevice     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetFcPortChannelResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminSpeed string
- Administrator configured Speed applied on the port channel.
- AdminState string
- Administratively configured state (enabled/disabled) for this portchannel.
- Ancestors
List<GetFc Port Channel Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentSwitch List<GetCards Fc Port Channel Result Equipment Switch Card> 
- FcNeighbors List<GetFc Port Channel Result Fc Neighbor> 
- 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 portchannel.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the port channel.
- NetworkElements List<GetFc Port Channel Result Network Element> 
- ObjectType string
- OperSpeed string
- Operational speed of this port-channel.
- OperState string
- Operational state of this port-channel.
- OperState stringQual 
- Reason for this port-channel's Operational state.
- Owners List<string>
- Parents
List<GetFc Port Channel Result Parent> 
- PermissionResources List<GetFc Port Channel Result Permission Resource> 
- PortChannel doubleId 
- Unique identifier for this port-channel on the FI.
- RegisteredDevices List<GetFc Port Channel Result Registered Device> 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
List<GetFc Port Channel Result Tag> 
- VersionContexts List<GetFc Port Channel Result Version Context> 
- Vsan double
- Virtual San that is associated to the port-channel.
- Wwn string
- World Wide Name of the port channel.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminSpeed string
- Administrator configured Speed applied on the port channel.
- AdminState string
- Administratively configured state (enabled/disabled) for this portchannel.
- Ancestors
[]GetFc Port Channel Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentSwitch []GetCards Fc Port Channel Result Equipment Switch Card 
- FcNeighbors []GetFc Port Channel Result Fc Neighbor 
- 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 portchannel.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the port channel.
- NetworkElements []GetFc Port Channel Result Network Element 
- ObjectType string
- OperSpeed string
- Operational speed of this port-channel.
- OperState string
- Operational state of this port-channel.
- OperState stringQual 
- Reason for this port-channel's Operational state.
- Owners []string
- Parents
[]GetFc Port Channel Result Parent 
- PermissionResources []GetFc Port Channel Result Permission Resource 
- PortChannel float64Id 
- Unique identifier for this port-channel on the FI.
- RegisteredDevices []GetFc Port Channel Result Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
[]GetFc Port Channel Result Tag 
- VersionContexts []GetFc Port Channel Result Version Context 
- Vsan float64
- Virtual San that is associated to the port-channel.
- Wwn string
- World Wide Name of the port channel.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminSpeed String
- Administrator configured Speed applied on the port channel.
- adminState String
- Administratively configured state (enabled/disabled) for this portchannel.
- ancestors
List<GetFc Port Channel Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch List<GetCards Fc Port Channel Result Equipment Switch Card> 
- fcNeighbors List<GetFc Port Channel Result Fc Neighbor> 
- 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 portchannel.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the port channel.
- networkElements List<GetFc Port Channel Result Network Element> 
- objectType String
- operSpeed String
- Operational speed of this port-channel.
- operState String
- Operational state of this port-channel.
- operState StringQual 
- Reason for this port-channel's Operational state.
- owners List<String>
- parents
List<GetFc Port Channel Result Parent> 
- permissionResources List<GetFc Port Channel Result Permission Resource> 
- portChannel DoubleId 
- Unique identifier for this port-channel on the FI.
- registeredDevices List<GetFc Port Channel Result Registered Device> 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- switchId String
- Switch Identifier that is local to a cluster.
- 
List<GetFc Port Channel Result Tag> 
- versionContexts List<GetFc Port Channel Result Version Context> 
- vsan Double
- Virtual San that is associated to the port-channel.
- wwn String
- World Wide Name of the port channel.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminSpeed string
- Administrator configured Speed applied on the port channel.
- adminState string
- Administratively configured state (enabled/disabled) for this portchannel.
- ancestors
GetFc Port Channel Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch GetCards Fc Port Channel Result Equipment Switch Card[] 
- fcNeighbors GetFc Port Channel Result Fc Neighbor[] 
- 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 portchannel.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the port channel.
- networkElements GetFc Port Channel Result Network Element[] 
- objectType string
- operSpeed string
- Operational speed of this port-channel.
- operState string
- Operational state of this port-channel.
- operState stringQual 
- Reason for this port-channel's Operational state.
- owners string[]
- parents
GetFc Port Channel Result Parent[] 
- permissionResources GetFc Port Channel Result Permission Resource[] 
- portChannel numberId 
- Unique identifier for this port-channel on the FI.
- registeredDevices GetFc Port Channel Result Registered Device[] 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- role string
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- switchId string
- Switch Identifier that is local to a cluster.
- 
GetFc Port Channel Result Tag[] 
- versionContexts GetFc Port Channel Result Version Context[] 
- vsan number
- Virtual San that is associated to the port-channel.
- wwn string
- World Wide Name of the port channel.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_speed str
- Administrator configured Speed applied on the port channel.
- admin_state str
- Administratively configured state (enabled/disabled) for this portchannel.
- ancestors
Sequence[GetFc Port Channel Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- device_mo_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_switch_ Sequence[Getcards Fc Port Channel Result Equipment Switch Card] 
- fc_neighbors Sequence[GetFc Port Channel Result Fc Neighbor] 
- 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 portchannel.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the port channel.
- network_elements Sequence[GetFc Port Channel Result Network Element] 
- object_type str
- oper_speed str
- Operational speed of this port-channel.
- oper_state str
- Operational state of this port-channel.
- oper_state_ strqual 
- Reason for this port-channel's Operational state.
- owners Sequence[str]
- parents
Sequence[GetFc Port Channel Result Parent] 
- permission_resources Sequence[GetFc Port Channel Result Permission Resource] 
- port_channel_ floatid 
- Unique identifier for this port-channel on the FI.
- registered_devices Sequence[GetFc Port Channel Result Registered Device] 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- role str
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- switch_id str
- Switch Identifier that is local to a cluster.
- 
Sequence[GetFc Port Channel Result Tag] 
- version_contexts Sequence[GetFc Port Channel Result Version Context] 
- vsan float
- Virtual San that is associated to the port-channel.
- wwn str
- World Wide Name of the port channel.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminSpeed String
- Administrator configured Speed applied on the port channel.
- adminState String
- Administratively configured state (enabled/disabled) for this portchannel.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch List<Property Map>Cards 
- fcNeighbors List<Property Map>
- 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 portchannel.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the port channel.
- networkElements List<Property Map>
- objectType String
- operSpeed String
- Operational speed of this port-channel.
- operState String
- Operational state of this port-channel.
- operState StringQual 
- Reason for this port-channel's Operational state.
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- portChannel NumberId 
- Unique identifier for this port-channel on the FI.
- registeredDevices List<Property Map>
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- This port-channel's configured role (fcUplink, fcStorage, etc.).
- 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.
- switchId String
- Switch Identifier that is local to a cluster.
- List<Property Map>
- versionContexts List<Property Map>
- vsan Number
- Virtual San that is associated to the port-channel.
- wwn String
- World Wide Name of the port channel.
GetFcPortChannelResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFcPortChannelResultEquipmentSwitchCard       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFcPortChannelResultFcNeighbor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFcPortChannelResultNetworkElement      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFcPortChannelResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFcPortChannelResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFcPortChannelResultRegisteredDevice      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFcPortChannelResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetFcPortChannelResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos []GetFc Port Channel Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetFc Port Channel Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetFc Port Channel Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetFc Port Channel Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetFc Port Channel Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetFc Port Channel Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetFcPortChannelResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFcPortChannelResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFcPortChannelTag    
- 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.
GetFcPortChannelVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetFc Port Channel Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetFc Port Channel Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetFc Port Channel Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetFc Port Channel Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetFc Port Channel Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetFc Port Channel Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetFc Port Channel Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetFc Port Channel Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetFc Port Channel Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetFc Port Channel Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetFcPortChannelVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetFcPortChannelVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet