intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getEtherPortChannel
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Ethernet port channels in a Fabric Interconnect are logical interfaces created by aggregating multiple physical Ethernet ports. This configuration enhances bandwidth, provides load balancing, and offers redundancy for network connections.
Using getEtherPortChannel
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEtherPortChannel(args: GetEtherPortChannelArgs, opts?: InvokeOptions): Promise<GetEtherPortChannelResult>
function getEtherPortChannelOutput(args: GetEtherPortChannelOutputArgs, opts?: InvokeOptions): Output<GetEtherPortChannelResult>
def get_ether_port_channel(access_vlan: Optional[str] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
admin_state: Optional[str] = None,
allowed_vlans: Optional[str] = None,
ancestors: Optional[Sequence[GetEtherPortChannelAncestor]] = None,
band_width: Optional[str] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
device_mo_id: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
equipment_switch_card: Optional[GetEtherPortChannelEquipmentSwitchCard] = None,
id: Optional[str] = None,
ip_address: Optional[str] = None,
ip_address_mask: Optional[float] = None,
ipv6_subnet_cidr: Optional[str] = None,
mac_address: Optional[str] = None,
mod_time: Optional[str] = None,
mode: Optional[str] = None,
moid: Optional[str] = None,
mtu: Optional[float] = None,
name: Optional[str] = None,
native_vlan: Optional[str] = None,
network_element: Optional[GetEtherPortChannelNetworkElement] = None,
object_type: Optional[str] = None,
oper_speed: Optional[str] = None,
oper_state: Optional[str] = None,
oper_state_qual: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetEtherPortChannelParent] = None,
permission_resources: Optional[Sequence[GetEtherPortChannelPermissionResource]] = None,
port_channel_id: Optional[float] = None,
registered_device: Optional[GetEtherPortChannelRegisteredDevice] = None,
rn: Optional[str] = None,
role: Optional[str] = None,
shared_scope: Optional[str] = None,
status: Optional[str] = None,
switch_id: Optional[str] = None,
tags: Optional[Sequence[GetEtherPortChannelTag]] = None,
version_context: Optional[GetEtherPortChannelVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetEtherPortChannelResult
def get_ether_port_channel_output(access_vlan: Optional[pulumi.Input[str]] = None,
account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
admin_state: Optional[pulumi.Input[str]] = None,
allowed_vlans: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherPortChannelAncestorArgs]]]] = None,
band_width: Optional[pulumi.Input[str]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
device_mo_id: Optional[pulumi.Input[str]] = None,
dn: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
equipment_switch_card: Optional[pulumi.Input[GetEtherPortChannelEquipmentSwitchCardArgs]] = None,
id: Optional[pulumi.Input[str]] = None,
ip_address: Optional[pulumi.Input[str]] = None,
ip_address_mask: Optional[pulumi.Input[float]] = None,
ipv6_subnet_cidr: Optional[pulumi.Input[str]] = None,
mac_address: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
mode: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
mtu: Optional[pulumi.Input[float]] = None,
name: Optional[pulumi.Input[str]] = None,
native_vlan: Optional[pulumi.Input[str]] = None,
network_element: Optional[pulumi.Input[GetEtherPortChannelNetworkElementArgs]] = None,
object_type: Optional[pulumi.Input[str]] = None,
oper_speed: Optional[pulumi.Input[str]] = None,
oper_state: Optional[pulumi.Input[str]] = None,
oper_state_qual: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetEtherPortChannelParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherPortChannelPermissionResourceArgs]]]] = None,
port_channel_id: Optional[pulumi.Input[float]] = None,
registered_device: Optional[pulumi.Input[GetEtherPortChannelRegisteredDeviceArgs]] = None,
rn: Optional[pulumi.Input[str]] = None,
role: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
switch_id: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherPortChannelTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetEtherPortChannelVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEtherPortChannelResult]
func LookupEtherPortChannel(ctx *Context, args *LookupEtherPortChannelArgs, opts ...InvokeOption) (*LookupEtherPortChannelResult, error)
func LookupEtherPortChannelOutput(ctx *Context, args *LookupEtherPortChannelOutputArgs, opts ...InvokeOption) LookupEtherPortChannelResultOutput
> Note: This function is named LookupEtherPortChannel
in the Go SDK.
public static class GetEtherPortChannel
{
public static Task<GetEtherPortChannelResult> InvokeAsync(GetEtherPortChannelArgs args, InvokeOptions? opts = null)
public static Output<GetEtherPortChannelResult> Invoke(GetEtherPortChannelInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEtherPortChannelResult> getEtherPortChannel(GetEtherPortChannelArgs args, InvokeOptions options)
public static Output<GetEtherPortChannelResult> getEtherPortChannel(GetEtherPortChannelArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getEtherPortChannel:getEtherPortChannel
arguments:
# arguments dictionary
The following arguments are supported:
- Access
Vlan string - Access VLANs for this port-channel, on this FI.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
State string - Administratively configured state (enabled/disabled) for this port-channel.
- Allowed
Vlans string - Allowed VLANs on this port-channel, on this FI.
- Ancestors
List<Get
Ether Port Channel Ancestor> - Band
Width string - Bandwidth of this port-channel.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of this port-channel.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Switch GetCard Ether Port Channel Equipment Switch Card - Id string
- Ip
Address string - IP address of this port-channel.
- Ip
Address doubleMask - IP address mask of this port-channel.
- Ipv6Subnet
Cidr string - IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
- Mac
Address string - MAC address of this port-channel.
- Mod
Time 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.
- Native
Vlan string - Native VLAN for this port-channel, on this FI.
- Network
Element GetEther Port Channel Network Element - Object
Type string - Oper
Speed string - Operational speed of this port-channel.
- Oper
State string - Operational state of this port-channel.
- Oper
State stringQual - Reason for this port-channel's Operational state.
- Owners List<string>
- Parent
Get
Ether Port Channel Parent - Permission
Resources List<GetEther Port Channel Permission Resource> - Port
Channel doubleId - Unique identifier for this port-channel on the FI.
- Registered
Device 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.
- Switch
Id string - Switch Identifier that is local to a cluster.
- List<Get
Ether Port Channel Tag> - Version
Context GetEther Port Channel Version Context
- Access
Vlan string - Access VLANs for this port-channel, on this FI.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
State string - Administratively configured state (enabled/disabled) for this port-channel.
- Allowed
Vlans string - Allowed VLANs on this port-channel, on this FI.
- Ancestors
[]Get
Ether Port Channel Ancestor - Band
Width string - Bandwidth of this port-channel.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of this port-channel.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Switch GetCard Ether Port Channel Equipment Switch Card - Id string
- Ip
Address string - IP address of this port-channel.
- Ip
Address float64Mask - IP address mask of this port-channel.
- Ipv6Subnet
Cidr string - IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
- Mac
Address string - MAC address of this port-channel.
- Mod
Time 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.
- Native
Vlan string - Native VLAN for this port-channel, on this FI.
- Network
Element GetEther Port Channel Network Element - Object
Type string - Oper
Speed string - Operational speed of this port-channel.
- Oper
State string - Operational state of this port-channel.
- Oper
State stringQual - Reason for this port-channel's Operational state.
- Owners []string
- Parent
Get
Ether Port Channel Parent - Permission
Resources []GetEther Port Channel Permission Resource - Port
Channel float64Id - Unique identifier for this port-channel on the FI.
- Registered
Device 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.
- Switch
Id string - Switch Identifier that is local to a cluster.
- []Get
Ether Port Channel Tag - Version
Context GetEther Port Channel Version Context
- access
Vlan String - Access VLANs for this port-channel, on this FI.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
State String - Administratively configured state (enabled/disabled) for this port-channel.
- allowed
Vlans String - Allowed VLANs on this port-channel, on this FI.
- ancestors
List<Get
Ether Port Channel Ancestor> - band
Width String - Bandwidth of this port-channel.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of this port-channel.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Switch GetCard Ether Port Channel Equipment Switch Card - id String
- ip
Address String - IP address of this port-channel.
- ip
Address DoubleMask - IP address mask of this port-channel.
- ipv6Subnet
Cidr String - IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
- mac
Address String - MAC address of this port-channel.
- mod
Time 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.
- native
Vlan String - Native VLAN for this port-channel, on this FI.
- network
Element GetEther Port Channel Network Element - object
Type String - oper
Speed String - Operational speed of this port-channel.
- oper
State String - Operational state of this port-channel.
- oper
State StringQual - Reason for this port-channel's Operational state.
- owners List<String>
- parent
Get
Ether Port Channel Parent - permission
Resources List<GetEther Port Channel Permission Resource> - port
Channel DoubleId - Unique identifier for this port-channel on the FI.
- registered
Device 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.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Get
Ether Port Channel Tag> - version
Context GetEther Port Channel Version Context
- access
Vlan string - Access VLANs for this port-channel, on this FI.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
State string - Administratively configured state (enabled/disabled) for this port-channel.
- allowed
Vlans string - Allowed VLANs on this port-channel, on this FI.
- ancestors
Get
Ether Port Channel Ancestor[] - band
Width string - Bandwidth of this port-channel.
- class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of this port-channel.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- equipment
Switch GetCard Ether Port Channel Equipment Switch Card - id string
- ip
Address string - IP address of this port-channel.
- ip
Address numberMask - IP address mask of this port-channel.
- ipv6Subnet
Cidr string - IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
- mac
Address string - MAC address of this port-channel.
- mod
Time 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.
- native
Vlan string - Native VLAN for this port-channel, on this FI.
- network
Element GetEther Port Channel Network Element - object
Type string - oper
Speed string - Operational speed of this port-channel.
- oper
State string - Operational state of this port-channel.
- oper
State stringQual - Reason for this port-channel's Operational state.
- owners string[]
- parent
Get
Ether Port Channel Parent - permission
Resources GetEther Port Channel Permission Resource[] - port
Channel numberId - Unique identifier for this port-channel on the FI.
- registered
Device 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.
- switch
Id string - Switch Identifier that is local to a cluster.
- Get
Ether Port Channel Tag[] - version
Context 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[Get
Ether 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
Get
Ether 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[Get
Ether Port Channel Tag] - version_
context GetEther Port Channel Version Context
- access
Vlan String - Access VLANs for this port-channel, on this FI.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
State String - Administratively configured state (enabled/disabled) for this port-channel.
- allowed
Vlans String - Allowed VLANs on this port-channel, on this FI.
- ancestors List<Property Map>
- band
Width String - Bandwidth of this port-channel.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of this port-channel.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Switch Property MapCard - id String
- ip
Address String - IP address of this port-channel.
- ip
Address NumberMask - IP address mask of this port-channel.
- ipv6Subnet
Cidr String - IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
- mac
Address String - MAC address of this port-channel.
- mod
Time 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.
- native
Vlan String - Native VLAN for this port-channel, on this FI.
- network
Element Property Map - object
Type String - oper
Speed String - Operational speed of this port-channel.
- oper
State String - Operational state of this port-channel.
- oper
State StringQual - Reason for this port-channel's Operational state.
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - port
Channel NumberId - Unique identifier for this port-channel on the FI.
- registered
Device 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.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Property Map>
- version
Context Property Map
getEtherPortChannel Result
The following output properties are available:
- Id string
- Results
List<Get
Ether Port Channel Result> - Access
Vlan string - Account
Moid string - Additional
Properties string - Admin
State string - Allowed
Vlans string - Ancestors
List<Get
Ether Port Channel Ancestor> - Band
Width string - Class
Id string - Create
Time string - Description string
- Device
Mo stringId - Dn string
- Domain
Group stringMoid - Equipment
Switch GetCard Ether Port Channel Equipment Switch Card - Ip
Address string - Ip
Address doubleMask - Ipv6Subnet
Cidr string - Mac
Address string - Mod
Time string - Mode string
- Moid string
- Mtu double
- Name string
- Native
Vlan string - Network
Element GetEther Port Channel Network Element - Object
Type string - Oper
Speed string - Oper
State string - Oper
State stringQual - Owners List<string>
- Parent
Get
Ether Port Channel Parent - Permission
Resources List<GetEther Port Channel Permission Resource> - Port
Channel doubleId - Registered
Device GetEther Port Channel Registered Device - Rn string
- Role string
- string
- Status string
- Switch
Id string - List<Get
Ether Port Channel Tag> - Version
Context GetEther Port Channel Version Context
- Id string
- Results
[]Get
Ether Port Channel Result - Access
Vlan string - Account
Moid string - Additional
Properties string - Admin
State string - Allowed
Vlans string - Ancestors
[]Get
Ether Port Channel Ancestor - Band
Width string - Class
Id string - Create
Time string - Description string
- Device
Mo stringId - Dn string
- Domain
Group stringMoid - Equipment
Switch GetCard Ether Port Channel Equipment Switch Card - Ip
Address string - Ip
Address float64Mask - Ipv6Subnet
Cidr string - Mac
Address string - Mod
Time string - Mode string
- Moid string
- Mtu float64
- Name string
- Native
Vlan string - Network
Element GetEther Port Channel Network Element - Object
Type string - Oper
Speed string - Oper
State string - Oper
State stringQual - Owners []string
- Parent
Get
Ether Port Channel Parent - Permission
Resources []GetEther Port Channel Permission Resource - Port
Channel float64Id - Registered
Device GetEther Port Channel Registered Device - Rn string
- Role string
- string
- Status string
- Switch
Id string - []Get
Ether Port Channel Tag - Version
Context GetEther Port Channel Version Context
- id String
- results
List<Get
Ether Port Channel Result> - access
Vlan String - account
Moid String - additional
Properties String - admin
State String - allowed
Vlans String - ancestors
List<Get
Ether Port Channel Ancestor> - band
Width String - class
Id String - create
Time String - description String
- device
Mo StringId - dn String
- domain
Group StringMoid - equipment
Switch GetCard Ether Port Channel Equipment Switch Card - ip
Address String - ip
Address DoubleMask - ipv6Subnet
Cidr String - mac
Address String - mod
Time String - mode String
- moid String
- mtu Double
- name String
- native
Vlan String - network
Element GetEther Port Channel Network Element - object
Type String - oper
Speed String - oper
State String - oper
State StringQual - owners List<String>
- parent
Get
Ether Port Channel Parent - permission
Resources List<GetEther Port Channel Permission Resource> - port
Channel DoubleId - registered
Device GetEther Port Channel Registered Device - rn String
- role String
- String
- status String
- switch
Id String - List<Get
Ether Port Channel Tag> - version
Context GetEther Port Channel Version Context
- id string
- results
Get
Ether Port Channel Result[] - access
Vlan string - account
Moid string - additional
Properties string - admin
State string - allowed
Vlans string - ancestors
Get
Ether Port Channel Ancestor[] - band
Width string - class
Id string - create
Time string - description string
- device
Mo stringId - dn string
- domain
Group stringMoid - equipment
Switch GetCard Ether Port Channel Equipment Switch Card - ip
Address string - ip
Address numberMask - ipv6Subnet
Cidr string - mac
Address string - mod
Time string - mode string
- moid string
- mtu number
- name string
- native
Vlan string - network
Element GetEther Port Channel Network Element - object
Type string - oper
Speed string - oper
State string - oper
State stringQual - owners string[]
- parent
Get
Ether Port Channel Parent - permission
Resources GetEther Port Channel Permission Resource[] - port
Channel numberId - registered
Device GetEther Port Channel Registered Device - rn string
- role string
- string
- status string
- switch
Id string - Get
Ether Port Channel Tag[] - version
Context GetEther Port Channel Version Context
- id str
- results
Sequence[Get
Ether Port Channel Result] - access_
vlan str - account_
moid str - additional_
properties str - admin_
state str - allowed_
vlans str - ancestors
Sequence[Get
Ether 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
Get
Ether 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[Get
Ether Port Channel Tag] - version_
context GetEther Port Channel Version Context
- id String
- results List<Property Map>
- access
Vlan String - account
Moid String - additional
Properties String - admin
State String - allowed
Vlans String - ancestors List<Property Map>
- band
Width String - class
Id String - create
Time String - description String
- device
Mo StringId - dn String
- domain
Group StringMoid - equipment
Switch Property MapCard - ip
Address String - ip
Address NumberMask - ipv6Subnet
Cidr String - mac
Address String - mod
Time String - mode String
- moid String
- mtu Number
- name String
- native
Vlan String - network
Element Property Map - object
Type String - oper
Speed String - oper
State String - oper
State StringQual - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - port
Channel NumberId - registered
Device Property Map - rn String
- role String
- String
- status String
- switch
Id String - List<Property Map>
- version
Context Property Map
Supporting Types
GetEtherPortChannelAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Access
Vlan string - Access VLANs for this port-channel, on this FI.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
State string - Administratively configured state (enabled/disabled) for this port-channel.
- Allowed
Vlans string - Allowed VLANs on this port-channel, on this FI.
- Ancestors
List<Get
Ether Port Channel Result Ancestor> - Band
Width string - Bandwidth of this port-channel.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of this port-channel.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Switch List<GetCards Ether Port Channel Result Equipment Switch Card> - Ip
Address string - IP address of this port-channel.
- Ip
Address doubleMask - IP address mask of this port-channel.
- Ipv6Subnet
Cidr string - IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
- Mac
Address string - MAC address of this port-channel.
- Mod
Time 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.
- Native
Vlan string - Native VLAN for this port-channel, on this FI.
- Network
Elements List<GetEther Port Channel Result Network Element> - Object
Type string - Oper
Speed string - Operational speed of this port-channel.
- Oper
State string - Operational state of this port-channel.
- Oper
State stringQual - Reason for this port-channel's Operational state.
- Owners List<string>
- Parents
List<Get
Ether Port Channel Result Parent> - Permission
Resources List<GetEther Port Channel Result Permission Resource> - Port
Channel doubleId - Unique identifier for this port-channel on the FI.
- Registered
Devices 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.
- Switch
Id string - Switch Identifier that is local to a cluster.
- List<Get
Ether Port Channel Result Tag> - Version
Contexts List<GetEther Port Channel Result Version Context>
- Access
Vlan string - Access VLANs for this port-channel, on this FI.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
State string - Administratively configured state (enabled/disabled) for this port-channel.
- Allowed
Vlans string - Allowed VLANs on this port-channel, on this FI.
- Ancestors
[]Get
Ether Port Channel Result Ancestor - Band
Width string - Bandwidth of this port-channel.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of this port-channel.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Switch []GetCards Ether Port Channel Result Equipment Switch Card - Ip
Address string - IP address of this port-channel.
- Ip
Address float64Mask - IP address mask of this port-channel.
- Ipv6Subnet
Cidr string - IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
- Mac
Address string - MAC address of this port-channel.
- Mod
Time 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.
- Native
Vlan string - Native VLAN for this port-channel, on this FI.
- Network
Elements []GetEther Port Channel Result Network Element - Object
Type string - Oper
Speed string - Operational speed of this port-channel.
- Oper
State string - Operational state of this port-channel.
- Oper
State stringQual - Reason for this port-channel's Operational state.
- Owners []string
- Parents
[]Get
Ether Port Channel Result Parent - Permission
Resources []GetEther Port Channel Result Permission Resource - Port
Channel float64Id - Unique identifier for this port-channel on the FI.
- Registered
Devices []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.
- Switch
Id string - Switch Identifier that is local to a cluster.
- []Get
Ether Port Channel Result Tag - Version
Contexts []GetEther Port Channel Result Version Context
- access
Vlan String - Access VLANs for this port-channel, on this FI.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
State String - Administratively configured state (enabled/disabled) for this port-channel.
- allowed
Vlans String - Allowed VLANs on this port-channel, on this FI.
- ancestors
List<Get
Ether Port Channel Result Ancestor> - band
Width String - Bandwidth of this port-channel.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of this port-channel.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Switch List<GetCards Ether Port Channel Result Equipment Switch Card> - ip
Address String - IP address of this port-channel.
- ip
Address DoubleMask - IP address mask of this port-channel.
- ipv6Subnet
Cidr String - IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
- mac
Address String - MAC address of this port-channel.
- mod
Time 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.
- native
Vlan String - Native VLAN for this port-channel, on this FI.
- network
Elements List<GetEther Port Channel Result Network Element> - object
Type String - oper
Speed String - Operational speed of this port-channel.
- oper
State String - Operational state of this port-channel.
- oper
State StringQual - Reason for this port-channel's Operational state.
- owners List<String>
- parents
List<Get
Ether Port Channel Result Parent> - permission
Resources List<GetEther Port Channel Result Permission Resource> - port
Channel DoubleId - Unique identifier for this port-channel on the FI.
- registered
Devices 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.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Get
Ether Port Channel Result Tag> - version
Contexts List<GetEther Port Channel Result Version Context>
- access
Vlan string - Access VLANs for this port-channel, on this FI.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
State string - Administratively configured state (enabled/disabled) for this port-channel.
- allowed
Vlans string - Allowed VLANs on this port-channel, on this FI.
- ancestors
Get
Ether Port Channel Result Ancestor[] - band
Width string - Bandwidth of this port-channel.
- class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of this port-channel.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- equipment
Switch GetCards Ether Port Channel Result Equipment Switch Card[] - ip
Address string - IP address of this port-channel.
- ip
Address numberMask - IP address mask of this port-channel.
- ipv6Subnet
Cidr string - IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
- mac
Address string - MAC address of this port-channel.
- mod
Time 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.
- native
Vlan string - Native VLAN for this port-channel, on this FI.
- network
Elements GetEther Port Channel Result Network Element[] - object
Type string - oper
Speed string - Operational speed of this port-channel.
- oper
State string - Operational state of this port-channel.
- oper
State stringQual - Reason for this port-channel's Operational state.
- owners string[]
- parents
Get
Ether Port Channel Result Parent[] - permission
Resources GetEther Port Channel Result Permission Resource[] - port
Channel numberId - Unique identifier for this port-channel on the FI.
- registered
Devices 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.
- switch
Id string - Switch Identifier that is local to a cluster.
- Get
Ether Port Channel Result Tag[] - version
Contexts 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[Get
Ether 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[Get
Ether 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[Get
Ether Port Channel Result Tag] - version_
contexts Sequence[GetEther Port Channel Result Version Context]
- access
Vlan String - Access VLANs for this port-channel, on this FI.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
State String - Administratively configured state (enabled/disabled) for this port-channel.
- allowed
Vlans String - Allowed VLANs on this port-channel, on this FI.
- ancestors List<Property Map>
- band
Width String - Bandwidth of this port-channel.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of this port-channel.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Switch List<Property Map>Cards - ip
Address String - IP address of this port-channel.
- ip
Address NumberMask - IP address mask of this port-channel.
- ipv6Subnet
Cidr String - IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.
- mac
Address String - MAC address of this port-channel.
- mod
Time 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.
- native
Vlan String - Native VLAN for this port-channel, on this FI.
- network
Elements List<Property Map> - object
Type String - oper
Speed String - Operational speed of this port-channel.
- oper
State String - Operational state of this port-channel.
- oper
State StringQual - Reason for this port-channel's Operational state.
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - port
Channel NumberId - Unique identifier for this port-channel on the FI.
- registered
Devices 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.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Property Map>
- version
Contexts List<Property Map>
GetEtherPortChannelResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEtherPortChannelResultEquipmentSwitchCard
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEtherPortChannelResultNetworkElement
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEtherPortChannelResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEtherPortChannelResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEtherPortChannelResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEtherPortChannelResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetEtherPortChannelResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetEther Port Channel Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetEther Port Channel Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetEtherPortChannelResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEtherPortChannelResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEtherPortChannelTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetEtherPortChannelVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetEther Port Channel Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - 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 String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetEther Port Channel Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - 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 string
- The time this versioned Managed Object was created.
- version
Type 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.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet