intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getEtherPortChannel
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe 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<GetEther Port Channel Ancestor> 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentSwitch GetCard Ether Port Channel Equipment Switch Card 
- Id string
- IpAddress string
- IP address of this port-channel.
- IpAddress doubleMask 
- 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 GetEther Port Channel Network Element 
- ObjectType string
- OperSpeed string
- Operational speed of this port-channel.
- OperState string
- Operational state of this port-channel.
- OperState stringQual 
- Reason for this port-channel's Operational state.
- Owners List<string>
- Parent
GetEther Port Channel Parent 
- PermissionResources List<GetEther Port Channel Permission Resource> 
- PortChannel doubleId 
- Unique identifier for this port-channel on the FI.
- RegisteredDevice GetEther Port Channel Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- This port-channel's configured role (uplink, server, etc.).
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Detailed status of this port-channel.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
List<GetEther Port Channel Tag> 
- VersionContext GetEther Port Channel Version Context 
- 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
[]GetEther Port Channel Ancestor 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentSwitch GetCard Ether Port Channel Equipment Switch Card 
- Id string
- IpAddress string
- IP address of this port-channel.
- IpAddress float64Mask 
- 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 GetEther Port Channel Network Element 
- ObjectType string
- OperSpeed string
- Operational speed of this port-channel.
- OperState string
- Operational state of this port-channel.
- OperState stringQual 
- Reason for this port-channel's Operational state.
- Owners []string
- Parent
GetEther Port Channel Parent 
- PermissionResources []GetEther Port Channel Permission Resource 
- PortChannel float64Id 
- Unique identifier for this port-channel on the FI.
- RegisteredDevice GetEther Port Channel Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- This port-channel's configured role (uplink, server, etc.).
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Detailed status of this port-channel.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
[]GetEther Port Channel Tag 
- VersionContext GetEther Port Channel Version Context 
- 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<GetEther Port Channel Ancestor> 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch GetCard Ether Port Channel Equipment Switch Card 
- id String
- ipAddress String
- IP address of this port-channel.
- ipAddress DoubleMask 
- 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 GetEther Port Channel Network Element 
- objectType String
- operSpeed String
- Operational speed of this port-channel.
- operState String
- Operational state of this port-channel.
- operState StringQual 
- Reason for this port-channel's Operational state.
- owners List<String>
- parent
GetEther Port Channel Parent 
- permissionResources List<GetEther Port Channel Permission Resource> 
- portChannel DoubleId 
- Unique identifier for this port-channel on the FI.
- registeredDevice GetEther Port Channel Registered Device 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- This port-channel's configured role (uplink, server, etc.).
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Detailed status of this port-channel.
- switchId String
- Switch Identifier that is local to a cluster.
- 
List<GetEther Port Channel Tag> 
- versionContext GetEther Port Channel Version Context 
- 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
GetEther Port Channel Ancestor[] 
- 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.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch GetCard Ether Port Channel Equipment Switch Card 
- id string
- ipAddress string
- IP address of this port-channel.
- ipAddress numberMask 
- 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 GetEther Port Channel Network Element 
- objectType string
- operSpeed string
- Operational speed of this port-channel.
- operState string
- Operational state of this port-channel.
- operState stringQual 
- Reason for this port-channel's Operational state.
- owners string[]
- parent
GetEther Port Channel Parent 
- permissionResources GetEther Port Channel Permission Resource[] 
- portChannel numberId 
- Unique identifier for this port-channel on the FI.
- registeredDevice GetEther Port Channel Registered Device 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- role string
- This port-channel's configured role (uplink, server, etc.).
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Detailed status of this port-channel.
- switchId string
- Switch Identifier that is local to a cluster.
- 
GetEther Port Channel Tag[] 
- versionContext GetEther Port Channel Version Context 
- 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[GetEther Port Channel Ancestor] 
- 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_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_switch_ Getcard Ether Port Channel Equipment Switch Card 
- id str
- ip_address str
- IP address of this port-channel.
- ip_address_ floatmask 
- IP address mask of this port-channel.
- ipv6_subnet_ strcidr 
- 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 GetEther Port Channel Network Element 
- object_type str
- oper_speed str
- Operational speed of this port-channel.
- oper_state str
- Operational state of this port-channel.
- oper_state_ strqual 
- Reason for this port-channel's Operational state.
- owners Sequence[str]
- parent
GetEther Port Channel Parent 
- permission_resources Sequence[GetEther Port Channel Permission Resource] 
- port_channel_ floatid 
- Unique identifier for this port-channel on the FI.
- registered_device GetEther Port Channel Registered Device 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- role str
- This port-channel's configured role (uplink, server, etc.).
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Detailed status of this port-channel.
- switch_id str
- Switch Identifier that is local to a cluster.
- 
Sequence[GetEther Port Channel Tag] 
- version_context GetEther Port Channel Version Context 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch Property MapCard 
- id String
- ipAddress String
- IP address of this port-channel.
- ipAddress NumberMask 
- 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.
- operState StringQual 
- Reason for this port-channel's Operational state.
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- portChannel NumberId 
- Unique identifier for this port-channel on the FI.
- registeredDevice Property Map
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- This port-channel's configured role (uplink, server, etc.).
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Detailed status of this port-channel.
- switchId String
- Switch Identifier that is local to a cluster.
- List<Property Map>
- versionContext Property Map
getEtherPortChannel Result
The following output properties are available:
- Id string
- Results
List<GetEther Port Channel Result> 
- AccessVlan string
- AccountMoid string
- AdditionalProperties string
- AdminState string
- AllowedVlans string
- Ancestors
List<GetEther Port Channel Ancestor> 
- BandWidth string
- ClassId string
- CreateTime string
- Description string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentSwitch GetCard Ether Port Channel Equipment Switch Card 
- IpAddress string
- IpAddress doubleMask 
- Ipv6SubnetCidr string
- MacAddress string
- ModTime string
- Mode string
- Moid string
- Mtu double
- Name string
- NativeVlan string
- NetworkElement GetEther Port Channel Network Element 
- ObjectType string
- OperSpeed string
- OperState string
- OperState stringQual 
- Owners List<string>
- Parent
GetEther Port Channel Parent 
- PermissionResources List<GetEther Port Channel Permission Resource> 
- PortChannel doubleId 
- RegisteredDevice GetEther Port Channel Registered Device 
- Rn string
- Role string
- string
- Status string
- SwitchId string
- 
List<GetEther Port Channel Tag> 
- VersionContext GetEther Port Channel Version Context 
- Id string
- Results
[]GetEther Port Channel Result 
- AccessVlan string
- AccountMoid string
- AdditionalProperties string
- AdminState string
- AllowedVlans string
- Ancestors
[]GetEther Port Channel Ancestor 
- BandWidth string
- ClassId string
- CreateTime string
- Description string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentSwitch GetCard Ether Port Channel Equipment Switch Card 
- IpAddress string
- IpAddress float64Mask 
- Ipv6SubnetCidr string
- MacAddress string
- ModTime string
- Mode string
- Moid string
- Mtu float64
- Name string
- NativeVlan string
- NetworkElement GetEther Port Channel Network Element 
- ObjectType string
- OperSpeed string
- OperState string
- OperState stringQual 
- Owners []string
- Parent
GetEther Port Channel Parent 
- PermissionResources []GetEther Port Channel Permission Resource 
- PortChannel float64Id 
- RegisteredDevice GetEther Port Channel Registered Device 
- Rn string
- Role string
- string
- Status string
- SwitchId string
- 
[]GetEther Port Channel Tag 
- VersionContext GetEther Port Channel Version Context 
- id String
- results
List<GetEther Port Channel Result> 
- accessVlan String
- accountMoid String
- additionalProperties String
- adminState String
- allowedVlans String
- ancestors
List<GetEther Port Channel Ancestor> 
- bandWidth String
- classId String
- createTime String
- description String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentSwitch GetCard Ether Port Channel Equipment Switch Card 
- ipAddress String
- ipAddress DoubleMask 
- ipv6SubnetCidr String
- macAddress String
- modTime String
- mode String
- moid String
- mtu Double
- name String
- nativeVlan String
- networkElement GetEther Port Channel Network Element 
- objectType String
- operSpeed String
- operState String
- operState StringQual 
- owners List<String>
- parent
GetEther Port Channel Parent 
- permissionResources List<GetEther Port Channel Permission Resource> 
- portChannel DoubleId 
- registeredDevice GetEther Port Channel Registered Device 
- rn String
- role String
- String
- status String
- switchId String
- 
List<GetEther Port Channel Tag> 
- versionContext GetEther Port Channel Version Context 
- id string
- results
GetEther Port Channel Result[] 
- accessVlan string
- accountMoid string
- additionalProperties string
- adminState string
- allowedVlans string
- ancestors
GetEther Port Channel Ancestor[] 
- bandWidth string
- classId string
- createTime string
- description string
- deviceMo stringId 
- dn string
- domainGroup stringMoid 
- equipmentSwitch GetCard Ether Port Channel Equipment Switch Card 
- ipAddress string
- ipAddress numberMask 
- ipv6SubnetCidr string
- macAddress string
- modTime string
- mode string
- moid string
- mtu number
- name string
- nativeVlan string
- networkElement GetEther Port Channel Network Element 
- objectType string
- operSpeed string
- operState string
- operState stringQual 
- owners string[]
- parent
GetEther Port Channel Parent 
- permissionResources GetEther Port Channel Permission Resource[] 
- portChannel numberId 
- registeredDevice GetEther Port Channel Registered Device 
- rn string
- role string
- string
- status string
- switchId string
- 
GetEther Port Channel Tag[] 
- versionContext GetEther Port Channel Version Context 
- id str
- results
Sequence[GetEther Port Channel Result] 
- access_vlan str
- account_moid str
- additional_properties str
- admin_state str
- allowed_vlans str
- ancestors
Sequence[GetEther Port Channel Ancestor] 
- band_width str
- class_id str
- create_time str
- description str
- device_mo_ strid 
- dn str
- domain_group_ strmoid 
- equipment_switch_ Getcard Ether Port Channel Equipment Switch Card 
- ip_address str
- ip_address_ floatmask 
- ipv6_subnet_ strcidr 
- mac_address str
- mod_time str
- mode str
- moid str
- mtu float
- name str
- native_vlan str
- network_element GetEther Port Channel Network Element 
- object_type str
- oper_speed str
- oper_state str
- oper_state_ strqual 
- owners Sequence[str]
- parent
GetEther Port Channel Parent 
- permission_resources Sequence[GetEther Port Channel Permission Resource] 
- port_channel_ floatid 
- registered_device GetEther Port Channel Registered Device 
- rn str
- role str
- str
- status str
- switch_id str
- 
Sequence[GetEther Port Channel Tag] 
- version_context GetEther Port Channel Version Context 
- id String
- results List<Property Map>
- accessVlan String
- accountMoid String
- additionalProperties String
- adminState String
- allowedVlans String
- ancestors List<Property Map>
- bandWidth String
- classId String
- createTime String
- description String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentSwitch Property MapCard 
- ipAddress String
- ipAddress NumberMask 
- ipv6SubnetCidr String
- macAddress String
- modTime String
- mode String
- moid String
- mtu Number
- name String
- nativeVlan String
- networkElement Property Map
- objectType String
- operSpeed String
- operState String
- operState StringQual 
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- portChannel NumberId 
- registeredDevice Property Map
- rn String
- role String
- String
- status String
- switchId String
- List<Property Map>
- versionContext Property Map
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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<GetEther Port Channel Result Ancestor> 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentSwitch List<GetCards Ether Port Channel Result Equipment Switch Card> 
- IpAddress string
- IP address of this port-channel.
- IpAddress doubleMask 
- 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<GetEther Port Channel Result Network Element> 
- ObjectType string
- OperSpeed string
- Operational speed of this port-channel.
- OperState string
- Operational state of this port-channel.
- OperState stringQual 
- Reason for this port-channel's Operational state.
- Owners List<string>
- Parents
List<GetEther Port Channel Result Parent> 
- PermissionResources List<GetEther Port Channel Result Permission Resource> 
- PortChannel doubleId 
- Unique identifier for this port-channel on the FI.
- RegisteredDevices List<GetEther Port Channel Result Registered Device> 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- This port-channel's configured role (uplink, server, etc.).
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Detailed status of this port-channel.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
List<GetEther Port Channel Result Tag> 
- VersionContexts List<GetEther Port Channel Result Version Context> 
- 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
[]GetEther Port Channel Result Ancestor 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentSwitch []GetCards Ether Port Channel Result Equipment Switch Card 
- IpAddress string
- IP address of this port-channel.
- IpAddress float64Mask 
- 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 []GetEther Port Channel Result Network Element 
- ObjectType string
- OperSpeed string
- Operational speed of this port-channel.
- OperState string
- Operational state of this port-channel.
- OperState stringQual 
- Reason for this port-channel's Operational state.
- Owners []string
- Parents
[]GetEther Port Channel Result Parent 
- PermissionResources []GetEther Port Channel Result Permission Resource 
- PortChannel float64Id 
- Unique identifier for this port-channel on the FI.
- RegisteredDevices []GetEther Port Channel Result Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- This port-channel's configured role (uplink, server, etc.).
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Detailed status of this port-channel.
- SwitchId string
- Switch Identifier that is local to a cluster.
- 
[]GetEther Port Channel Result Tag 
- VersionContexts []GetEther Port Channel Result Version Context 
- 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<GetEther Port Channel Result Ancestor> 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch List<GetCards Ether Port Channel Result Equipment Switch Card> 
- ipAddress String
- IP address of this port-channel.
- ipAddress DoubleMask 
- 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<GetEther Port Channel Result Network Element> 
- objectType String
- operSpeed String
- Operational speed of this port-channel.
- operState String
- Operational state of this port-channel.
- operState StringQual 
- Reason for this port-channel's Operational state.
- owners List<String>
- parents
List<GetEther Port Channel Result Parent> 
- permissionResources List<GetEther Port Channel Result Permission Resource> 
- portChannel DoubleId 
- Unique identifier for this port-channel on the FI.
- registeredDevices List<GetEther Port Channel Result Registered Device> 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- This port-channel's configured role (uplink, server, etc.).
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Detailed status of this port-channel.
- switchId String
- Switch Identifier that is local to a cluster.
- 
List<GetEther Port Channel Result Tag> 
- versionContexts List<GetEther Port Channel Result Version Context> 
- 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
GetEther Port Channel Result Ancestor[] 
- 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.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch GetCards Ether Port Channel Result Equipment Switch Card[] 
- ipAddress string
- IP address of this port-channel.
- ipAddress numberMask 
- 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 GetEther Port Channel Result Network Element[] 
- objectType string
- operSpeed string
- Operational speed of this port-channel.
- operState string
- Operational state of this port-channel.
- operState stringQual 
- Reason for this port-channel's Operational state.
- owners string[]
- parents
GetEther Port Channel Result Parent[] 
- permissionResources GetEther Port Channel Result Permission Resource[] 
- portChannel numberId 
- Unique identifier for this port-channel on the FI.
- registeredDevices GetEther Port Channel Result Registered Device[] 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- role string
- This port-channel's configured role (uplink, server, etc.).
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Detailed status of this port-channel.
- switchId string
- Switch Identifier that is local to a cluster.
- 
GetEther Port Channel Result Tag[] 
- versionContexts GetEther Port Channel Result Version Context[] 
- 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[GetEther Port Channel Result Ancestor] 
- 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_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_switch_ Sequence[Getcards Ether Port Channel Result Equipment Switch Card] 
- ip_address str
- IP address of this port-channel.
- ip_address_ floatmask 
- IP address mask of this port-channel.
- ipv6_subnet_ strcidr 
- 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[GetEther Port Channel Result Network Element] 
- object_type str
- oper_speed str
- Operational speed of this port-channel.
- oper_state str
- Operational state of this port-channel.
- oper_state_ strqual 
- Reason for this port-channel's Operational state.
- owners Sequence[str]
- parents
Sequence[GetEther Port Channel Result Parent] 
- permission_resources Sequence[GetEther Port Channel Result Permission Resource] 
- port_channel_ floatid 
- Unique identifier for this port-channel on the FI.
- registered_devices Sequence[GetEther Port Channel Result Registered Device] 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- role str
- This port-channel's configured role (uplink, server, etc.).
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Detailed status of this port-channel.
- switch_id str
- Switch Identifier that is local to a cluster.
- 
Sequence[GetEther Port Channel Result Tag] 
- version_contexts Sequence[GetEther Port Channel Result Version Context] 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentSwitch List<Property Map>Cards 
- ipAddress String
- IP address of this port-channel.
- ipAddress NumberMask 
- 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.
- operState StringQual 
- Reason for this port-channel's Operational state.
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- portChannel NumberId 
- Unique identifier for this port-channel on the FI.
- registeredDevices List<Property Map>
- rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- This port-channel's configured role (uplink, server, etc.).
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Detailed status of this port-channel.
- switchId String
- Switch Identifier that is local to a cluster.
- 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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetEtherPortChannelResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetEther Port Channel Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetEther Port Channel Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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<GetEther Port Channel Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetEther Port Channel Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetEther Port Channel Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetEther Port Channel Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetEther Port Channel Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetEther Port Channel Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetEther Port Channel Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetEther Port Channel Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetEther Port Channel Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetEther Port Channel Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet