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

intersight.getEtherPortChannel

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Ethernet port channels in a Fabric Interconnect are logical interfaces created by aggregating multiple physical Ethernet ports. This configuration enhances bandwidth, provides load balancing, and offers redundancy for network connections.

    Using getEtherPortChannel

    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 getEtherPortChannel(args: GetEtherPortChannelArgs, opts?: InvokeOptions): Promise<GetEtherPortChannelResult>
    function getEtherPortChannelOutput(args: GetEtherPortChannelOutputArgs, opts?: InvokeOptions): Output<GetEtherPortChannelResult>
    def get_ether_port_channel(access_vlan: Optional[str] = None,
                               account_moid: Optional[str] = None,
                               additional_properties: Optional[str] = None,
                               admin_state: Optional[str] = None,
                               allowed_vlans: Optional[str] = None,
                               ancestors: Optional[Sequence[GetEtherPortChannelAncestor]] = None,
                               band_width: Optional[str] = None,
                               class_id: Optional[str] = None,
                               create_time: Optional[str] = None,
                               description: Optional[str] = None,
                               device_mo_id: Optional[str] = None,
                               dn: Optional[str] = None,
                               domain_group_moid: Optional[str] = None,
                               equipment_switch_card: Optional[GetEtherPortChannelEquipmentSwitchCard] = None,
                               id: Optional[str] = None,
                               ip_address: Optional[str] = None,
                               ip_address_mask: Optional[float] = None,
                               ipv6_subnet_cidr: Optional[str] = None,
                               mac_address: Optional[str] = None,
                               mod_time: Optional[str] = None,
                               mode: Optional[str] = None,
                               moid: Optional[str] = None,
                               mtu: Optional[float] = None,
                               name: Optional[str] = None,
                               native_vlan: Optional[str] = None,
                               network_element: Optional[GetEtherPortChannelNetworkElement] = 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[GetEtherPortChannelParent] = None,
                               permission_resources: Optional[Sequence[GetEtherPortChannelPermissionResource]] = None,
                               port_channel_id: Optional[float] = None,
                               registered_device: Optional[GetEtherPortChannelRegisteredDevice] = None,
                               rn: Optional[str] = None,
                               role: Optional[str] = None,
                               shared_scope: Optional[str] = None,
                               status: Optional[str] = None,
                               switch_id: Optional[str] = None,
                               tags: Optional[Sequence[GetEtherPortChannelTag]] = None,
                               version_context: Optional[GetEtherPortChannelVersionContext] = None,
                               opts: Optional[InvokeOptions] = None) -> GetEtherPortChannelResult
    def get_ether_port_channel_output(access_vlan: Optional[pulumi.Input[str]] = None,
                               account_moid: Optional[pulumi.Input[str]] = None,
                               additional_properties: Optional[pulumi.Input[str]] = None,
                               admin_state: Optional[pulumi.Input[str]] = None,
                               allowed_vlans: Optional[pulumi.Input[str]] = None,
                               ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherPortChannelAncestorArgs]]]] = None,
                               band_width: Optional[pulumi.Input[str]] = None,
                               class_id: Optional[pulumi.Input[str]] = None,
                               create_time: Optional[pulumi.Input[str]] = None,
                               description: 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[GetEtherPortChannelEquipmentSwitchCardArgs]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               ip_address: Optional[pulumi.Input[str]] = None,
                               ip_address_mask: Optional[pulumi.Input[float]] = None,
                               ipv6_subnet_cidr: Optional[pulumi.Input[str]] = None,
                               mac_address: Optional[pulumi.Input[str]] = None,
                               mod_time: Optional[pulumi.Input[str]] = None,
                               mode: Optional[pulumi.Input[str]] = None,
                               moid: Optional[pulumi.Input[str]] = None,
                               mtu: Optional[pulumi.Input[float]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               native_vlan: Optional[pulumi.Input[str]] = None,
                               network_element: Optional[pulumi.Input[GetEtherPortChannelNetworkElementArgs]] = 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[GetEtherPortChannelParentArgs]] = None,
                               permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherPortChannelPermissionResourceArgs]]]] = None,
                               port_channel_id: Optional[pulumi.Input[float]] = None,
                               registered_device: Optional[pulumi.Input[GetEtherPortChannelRegisteredDeviceArgs]] = None,
                               rn: Optional[pulumi.Input[str]] = None,
                               role: Optional[pulumi.Input[str]] = None,
                               shared_scope: Optional[pulumi.Input[str]] = None,
                               status: Optional[pulumi.Input[str]] = None,
                               switch_id: Optional[pulumi.Input[str]] = None,
                               tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherPortChannelTagArgs]]]] = None,
                               version_context: Optional[pulumi.Input[GetEtherPortChannelVersionContextArgs]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetEtherPortChannelResult]
    func LookupEtherPortChannel(ctx *Context, args *LookupEtherPortChannelArgs, opts ...InvokeOption) (*LookupEtherPortChannelResult, error)
    func LookupEtherPortChannelOutput(ctx *Context, args *LookupEtherPortChannelOutputArgs, opts ...InvokeOption) LookupEtherPortChannelResultOutput

    > Note: This function is named LookupEtherPortChannel in the Go SDK.

    public static class GetEtherPortChannel 
    {
        public static Task<GetEtherPortChannelResult> InvokeAsync(GetEtherPortChannelArgs args, InvokeOptions? opts = null)
        public static Output<GetEtherPortChannelResult> Invoke(GetEtherPortChannelInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEtherPortChannelResult> getEtherPortChannel(GetEtherPortChannelArgs args, InvokeOptions options)
    public static Output<GetEtherPortChannelResult> getEtherPortChannel(GetEtherPortChannelArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getEtherPortChannel:getEtherPortChannel
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccessVlan string
    Access VLANs for this port-channel, on this FI.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    Administratively configured state (enabled/disabled) for this port-channel.
    AllowedVlans string
    Allowed VLANs on this port-channel, on this FI.
    Ancestors List<GetEtherPortChannelAncestor>
    BandWidth string
    Bandwidth of this port-channel.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of this port-channel.
    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 GetEtherPortChannelEquipmentSwitchCard
    Id string
    IpAddress string
    IP address of this port-channel.
    IpAddressMask double
    IP address mask of this port-channel.
    Ipv6SubnetCidr string
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    MacAddress string
    MAC address of this port-channel.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Operating mode of this port-channel.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu double
    Maximum transmission unit of this port-channel.
    Name string
    Name of the port channel.
    NativeVlan string
    Native VLAN for this port-channel, on this FI.
    NetworkElement GetEtherPortChannelNetworkElement
    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 GetEtherPortChannelParent
    PermissionResources List<GetEtherPortChannelPermissionResource>
    PortChannelId double
    Unique identifier for this port-channel on the FI.
    RegisteredDevice GetEtherPortChannelRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    This port-channel's configured role (uplink, server, 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.
    Status string
    Detailed status of this port-channel.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags List<GetEtherPortChannelTag>
    VersionContext GetEtherPortChannelVersionContext
    AccessVlan string
    Access VLANs for this port-channel, on this FI.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    Administratively configured state (enabled/disabled) for this port-channel.
    AllowedVlans string
    Allowed VLANs on this port-channel, on this FI.
    Ancestors []GetEtherPortChannelAncestor
    BandWidth string
    Bandwidth of this port-channel.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of this port-channel.
    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 GetEtherPortChannelEquipmentSwitchCard
    Id string
    IpAddress string
    IP address of this port-channel.
    IpAddressMask float64
    IP address mask of this port-channel.
    Ipv6SubnetCidr string
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    MacAddress string
    MAC address of this port-channel.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Operating mode of this port-channel.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu float64
    Maximum transmission unit of this port-channel.
    Name string
    Name of the port channel.
    NativeVlan string
    Native VLAN for this port-channel, on this FI.
    NetworkElement GetEtherPortChannelNetworkElement
    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 GetEtherPortChannelParent
    PermissionResources []GetEtherPortChannelPermissionResource
    PortChannelId float64
    Unique identifier for this port-channel on the FI.
    RegisteredDevice GetEtherPortChannelRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    This port-channel's configured role (uplink, server, 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.
    Status string
    Detailed status of this port-channel.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags []GetEtherPortChannelTag
    VersionContext GetEtherPortChannelVersionContext
    accessVlan String
    Access VLANs for this port-channel, on this FI.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    Administratively configured state (enabled/disabled) for this port-channel.
    allowedVlans String
    Allowed VLANs on this port-channel, on this FI.
    ancestors List<GetEtherPortChannelAncestor>
    bandWidth String
    Bandwidth of this port-channel.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of this port-channel.
    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 GetEtherPortChannelEquipmentSwitchCard
    id String
    ipAddress String
    IP address of this port-channel.
    ipAddressMask Double
    IP address mask of this port-channel.
    ipv6SubnetCidr String
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    macAddress String
    MAC address of this port-channel.
    modTime String
    The time when this managed object was last modified.
    mode String
    Operating mode of this port-channel.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Double
    Maximum transmission unit of this port-channel.
    name String
    Name of the port channel.
    nativeVlan String
    Native VLAN for this port-channel, on this FI.
    networkElement GetEtherPortChannelNetworkElement
    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 GetEtherPortChannelParent
    permissionResources List<GetEtherPortChannelPermissionResource>
    portChannelId Double
    Unique identifier for this port-channel on the FI.
    registeredDevice GetEtherPortChannelRegisteredDevice
    rn String
    The Relative Name uniquely identifies an object within a given context.
    role String
    This port-channel's configured role (uplink, server, 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.
    status String
    Detailed status of this port-channel.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<GetEtherPortChannelTag>
    versionContext GetEtherPortChannelVersionContext
    accessVlan string
    Access VLANs for this port-channel, on this FI.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminState string
    Administratively configured state (enabled/disabled) for this port-channel.
    allowedVlans string
    Allowed VLANs on this port-channel, on this FI.
    ancestors GetEtherPortChannelAncestor[]
    bandWidth string
    Bandwidth of this port-channel.
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of this port-channel.
    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 GetEtherPortChannelEquipmentSwitchCard
    id string
    ipAddress string
    IP address of this port-channel.
    ipAddressMask number
    IP address mask of this port-channel.
    ipv6SubnetCidr string
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    macAddress string
    MAC address of this port-channel.
    modTime string
    The time when this managed object was last modified.
    mode string
    Operating mode of this port-channel.
    moid string
    The unique identifier of this Managed Object instance.
    mtu number
    Maximum transmission unit of this port-channel.
    name string
    Name of the port channel.
    nativeVlan string
    Native VLAN for this port-channel, on this FI.
    networkElement GetEtherPortChannelNetworkElement
    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 GetEtherPortChannelParent
    permissionResources GetEtherPortChannelPermissionResource[]
    portChannelId number
    Unique identifier for this port-channel on the FI.
    registeredDevice GetEtherPortChannelRegisteredDevice
    rn string
    The Relative Name uniquely identifies an object within a given context.
    role string
    This port-channel's configured role (uplink, server, 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.
    status string
    Detailed status of this port-channel.
    switchId string
    Switch Identifier that is local to a cluster.
    tags GetEtherPortChannelTag[]
    versionContext GetEtherPortChannelVersionContext
    access_vlan str
    Access VLANs for this port-channel, on this FI.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_state str
    Administratively configured state (enabled/disabled) for this port-channel.
    allowed_vlans str
    Allowed VLANs on this port-channel, on this FI.
    ancestors Sequence[GetEtherPortChannelAncestor]
    band_width str
    Bandwidth of this port-channel.
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of this port-channel.
    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 GetEtherPortChannelEquipmentSwitchCard
    id str
    ip_address str
    IP address of this port-channel.
    ip_address_mask float
    IP address mask of this port-channel.
    ipv6_subnet_cidr str
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    mac_address str
    MAC address of this port-channel.
    mod_time str
    The time when this managed object was last modified.
    mode str
    Operating mode of this port-channel.
    moid str
    The unique identifier of this Managed Object instance.
    mtu float
    Maximum transmission unit of this port-channel.
    name str
    Name of the port channel.
    native_vlan str
    Native VLAN for this port-channel, on this FI.
    network_element GetEtherPortChannelNetworkElement
    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 GetEtherPortChannelParent
    permission_resources Sequence[GetEtherPortChannelPermissionResource]
    port_channel_id float
    Unique identifier for this port-channel on the FI.
    registered_device GetEtherPortChannelRegisteredDevice
    rn str
    The Relative Name uniquely identifies an object within a given context.
    role str
    This port-channel's configured role (uplink, server, 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.
    status str
    Detailed status of this port-channel.
    switch_id str
    Switch Identifier that is local to a cluster.
    tags Sequence[GetEtherPortChannelTag]
    version_context GetEtherPortChannelVersionContext
    accessVlan String
    Access VLANs for this port-channel, on this FI.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    Administratively configured state (enabled/disabled) for this port-channel.
    allowedVlans String
    Allowed VLANs on this port-channel, on this FI.
    ancestors List<Property Map>
    bandWidth String
    Bandwidth of this port-channel.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of this port-channel.
    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
    id String
    ipAddress String
    IP address of this port-channel.
    ipAddressMask Number
    IP address mask of this port-channel.
    ipv6SubnetCidr String
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    macAddress String
    MAC address of this port-channel.
    modTime String
    The time when this managed object was last modified.
    mode String
    Operating mode of this port-channel.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Number
    Maximum transmission unit of this port-channel.
    name String
    Name of the port channel.
    nativeVlan String
    Native VLAN for this port-channel, on this FI.
    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 (uplink, server, 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.
    status String
    Detailed status of this port-channel.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<Property Map>
    versionContext Property Map

    getEtherPortChannel Result

    The following output properties are available:

    Id string
    Results List<GetEtherPortChannelResult>
    AccessVlan string
    AccountMoid string
    AdditionalProperties string
    AdminState string
    AllowedVlans string
    Ancestors List<GetEtherPortChannelAncestor>
    BandWidth string
    ClassId string
    CreateTime string
    Description string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentSwitchCard GetEtherPortChannelEquipmentSwitchCard
    IpAddress string
    IpAddressMask double
    Ipv6SubnetCidr string
    MacAddress string
    ModTime string
    Mode string
    Moid string
    Mtu double
    Name string
    NativeVlan string
    NetworkElement GetEtherPortChannelNetworkElement
    ObjectType string
    OperSpeed string
    OperState string
    OperStateQual string
    Owners List<string>
    Parent GetEtherPortChannelParent
    PermissionResources List<GetEtherPortChannelPermissionResource>
    PortChannelId double
    RegisteredDevice GetEtherPortChannelRegisteredDevice
    Rn string
    Role string
    SharedScope string
    Status string
    SwitchId string
    Tags List<GetEtherPortChannelTag>
    VersionContext GetEtherPortChannelVersionContext
    Id string
    Results []GetEtherPortChannelResult
    AccessVlan string
    AccountMoid string
    AdditionalProperties string
    AdminState string
    AllowedVlans string
    Ancestors []GetEtherPortChannelAncestor
    BandWidth string
    ClassId string
    CreateTime string
    Description string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentSwitchCard GetEtherPortChannelEquipmentSwitchCard
    IpAddress string
    IpAddressMask float64
    Ipv6SubnetCidr string
    MacAddress string
    ModTime string
    Mode string
    Moid string
    Mtu float64
    Name string
    NativeVlan string
    NetworkElement GetEtherPortChannelNetworkElement
    ObjectType string
    OperSpeed string
    OperState string
    OperStateQual string
    Owners []string
    Parent GetEtherPortChannelParent
    PermissionResources []GetEtherPortChannelPermissionResource
    PortChannelId float64
    RegisteredDevice GetEtherPortChannelRegisteredDevice
    Rn string
    Role string
    SharedScope string
    Status string
    SwitchId string
    Tags []GetEtherPortChannelTag
    VersionContext GetEtherPortChannelVersionContext
    id String
    results List<GetEtherPortChannelResult>
    accessVlan String
    accountMoid String
    additionalProperties String
    adminState String
    allowedVlans String
    ancestors List<GetEtherPortChannelAncestor>
    bandWidth String
    classId String
    createTime String
    description String
    deviceMoId String
    dn String
    domainGroupMoid String
    equipmentSwitchCard GetEtherPortChannelEquipmentSwitchCard
    ipAddress String
    ipAddressMask Double
    ipv6SubnetCidr String
    macAddress String
    modTime String
    mode String
    moid String
    mtu Double
    name String
    nativeVlan String
    networkElement GetEtherPortChannelNetworkElement
    objectType String
    operSpeed String
    operState String
    operStateQual String
    owners List<String>
    parent GetEtherPortChannelParent
    permissionResources List<GetEtherPortChannelPermissionResource>
    portChannelId Double
    registeredDevice GetEtherPortChannelRegisteredDevice
    rn String
    role String
    sharedScope String
    status String
    switchId String
    tags List<GetEtherPortChannelTag>
    versionContext GetEtherPortChannelVersionContext
    id string
    results GetEtherPortChannelResult[]
    accessVlan string
    accountMoid string
    additionalProperties string
    adminState string
    allowedVlans string
    ancestors GetEtherPortChannelAncestor[]
    bandWidth string
    classId string
    createTime string
    description string
    deviceMoId string
    dn string
    domainGroupMoid string
    equipmentSwitchCard GetEtherPortChannelEquipmentSwitchCard
    ipAddress string
    ipAddressMask number
    ipv6SubnetCidr string
    macAddress string
    modTime string
    mode string
    moid string
    mtu number
    name string
    nativeVlan string
    networkElement GetEtherPortChannelNetworkElement
    objectType string
    operSpeed string
    operState string
    operStateQual string
    owners string[]
    parent GetEtherPortChannelParent
    permissionResources GetEtherPortChannelPermissionResource[]
    portChannelId number
    registeredDevice GetEtherPortChannelRegisteredDevice
    rn string
    role string
    sharedScope string
    status string
    switchId string
    tags GetEtherPortChannelTag[]
    versionContext GetEtherPortChannelVersionContext
    id str
    results Sequence[GetEtherPortChannelResult]
    access_vlan str
    account_moid str
    additional_properties str
    admin_state str
    allowed_vlans str
    ancestors Sequence[GetEtherPortChannelAncestor]
    band_width str
    class_id str
    create_time str
    description str
    device_mo_id str
    dn str
    domain_group_moid str
    equipment_switch_card GetEtherPortChannelEquipmentSwitchCard
    ip_address str
    ip_address_mask float
    ipv6_subnet_cidr str
    mac_address str
    mod_time str
    mode str
    moid str
    mtu float
    name str
    native_vlan str
    network_element GetEtherPortChannelNetworkElement
    object_type str
    oper_speed str
    oper_state str
    oper_state_qual str
    owners Sequence[str]
    parent GetEtherPortChannelParent
    permission_resources Sequence[GetEtherPortChannelPermissionResource]
    port_channel_id float
    registered_device GetEtherPortChannelRegisteredDevice
    rn str
    role str
    shared_scope str
    status str
    switch_id str
    tags Sequence[GetEtherPortChannelTag]
    version_context GetEtherPortChannelVersionContext

    Supporting Types

    GetEtherPortChannelAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetEtherPortChannelEquipmentSwitchCard

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetEtherPortChannelNetworkElement

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetEtherPortChannelParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetEtherPortChannelPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetEtherPortChannelRegisteredDevice

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetEtherPortChannelResult

    AccessVlan string
    Access VLANs for this port-channel, on this FI.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    Administratively configured state (enabled/disabled) for this port-channel.
    AllowedVlans string
    Allowed VLANs on this port-channel, on this FI.
    Ancestors List<GetEtherPortChannelResultAncestor>
    BandWidth string
    Bandwidth of this port-channel.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of this port-channel.
    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<GetEtherPortChannelResultEquipmentSwitchCard>
    IpAddress string
    IP address of this port-channel.
    IpAddressMask double
    IP address mask of this port-channel.
    Ipv6SubnetCidr string
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    MacAddress string
    MAC address of this port-channel.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Operating mode of this port-channel.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu double
    Maximum transmission unit of this port-channel.
    Name string
    Name of the port channel.
    NativeVlan string
    Native VLAN for this port-channel, on this FI.
    NetworkElements List<GetEtherPortChannelResultNetworkElement>
    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<GetEtherPortChannelResultParent>
    PermissionResources List<GetEtherPortChannelResultPermissionResource>
    PortChannelId double
    Unique identifier for this port-channel on the FI.
    RegisteredDevices List<GetEtherPortChannelResultRegisteredDevice>
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    This port-channel's configured role (uplink, server, 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.
    Status string
    Detailed status of this port-channel.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags List<GetEtherPortChannelResultTag>
    VersionContexts List<GetEtherPortChannelResultVersionContext>
    AccessVlan string
    Access VLANs for this port-channel, on this FI.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    Administratively configured state (enabled/disabled) for this port-channel.
    AllowedVlans string
    Allowed VLANs on this port-channel, on this FI.
    Ancestors []GetEtherPortChannelResultAncestor
    BandWidth string
    Bandwidth of this port-channel.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of this port-channel.
    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 []GetEtherPortChannelResultEquipmentSwitchCard
    IpAddress string
    IP address of this port-channel.
    IpAddressMask float64
    IP address mask of this port-channel.
    Ipv6SubnetCidr string
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    MacAddress string
    MAC address of this port-channel.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Operating mode of this port-channel.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu float64
    Maximum transmission unit of this port-channel.
    Name string
    Name of the port channel.
    NativeVlan string
    Native VLAN for this port-channel, on this FI.
    NetworkElements []GetEtherPortChannelResultNetworkElement
    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 []GetEtherPortChannelResultParent
    PermissionResources []GetEtherPortChannelResultPermissionResource
    PortChannelId float64
    Unique identifier for this port-channel on the FI.
    RegisteredDevices []GetEtherPortChannelResultRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    This port-channel's configured role (uplink, server, 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.
    Status string
    Detailed status of this port-channel.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags []GetEtherPortChannelResultTag
    VersionContexts []GetEtherPortChannelResultVersionContext
    accessVlan String
    Access VLANs for this port-channel, on this FI.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    Administratively configured state (enabled/disabled) for this port-channel.
    allowedVlans String
    Allowed VLANs on this port-channel, on this FI.
    ancestors List<GetEtherPortChannelResultAncestor>
    bandWidth String
    Bandwidth of this port-channel.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of this port-channel.
    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<GetEtherPortChannelResultEquipmentSwitchCard>
    ipAddress String
    IP address of this port-channel.
    ipAddressMask Double
    IP address mask of this port-channel.
    ipv6SubnetCidr String
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    macAddress String
    MAC address of this port-channel.
    modTime String
    The time when this managed object was last modified.
    mode String
    Operating mode of this port-channel.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Double
    Maximum transmission unit of this port-channel.
    name String
    Name of the port channel.
    nativeVlan String
    Native VLAN for this port-channel, on this FI.
    networkElements List<GetEtherPortChannelResultNetworkElement>
    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<GetEtherPortChannelResultParent>
    permissionResources List<GetEtherPortChannelResultPermissionResource>
    portChannelId Double
    Unique identifier for this port-channel on the FI.
    registeredDevices List<GetEtherPortChannelResultRegisteredDevice>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    role String
    This port-channel's configured role (uplink, server, 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.
    status String
    Detailed status of this port-channel.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<GetEtherPortChannelResultTag>
    versionContexts List<GetEtherPortChannelResultVersionContext>
    accessVlan string
    Access VLANs for this port-channel, on this FI.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminState string
    Administratively configured state (enabled/disabled) for this port-channel.
    allowedVlans string
    Allowed VLANs on this port-channel, on this FI.
    ancestors GetEtherPortChannelResultAncestor[]
    bandWidth string
    Bandwidth of this port-channel.
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of this port-channel.
    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 GetEtherPortChannelResultEquipmentSwitchCard[]
    ipAddress string
    IP address of this port-channel.
    ipAddressMask number
    IP address mask of this port-channel.
    ipv6SubnetCidr string
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    macAddress string
    MAC address of this port-channel.
    modTime string
    The time when this managed object was last modified.
    mode string
    Operating mode of this port-channel.
    moid string
    The unique identifier of this Managed Object instance.
    mtu number
    Maximum transmission unit of this port-channel.
    name string
    Name of the port channel.
    nativeVlan string
    Native VLAN for this port-channel, on this FI.
    networkElements GetEtherPortChannelResultNetworkElement[]
    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 GetEtherPortChannelResultParent[]
    permissionResources GetEtherPortChannelResultPermissionResource[]
    portChannelId number
    Unique identifier for this port-channel on the FI.
    registeredDevices GetEtherPortChannelResultRegisteredDevice[]
    rn string
    The Relative Name uniquely identifies an object within a given context.
    role string
    This port-channel's configured role (uplink, server, 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.
    status string
    Detailed status of this port-channel.
    switchId string
    Switch Identifier that is local to a cluster.
    tags GetEtherPortChannelResultTag[]
    versionContexts GetEtherPortChannelResultVersionContext[]
    access_vlan str
    Access VLANs for this port-channel, on this FI.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_state str
    Administratively configured state (enabled/disabled) for this port-channel.
    allowed_vlans str
    Allowed VLANs on this port-channel, on this FI.
    ancestors Sequence[GetEtherPortChannelResultAncestor]
    band_width str
    Bandwidth of this port-channel.
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of this port-channel.
    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[GetEtherPortChannelResultEquipmentSwitchCard]
    ip_address str
    IP address of this port-channel.
    ip_address_mask float
    IP address mask of this port-channel.
    ipv6_subnet_cidr str
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    mac_address str
    MAC address of this port-channel.
    mod_time str
    The time when this managed object was last modified.
    mode str
    Operating mode of this port-channel.
    moid str
    The unique identifier of this Managed Object instance.
    mtu float
    Maximum transmission unit of this port-channel.
    name str
    Name of the port channel.
    native_vlan str
    Native VLAN for this port-channel, on this FI.
    network_elements Sequence[GetEtherPortChannelResultNetworkElement]
    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[GetEtherPortChannelResultParent]
    permission_resources Sequence[GetEtherPortChannelResultPermissionResource]
    port_channel_id float
    Unique identifier for this port-channel on the FI.
    registered_devices Sequence[GetEtherPortChannelResultRegisteredDevice]
    rn str
    The Relative Name uniquely identifies an object within a given context.
    role str
    This port-channel's configured role (uplink, server, 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.
    status str
    Detailed status of this port-channel.
    switch_id str
    Switch Identifier that is local to a cluster.
    tags Sequence[GetEtherPortChannelResultTag]
    version_contexts Sequence[GetEtherPortChannelResultVersionContext]
    accessVlan String
    Access VLANs for this port-channel, on this FI.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    Administratively configured state (enabled/disabled) for this port-channel.
    allowedVlans String
    Allowed VLANs on this port-channel, on this FI.
    ancestors List<Property Map>
    bandWidth String
    Bandwidth of this port-channel.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of this port-channel.
    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>
    ipAddress String
    IP address of this port-channel.
    ipAddressMask Number
    IP address mask of this port-channel.
    ipv6SubnetCidr String
    IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
    macAddress String
    MAC address of this port-channel.
    modTime String
    The time when this managed object was last modified.
    mode String
    Operating mode of this port-channel.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Number
    Maximum transmission unit of this port-channel.
    name String
    Name of the port channel.
    nativeVlan String
    Native VLAN for this port-channel, on this FI.
    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 (uplink, server, 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.
    status String
    Detailed status of this port-channel.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetEtherPortChannelResultAncestor

    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

    GetEtherPortChannelResultEquipmentSwitchCard

    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

    GetEtherPortChannelResultNetworkElement

    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

    GetEtherPortChannelResultParent

    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

    GetEtherPortChannelResultPermissionResource

    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

    GetEtherPortChannelResultRegisteredDevice

    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

    GetEtherPortChannelResultTag

    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

    GetEtherPortChannelResultVersionContext

    GetEtherPortChannelResultVersionContextInterestedMo

    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

    GetEtherPortChannelResultVersionContextRefMo

    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

    GetEtherPortChannelTag

    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.

    GetEtherPortChannelVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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<GetEtherPortChannelVersionContextInterestedMo>
    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 GetEtherPortChannelVersionContextRefMo
    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 []GetEtherPortChannelVersionContextInterestedMo
    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 GetEtherPortChannelVersionContextRefMo
    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<GetEtherPortChannelVersionContextInterestedMo>
    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 GetEtherPortChannelVersionContextRefMo
    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 GetEtherPortChannelVersionContextInterestedMo[]
    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 GetEtherPortChannelVersionContextRefMo
    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[GetEtherPortChannelVersionContextInterestedMo]
    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 GetEtherPortChannelVersionContextRefMo
    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.

    GetEtherPortChannelVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetEtherPortChannelVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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