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

intersight.getFcPortChannel

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminSpeed string
    Administrator configured Speed applied on the port channel.
    AdminState string
    Administratively configured state (enabled/disabled) for this portchannel.
    Ancestors List<GetFcPortChannelAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentSwitchCard GetFcPortChannelEquipmentSwitchCard
    FcNeighbors List<GetFcPortChannelFcNeighbor>
    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 GetFcPortChannelNetworkElement
    ObjectType string
    OperSpeed string
    Operational speed of this port-channel.
    OperState string
    Operational state of this port-channel.
    OperStateQual string
    Reason for this port-channel's Operational state.
    Owners List<string>
    Parent GetFcPortChannelParent
    PermissionResources List<GetFcPortChannelPermissionResource>
    PortChannelId double
    Unique identifier for this port-channel on the FI.
    RegisteredDevice GetFcPortChannelRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    This port-channel's configured role (fcUplink, fcStorage, etc.).
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags List<GetFcPortChannelTag>
    VersionContext GetFcPortChannelVersionContext
    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 []GetFcPortChannelAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentSwitchCard GetFcPortChannelEquipmentSwitchCard
    FcNeighbors []GetFcPortChannelFcNeighbor
    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 GetFcPortChannelNetworkElement
    ObjectType string
    OperSpeed string
    Operational speed of this port-channel.
    OperState string
    Operational state of this port-channel.
    OperStateQual string
    Reason for this port-channel's Operational state.
    Owners []string
    Parent GetFcPortChannelParent
    PermissionResources []GetFcPortChannelPermissionResource
    PortChannelId float64
    Unique identifier for this port-channel on the FI.
    RegisteredDevice GetFcPortChannelRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    This port-channel's configured role (fcUplink, fcStorage, etc.).
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags []GetFcPortChannelTag
    VersionContext GetFcPortChannelVersionContext
    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<GetFcPortChannelAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentSwitchCard GetFcPortChannelEquipmentSwitchCard
    fcNeighbors List<GetFcPortChannelFcNeighbor>
    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 GetFcPortChannelNetworkElement
    objectType String
    operSpeed String
    Operational speed of this port-channel.
    operState String
    Operational state of this port-channel.
    operStateQual String
    Reason for this port-channel's Operational state.
    owners List<String>
    parent GetFcPortChannelParent
    permissionResources List<GetFcPortChannelPermissionResource>
    portChannelId Double
    Unique identifier for this port-channel on the FI.
    registeredDevice GetFcPortChannelRegisteredDevice
    rn String
    The Relative Name uniquely identifies an object within a given context.
    role String
    This port-channel's configured role (fcUplink, fcStorage, etc.).
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<GetFcPortChannelTag>
    versionContext GetFcPortChannelVersionContext
    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 GetFcPortChannelAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    equipmentSwitchCard GetFcPortChannelEquipmentSwitchCard
    fcNeighbors GetFcPortChannelFcNeighbor[]
    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 GetFcPortChannelNetworkElement
    objectType string
    operSpeed string
    Operational speed of this port-channel.
    operState string
    Operational state of this port-channel.
    operStateQual string
    Reason for this port-channel's Operational state.
    owners string[]
    parent GetFcPortChannelParent
    permissionResources GetFcPortChannelPermissionResource[]
    portChannelId number
    Unique identifier for this port-channel on the FI.
    registeredDevice GetFcPortChannelRegisteredDevice
    rn string
    The Relative Name uniquely identifies an object within a given context.
    role string
    This port-channel's configured role (fcUplink, fcStorage, etc.).
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    switchId string
    Switch Identifier that is local to a cluster.
    tags GetFcPortChannelTag[]
    versionContext GetFcPortChannelVersionContext
    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[GetFcPortChannelAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    equipment_switch_card GetFcPortChannelEquipmentSwitchCard
    fc_neighbors Sequence[GetFcPortChannelFcNeighbor]
    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 GetFcPortChannelNetworkElement
    object_type str
    oper_speed str
    Operational speed of this port-channel.
    oper_state str
    Operational state of this port-channel.
    oper_state_qual str
    Reason for this port-channel's Operational state.
    owners Sequence[str]
    parent GetFcPortChannelParent
    permission_resources Sequence[GetFcPortChannelPermissionResource]
    port_channel_id float
    Unique identifier for this port-channel on the FI.
    registered_device GetFcPortChannelRegisteredDevice
    rn str
    The Relative Name uniquely identifies an object within a given context.
    role str
    This port-channel's configured role (fcUplink, fcStorage, etc.).
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    switch_id str
    Switch Identifier that is local to a cluster.
    tags Sequence[GetFcPortChannelTag]
    version_context GetFcPortChannelVersionContext
    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.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentSwitchCard Property Map
    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.
    operStateQual String
    Reason for this port-channel's Operational state.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    portChannelId Number
    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.).
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    switchId String
    Switch Identifier that is local to a cluster.
    tags 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<GetFcPortChannelResult>
    AccountMoid string
    AdditionalProperties string
    AdminSpeed string
    AdminState string
    Ancestors List<GetFcPortChannelAncestor>
    ClassId string
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentSwitchCard GetFcPortChannelEquipmentSwitchCard
    FcNeighbors List<GetFcPortChannelFcNeighbor>
    ModTime string
    Mode string
    Moid string
    Name string
    NetworkElement GetFcPortChannelNetworkElement
    ObjectType string
    OperSpeed string
    OperState string
    OperStateQual string
    Owners List<string>
    Parent GetFcPortChannelParent
    PermissionResources List<GetFcPortChannelPermissionResource>
    PortChannelId double
    RegisteredDevice GetFcPortChannelRegisteredDevice
    Rn string
    Role string
    SharedScope string
    SwitchId string
    Tags List<GetFcPortChannelTag>
    VersionContext GetFcPortChannelVersionContext
    Vsan double
    Wwn string
    Id string
    Results []GetFcPortChannelResult
    AccountMoid string
    AdditionalProperties string
    AdminSpeed string
    AdminState string
    Ancestors []GetFcPortChannelAncestor
    ClassId string
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentSwitchCard GetFcPortChannelEquipmentSwitchCard
    FcNeighbors []GetFcPortChannelFcNeighbor
    ModTime string
    Mode string
    Moid string
    Name string
    NetworkElement GetFcPortChannelNetworkElement
    ObjectType string
    OperSpeed string
    OperState string
    OperStateQual string
    Owners []string
    Parent GetFcPortChannelParent
    PermissionResources []GetFcPortChannelPermissionResource
    PortChannelId float64
    RegisteredDevice GetFcPortChannelRegisteredDevice
    Rn string
    Role string
    SharedScope string
    SwitchId string
    Tags []GetFcPortChannelTag
    VersionContext GetFcPortChannelVersionContext
    Vsan float64
    Wwn string
    id String
    results List<GetFcPortChannelResult>
    accountMoid String
    additionalProperties String
    adminSpeed String
    adminState String
    ancestors List<GetFcPortChannelAncestor>
    classId String
    createTime String
    deviceMoId String
    dn String
    domainGroupMoid String
    equipmentSwitchCard GetFcPortChannelEquipmentSwitchCard
    fcNeighbors List<GetFcPortChannelFcNeighbor>
    modTime String
    mode String
    moid String
    name String
    networkElement GetFcPortChannelNetworkElement
    objectType String
    operSpeed String
    operState String
    operStateQual String
    owners List<String>
    parent GetFcPortChannelParent
    permissionResources List<GetFcPortChannelPermissionResource>
    portChannelId Double
    registeredDevice GetFcPortChannelRegisteredDevice
    rn String
    role String
    sharedScope String
    switchId String
    tags List<GetFcPortChannelTag>
    versionContext GetFcPortChannelVersionContext
    vsan Double
    wwn String
    id string
    results GetFcPortChannelResult[]
    accountMoid string
    additionalProperties string
    adminSpeed string
    adminState string
    ancestors GetFcPortChannelAncestor[]
    classId string
    createTime string
    deviceMoId string
    dn string
    domainGroupMoid string
    equipmentSwitchCard GetFcPortChannelEquipmentSwitchCard
    fcNeighbors GetFcPortChannelFcNeighbor[]
    modTime string
    mode string
    moid string
    name string
    networkElement GetFcPortChannelNetworkElement
    objectType string
    operSpeed string
    operState string
    operStateQual string
    owners string[]
    parent GetFcPortChannelParent
    permissionResources GetFcPortChannelPermissionResource[]
    portChannelId number
    registeredDevice GetFcPortChannelRegisteredDevice
    rn string
    role string
    sharedScope string
    switchId string
    tags GetFcPortChannelTag[]
    versionContext GetFcPortChannelVersionContext
    vsan number
    wwn string
    id str
    results Sequence[GetFcPortChannelResult]
    account_moid str
    additional_properties str
    admin_speed str
    admin_state str
    ancestors Sequence[GetFcPortChannelAncestor]
    class_id str
    create_time str
    device_mo_id str
    dn str
    domain_group_moid str
    equipment_switch_card GetFcPortChannelEquipmentSwitchCard
    fc_neighbors Sequence[GetFcPortChannelFcNeighbor]
    mod_time str
    mode str
    moid str
    name str
    network_element GetFcPortChannelNetworkElement
    object_type str
    oper_speed str
    oper_state str
    oper_state_qual str
    owners Sequence[str]
    parent GetFcPortChannelParent
    permission_resources Sequence[GetFcPortChannelPermissionResource]
    port_channel_id float
    registered_device GetFcPortChannelRegisteredDevice
    rn str
    role str
    shared_scope str
    switch_id str
    tags Sequence[GetFcPortChannelTag]
    version_context GetFcPortChannelVersionContext
    vsan float
    wwn str

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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<GetFcPortChannelResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentSwitchCards List<GetFcPortChannelResultEquipmentSwitchCard>
    FcNeighbors List<GetFcPortChannelResultFcNeighbor>
    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<GetFcPortChannelResultNetworkElement>
    ObjectType string
    OperSpeed string
    Operational speed of this port-channel.
    OperState string
    Operational state of this port-channel.
    OperStateQual string
    Reason for this port-channel's Operational state.
    Owners List<string>
    Parents List<GetFcPortChannelResultParent>
    PermissionResources List<GetFcPortChannelResultPermissionResource>
    PortChannelId double
    Unique identifier for this port-channel on the FI.
    RegisteredDevices List<GetFcPortChannelResultRegisteredDevice>
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    This port-channel's configured role (fcUplink, fcStorage, etc.).
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags List<GetFcPortChannelResultTag>
    VersionContexts List<GetFcPortChannelResultVersionContext>
    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 []GetFcPortChannelResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentSwitchCards []GetFcPortChannelResultEquipmentSwitchCard
    FcNeighbors []GetFcPortChannelResultFcNeighbor
    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 []GetFcPortChannelResultNetworkElement
    ObjectType string
    OperSpeed string
    Operational speed of this port-channel.
    OperState string
    Operational state of this port-channel.
    OperStateQual string
    Reason for this port-channel's Operational state.
    Owners []string
    Parents []GetFcPortChannelResultParent
    PermissionResources []GetFcPortChannelResultPermissionResource
    PortChannelId float64
    Unique identifier for this port-channel on the FI.
    RegisteredDevices []GetFcPortChannelResultRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    This port-channel's configured role (fcUplink, fcStorage, etc.).
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags []GetFcPortChannelResultTag
    VersionContexts []GetFcPortChannelResultVersionContext
    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<GetFcPortChannelResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentSwitchCards List<GetFcPortChannelResultEquipmentSwitchCard>
    fcNeighbors List<GetFcPortChannelResultFcNeighbor>
    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<GetFcPortChannelResultNetworkElement>
    objectType String
    operSpeed String
    Operational speed of this port-channel.
    operState String
    Operational state of this port-channel.
    operStateQual String
    Reason for this port-channel's Operational state.
    owners List<String>
    parents List<GetFcPortChannelResultParent>
    permissionResources List<GetFcPortChannelResultPermissionResource>
    portChannelId Double
    Unique identifier for this port-channel on the FI.
    registeredDevices List<GetFcPortChannelResultRegisteredDevice>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    role String
    This port-channel's configured role (fcUplink, fcStorage, etc.).
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<GetFcPortChannelResultTag>
    versionContexts List<GetFcPortChannelResultVersionContext>
    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 GetFcPortChannelResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    equipmentSwitchCards GetFcPortChannelResultEquipmentSwitchCard[]
    fcNeighbors GetFcPortChannelResultFcNeighbor[]
    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 GetFcPortChannelResultNetworkElement[]
    objectType string
    operSpeed string
    Operational speed of this port-channel.
    operState string
    Operational state of this port-channel.
    operStateQual string
    Reason for this port-channel's Operational state.
    owners string[]
    parents GetFcPortChannelResultParent[]
    permissionResources GetFcPortChannelResultPermissionResource[]
    portChannelId number
    Unique identifier for this port-channel on the FI.
    registeredDevices GetFcPortChannelResultRegisteredDevice[]
    rn string
    The Relative Name uniquely identifies an object within a given context.
    role string
    This port-channel's configured role (fcUplink, fcStorage, etc.).
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    switchId string
    Switch Identifier that is local to a cluster.
    tags GetFcPortChannelResultTag[]
    versionContexts GetFcPortChannelResultVersionContext[]
    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[GetFcPortChannelResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    equipment_switch_cards Sequence[GetFcPortChannelResultEquipmentSwitchCard]
    fc_neighbors Sequence[GetFcPortChannelResultFcNeighbor]
    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[GetFcPortChannelResultNetworkElement]
    object_type str
    oper_speed str
    Operational speed of this port-channel.
    oper_state str
    Operational state of this port-channel.
    oper_state_qual str
    Reason for this port-channel's Operational state.
    owners Sequence[str]
    parents Sequence[GetFcPortChannelResultParent]
    permission_resources Sequence[GetFcPortChannelResultPermissionResource]
    port_channel_id float
    Unique identifier for this port-channel on the FI.
    registered_devices Sequence[GetFcPortChannelResultRegisteredDevice]
    rn str
    The Relative Name uniquely identifies an object within a given context.
    role str
    This port-channel's configured role (fcUplink, fcStorage, etc.).
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    switch_id str
    Switch Identifier that is local to a cluster.
    tags Sequence[GetFcPortChannelResultTag]
    version_contexts Sequence[GetFcPortChannelResultVersionContext]
    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.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentSwitchCards List<Property Map>
    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.
    operStateQual String
    Reason for this port-channel's Operational state.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    portChannelId Number
    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.).
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    switchId String
    Switch Identifier that is local to a cluster.
    tags 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
    additionalProperties String
    key String
    value String

    GetFcPortChannelResultVersionContext

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    Package Details

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