Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
An Inter-Switch Port (ISP) represents the port which connects the two switches. In the context of Unified Edge, an ISP typically refers to the connection between two eCMCs in a chassis. This link provides redundancy for network connectivity.
Using getEtherInterSwitchPort
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 getEtherInterSwitchPort(args: GetEtherInterSwitchPortArgs, opts?: InvokeOptions): Promise<GetEtherInterSwitchPortResult>
function getEtherInterSwitchPortOutput(args: GetEtherInterSwitchPortOutputArgs, opts?: InvokeOutputOptions): Output<GetEtherInterSwitchPortResult>def get_ether_inter_switch_port(access_vlan: Optional[str] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
admin_fec: Optional[str] = None,
admin_state: Optional[str] = None,
allowed_vlans: Optional[str] = None,
ancestors: Optional[Sequence[GetEtherInterSwitchPortAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
device_mo_id: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
equipment_switch_card: Optional[GetEtherInterSwitchPortEquipmentSwitchCard] = None,
id: Optional[str] = None,
mac_address: Optional[str] = None,
mod_time: Optional[str] = None,
mode: Optional[str] = None,
moid: Optional[str] = None,
native_vlan: Optional[str] = None,
object_type: Optional[str] = None,
oper_fec: Optional[str] = None,
oper_speed: Optional[str] = None,
oper_state: Optional[str] = None,
oper_state_qual: Optional[str] = None,
oper_vlans: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetEtherInterSwitchPortParent] = None,
peer_dn: Optional[str] = None,
peer_interface: Optional[GetEtherInterSwitchPortPeerInterface] = None,
permission_resources: Optional[Sequence[GetEtherInterSwitchPortPermissionResource]] = None,
port_id: Optional[float] = None,
port_name: Optional[str] = None,
registered_device: Optional[GetEtherInterSwitchPortRegisteredDevice] = None,
rn: Optional[str] = None,
role: Optional[str] = None,
shared_scope: Optional[str] = None,
slot_id: Optional[float] = None,
speed: Optional[str] = None,
switch_id: Optional[str] = None,
tags: Optional[Sequence[GetEtherInterSwitchPortTag]] = None,
version_context: Optional[GetEtherInterSwitchPortVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetEtherInterSwitchPortResult
def get_ether_inter_switch_port_output(access_vlan: pulumi.Input[Optional[str]] = None,
account_moid: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
admin_fec: pulumi.Input[Optional[str]] = None,
admin_state: pulumi.Input[Optional[str]] = None,
allowed_vlans: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetEtherInterSwitchPortAncestorArgs]]]] = None,
class_id: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
device_mo_id: pulumi.Input[Optional[str]] = None,
dn: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
equipment_switch_card: pulumi.Input[Optional[GetEtherInterSwitchPortEquipmentSwitchCardArgs]] = None,
id: pulumi.Input[Optional[str]] = None,
mac_address: pulumi.Input[Optional[str]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
mode: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
native_vlan: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
oper_fec: pulumi.Input[Optional[str]] = None,
oper_speed: pulumi.Input[Optional[str]] = None,
oper_state: pulumi.Input[Optional[str]] = None,
oper_state_qual: pulumi.Input[Optional[str]] = None,
oper_vlans: pulumi.Input[Optional[str]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetEtherInterSwitchPortParentArgs]] = None,
peer_dn: pulumi.Input[Optional[str]] = None,
peer_interface: pulumi.Input[Optional[GetEtherInterSwitchPortPeerInterfaceArgs]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetEtherInterSwitchPortPermissionResourceArgs]]]] = None,
port_id: pulumi.Input[Optional[float]] = None,
port_name: pulumi.Input[Optional[str]] = None,
registered_device: pulumi.Input[Optional[GetEtherInterSwitchPortRegisteredDeviceArgs]] = None,
rn: pulumi.Input[Optional[str]] = None,
role: pulumi.Input[Optional[str]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
slot_id: pulumi.Input[Optional[float]] = None,
speed: pulumi.Input[Optional[str]] = None,
switch_id: pulumi.Input[Optional[str]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetEtherInterSwitchPortTagArgs]]]] = None,
version_context: pulumi.Input[Optional[GetEtherInterSwitchPortVersionContextArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetEtherInterSwitchPortResult]func LookupEtherInterSwitchPort(ctx *Context, args *LookupEtherInterSwitchPortArgs, opts ...InvokeOption) (*LookupEtherInterSwitchPortResult, error)
func LookupEtherInterSwitchPortOutput(ctx *Context, args *LookupEtherInterSwitchPortOutputArgs, opts ...InvokeOption) LookupEtherInterSwitchPortResultOutput> Note: This function is named LookupEtherInterSwitchPort in the Go SDK.
public static class GetEtherInterSwitchPort
{
public static Task<GetEtherInterSwitchPortResult> InvokeAsync(GetEtherInterSwitchPortArgs args, InvokeOptions? opts = null)
public static Output<GetEtherInterSwitchPortResult> Invoke(GetEtherInterSwitchPortInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetEtherInterSwitchPortResult> Invoke(GetEtherInterSwitchPortInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetEtherInterSwitchPortResult> getEtherInterSwitchPort(GetEtherInterSwitchPortArgs args, InvokeOptions options)
public static Output<GetEtherInterSwitchPortResult> getEtherInterSwitchPort(GetEtherInterSwitchPortArgs args, InvokeOptions options)
public static Output<GetEtherInterSwitchPortResult> getEtherInterSwitchPort(GetEtherInterSwitchPortArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getEtherInterSwitchPort:getEtherInterSwitchPort
arguments:
# arguments dictionarydata "intersight_get_ether_inter_switch_port" "name" {
# arguments
}The following arguments are supported:
- Access
Vlan string - Access VLAN for this port.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Fec string - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - Admin
State string - Administratively configured state (enabled/disabled) for this port.
- Allowed
Vlans string - Allowed VLANs on this port.
- Ancestors
List<Get
Ether Inter Switch Port Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- 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 Inter Switch Port Equipment Switch Card - Id string
- Mac
Address string - Mac Address of a port in the Fabric Interconnect.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Operating mode of this port.
- Moid string
- The unique identifier of this Managed Object instance.
- Native
Vlan string - Native VLAN for this port.
- Object
Type string - Oper
Fec string - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - Oper
Speed string - Current Operational speed for this port.
- Oper
State string - Operational state of this port (enabled/disabled).
- Oper
State stringQual - Reason for this port's Operational state.
- Oper
Vlans string - Operational VLANs on this port.
- Owners List<string>
- Parent
Get
Ether Inter Switch Port Parent - Peer
Dn string - PeerDn for ethernet physical port.
- Peer
Interface GetEther Inter Switch Port Peer Interface - Permission
Resources List<GetEther Inter Switch Port Permission Resource> - Port
Id double - Switch physical port identifier.
- Port
Name string - Switch physical port name.
- Registered
Device GetEther Inter Switch Port Registered Device - Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- The role assigned to this port.
- 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.
- Slot
Id double - Switch expansion slot module identifier.
- Speed string
- Speed of the inter switch link.
- Switch
Id string - Switch Identifier that is local to a cluster.
-
List<Get
Ether Inter Switch Port Tag> - Version
Context GetEther Inter Switch Port Version Context
- Access
Vlan string - Access VLAN for this port.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Fec string - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - Admin
State string - Administratively configured state (enabled/disabled) for this port.
- Allowed
Vlans string - Allowed VLANs on this port.
- Ancestors
[]Get
Ether Inter Switch Port Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- 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 Inter Switch Port Equipment Switch Card - Id string
- Mac
Address string - Mac Address of a port in the Fabric Interconnect.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Operating mode of this port.
- Moid string
- The unique identifier of this Managed Object instance.
- Native
Vlan string - Native VLAN for this port.
- Object
Type string - Oper
Fec string - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - Oper
Speed string - Current Operational speed for this port.
- Oper
State string - Operational state of this port (enabled/disabled).
- Oper
State stringQual - Reason for this port's Operational state.
- Oper
Vlans string - Operational VLANs on this port.
- Owners []string
- Parent
Get
Ether Inter Switch Port Parent - Peer
Dn string - PeerDn for ethernet physical port.
- Peer
Interface GetEther Inter Switch Port Peer Interface - Permission
Resources []GetEther Inter Switch Port Permission Resource - Port
Id float64 - Switch physical port identifier.
- Port
Name string - Switch physical port name.
- Registered
Device GetEther Inter Switch Port Registered Device - Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- The role assigned to this port.
- 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.
- Slot
Id float64 - Switch expansion slot module identifier.
- Speed string
- Speed of the inter switch link.
- Switch
Id string - Switch Identifier that is local to a cluster.
-
[]Get
Ether Inter Switch Port Tag - Version
Context GetEther Inter Switch Port Version Context
- access_
vlan string - Access VLAN for this port.
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - admin_
fec string - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - admin_
state string - Administratively configured state (enabled/disabled) for this port.
- allowed_
vlans string - Allowed VLANs on this port.
- ancestors list(object)
- class_
id string - create_
time string - The time when this managed object was created.
- 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_ objectcard - id string
- mac_
address string - Mac Address of a port in the Fabric Interconnect.
- mod_
time string - The time when this managed object was last modified.
- mode string
- Operating mode of this port.
- moid string
- The unique identifier of this Managed Object instance.
- native_
vlan string - Native VLAN for this port.
- object_
type string - oper_
fec string - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - oper_
speed string - Current Operational speed for this port.
- oper_
state string - Operational state of this port (enabled/disabled).
- oper_
state_ stringqual - Reason for this port's Operational state.
- oper_
vlans string - Operational VLANs on this port.
- owners list(string)
- parent object
- peer_
dn string - PeerDn for ethernet physical port.
- peer_
interface object - permission_
resources list(object) - port_
id number - Switch physical port identifier.
- port_
name string - Switch physical port name.
- registered_
device object - rn string
- The Relative Name uniquely identifies an object within a given context.
- role string
- The role assigned to this port.
- 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.
- slot_
id number - Switch expansion slot module identifier.
- speed string
- Speed of the inter switch link.
- switch_
id string - Switch Identifier that is local to a cluster.
- list(object)
- version_
context object
- access
Vlan String - Access VLAN for this port.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Fec String - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - admin
State String - Administratively configured state (enabled/disabled) for this port.
- allowed
Vlans String - Allowed VLANs on this port.
- ancestors
List<Get
Ether Inter Switch Port Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- 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 Inter Switch Port Equipment Switch Card - id String
- mac
Address String - Mac Address of a port in the Fabric Interconnect.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Operating mode of this port.
- moid String
- The unique identifier of this Managed Object instance.
- native
Vlan String - Native VLAN for this port.
- object
Type String - oper
Fec String - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - oper
Speed String - Current Operational speed for this port.
- oper
State String - Operational state of this port (enabled/disabled).
- oper
State StringQual - Reason for this port's Operational state.
- oper
Vlans String - Operational VLANs on this port.
- owners List<String>
- parent
Get
Ether Inter Switch Port Parent - peer
Dn String - PeerDn for ethernet physical port.
- peer
Interface GetEther Inter Switch Port Peer Interface - permission
Resources List<GetEther Inter Switch Port Permission Resource> - port
Id Double - Switch physical port identifier.
- port
Name String - Switch physical port name.
- registered
Device GetEther Inter Switch Port Registered Device - rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- The role assigned to this port.
- 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.
- slot
Id Double - Switch expansion slot module identifier.
- speed String
- Speed of the inter switch link.
- switch
Id String - Switch Identifier that is local to a cluster.
-
List<Get
Ether Inter Switch Port Tag> - version
Context GetEther Inter Switch Port Version Context
- access
Vlan string - Access VLAN for this port.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Fec string - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - admin
State string - Administratively configured state (enabled/disabled) for this port.
- allowed
Vlans string - Allowed VLANs on this port.
- ancestors
Get
Ether Inter Switch Port Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- 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 Inter Switch Port Equipment Switch Card - id string
- mac
Address string - Mac Address of a port in the Fabric Interconnect.
- mod
Time string - The time when this managed object was last modified.
- mode string
- Operating mode of this port.
- moid string
- The unique identifier of this Managed Object instance.
- native
Vlan string - Native VLAN for this port.
- object
Type string - oper
Fec string - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - oper
Speed string - Current Operational speed for this port.
- oper
State string - Operational state of this port (enabled/disabled).
- oper
State stringQual - Reason for this port's Operational state.
- oper
Vlans string - Operational VLANs on this port.
- owners string[]
- parent
Get
Ether Inter Switch Port Parent - peer
Dn string - PeerDn for ethernet physical port.
- peer
Interface GetEther Inter Switch Port Peer Interface - permission
Resources GetEther Inter Switch Port Permission Resource[] - port
Id number - Switch physical port identifier.
- port
Name string - Switch physical port name.
- registered
Device GetEther Inter Switch Port Registered Device - rn string
- The Relative Name uniquely identifies an object within a given context.
- role string
- The role assigned to this port.
- 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.
- slot
Id number - Switch expansion slot module identifier.
- speed string
- Speed of the inter switch link.
- switch
Id string - Switch Identifier that is local to a cluster.
-
Get
Ether Inter Switch Port Tag[] - version
Context GetEther Inter Switch Port Version Context
- access_
vlan str - Access VLAN for this port.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - admin_
fec str - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - admin_
state str - Administratively configured state (enabled/disabled) for this port.
- allowed_
vlans str - Allowed VLANs on this port.
- ancestors
Sequence[Get
Ether Inter Switch Port Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- device_
mo_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- equipment_
switch_ Getcard Ether Inter Switch Port Equipment Switch Card - id str
- mac_
address str - Mac Address of a port in the Fabric Interconnect.
- mod_
time str - The time when this managed object was last modified.
- mode str
- Operating mode of this port.
- moid str
- The unique identifier of this Managed Object instance.
- native_
vlan str - Native VLAN for this port.
- object_
type str - oper_
fec str - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - oper_
speed str - Current Operational speed for this port.
- oper_
state str - Operational state of this port (enabled/disabled).
- oper_
state_ strqual - Reason for this port's Operational state.
- oper_
vlans str - Operational VLANs on this port.
- owners Sequence[str]
- parent
Get
Ether Inter Switch Port Parent - peer_
dn str - PeerDn for ethernet physical port.
- peer_
interface GetEther Inter Switch Port Peer Interface - permission_
resources Sequence[GetEther Inter Switch Port Permission Resource] - port_
id float - Switch physical port identifier.
- port_
name str - Switch physical port name.
- registered_
device GetEther Inter Switch Port Registered Device - rn str
- The Relative Name uniquely identifies an object within a given context.
- role str
- The role assigned to this port.
- 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.
- slot_
id float - Switch expansion slot module identifier.
- speed str
- Speed of the inter switch link.
- switch_
id str - Switch Identifier that is local to a cluster.
-
Sequence[Get
Ether Inter Switch Port Tag] - version_
context GetEther Inter Switch Port Version Context
- access
Vlan String - Access VLAN for this port.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Fec String - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - admin
State String - Administratively configured state (enabled/disabled) for this port.
- allowed
Vlans String - Allowed VLANs on this port.
- ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- 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
- mac
Address String - Mac Address of a port in the Fabric Interconnect.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Operating mode of this port.
- moid String
- The unique identifier of this Managed Object instance.
- native
Vlan String - Native VLAN for this port.
- object
Type String - oper
Fec String - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - oper
Speed String - Current Operational speed for this port.
- oper
State String - Operational state of this port (enabled/disabled).
- oper
State StringQual - Reason for this port's Operational state.
- oper
Vlans String - Operational VLANs on this port.
- owners List<String>
- parent Property Map
- peer
Dn String - PeerDn for ethernet physical port.
- peer
Interface Property Map - permission
Resources List<Property Map> - port
Id Number - Switch physical port identifier.
- port
Name String - Switch physical port name.
- registered
Device Property Map - rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- The role assigned to this port.
- 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.
- slot
Id Number - Switch expansion slot module identifier.
- speed String
- Speed of the inter switch link.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Property Map>
- version
Context Property Map
getEtherInterSwitchPort Result
The following output properties are available:
- Id string
- Results
List<Get
Ether Inter Switch Port Result> - Access
Vlan string - Account
Moid string - Additional
Properties string - Admin
Fec string - Admin
State string - Allowed
Vlans string - Ancestors
List<Get
Ether Inter Switch Port Ancestor> - Class
Id string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Equipment
Switch GetCard Ether Inter Switch Port Equipment Switch Card - Mac
Address string - Mod
Time string - Mode string
- Moid string
- Native
Vlan string - Object
Type string - Oper
Fec string - Oper
Speed string - Oper
State string - Oper
State stringQual - Oper
Vlans string - Owners List<string>
- Parent
Get
Ether Inter Switch Port Parent - Peer
Dn string - Peer
Interface GetEther Inter Switch Port Peer Interface - Permission
Resources List<GetEther Inter Switch Port Permission Resource> - Port
Id double - Port
Name string - Registered
Device GetEther Inter Switch Port Registered Device - Rn string
- Role string
- string
- Slot
Id double - Speed string
- Switch
Id string -
List<Get
Ether Inter Switch Port Tag> - Version
Context GetEther Inter Switch Port Version Context
- Id string
- Results
[]Get
Ether Inter Switch Port Result - Access
Vlan string - Account
Moid string - Additional
Properties string - Admin
Fec string - Admin
State string - Allowed
Vlans string - Ancestors
[]Get
Ether Inter Switch Port Ancestor - Class
Id string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Equipment
Switch GetCard Ether Inter Switch Port Equipment Switch Card - Mac
Address string - Mod
Time string - Mode string
- Moid string
- Native
Vlan string - Object
Type string - Oper
Fec string - Oper
Speed string - Oper
State string - Oper
State stringQual - Oper
Vlans string - Owners []string
- Parent
Get
Ether Inter Switch Port Parent - Peer
Dn string - Peer
Interface GetEther Inter Switch Port Peer Interface - Permission
Resources []GetEther Inter Switch Port Permission Resource - Port
Id float64 - Port
Name string - Registered
Device GetEther Inter Switch Port Registered Device - Rn string
- Role string
- string
- Slot
Id float64 - Speed string
- Switch
Id string -
[]Get
Ether Inter Switch Port Tag - Version
Context GetEther Inter Switch Port Version Context
- id string
- results list(object)
- access_
vlan string - account_
moid string - additional_
properties string - admin_
fec string - admin_
state string - allowed_
vlans string - ancestors list(object)
- class_
id string - create_
time string - device_
mo_ stringid - dn string
- domain_
group_ stringmoid - equipment_
switch_ objectcard - mac_
address string - mod_
time string - mode string
- moid string
- native_
vlan string - object_
type string - oper_
fec string - oper_
speed string - oper_
state string - oper_
state_ stringqual - oper_
vlans string - owners list(string)
- parent object
- peer_
dn string - peer_
interface object - permission_
resources list(object) - port_
id number - port_
name string - registered_
device object - rn string
- role string
- string
- slot_
id number - speed string
- switch_
id string - list(object)
- version_
context object
- id String
- results
List<Get
Ether Inter Switch Port Result> - access
Vlan String - account
Moid String - additional
Properties String - admin
Fec String - admin
State String - allowed
Vlans String - ancestors
List<Get
Ether Inter Switch Port Ancestor> - class
Id String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - equipment
Switch GetCard Ether Inter Switch Port Equipment Switch Card - mac
Address String - mod
Time String - mode String
- moid String
- native
Vlan String - object
Type String - oper
Fec String - oper
Speed String - oper
State String - oper
State StringQual - oper
Vlans String - owners List<String>
- parent
Get
Ether Inter Switch Port Parent - peer
Dn String - peer
Interface GetEther Inter Switch Port Peer Interface - permission
Resources List<GetEther Inter Switch Port Permission Resource> - port
Id Double - port
Name String - registered
Device GetEther Inter Switch Port Registered Device - rn String
- role String
- String
- slot
Id Double - speed String
- switch
Id String -
List<Get
Ether Inter Switch Port Tag> - version
Context GetEther Inter Switch Port Version Context
- id string
- results
Get
Ether Inter Switch Port Result[] - access
Vlan string - account
Moid string - additional
Properties string - admin
Fec string - admin
State string - allowed
Vlans string - ancestors
Get
Ether Inter Switch Port Ancestor[] - class
Id string - create
Time string - device
Mo stringId - dn string
- domain
Group stringMoid - equipment
Switch GetCard Ether Inter Switch Port Equipment Switch Card - mac
Address string - mod
Time string - mode string
- moid string
- native
Vlan string - object
Type string - oper
Fec string - oper
Speed string - oper
State string - oper
State stringQual - oper
Vlans string - owners string[]
- parent
Get
Ether Inter Switch Port Parent - peer
Dn string - peer
Interface GetEther Inter Switch Port Peer Interface - permission
Resources GetEther Inter Switch Port Permission Resource[] - port
Id number - port
Name string - registered
Device GetEther Inter Switch Port Registered Device - rn string
- role string
- string
- slot
Id number - speed string
- switch
Id string -
Get
Ether Inter Switch Port Tag[] - version
Context GetEther Inter Switch Port Version Context
- id str
- results
Sequence[Get
Ether Inter Switch Port Result] - access_
vlan str - account_
moid str - additional_
properties str - admin_
fec str - admin_
state str - allowed_
vlans str - ancestors
Sequence[Get
Ether Inter Switch Port Ancestor] - class_
id str - create_
time str - device_
mo_ strid - dn str
- domain_
group_ strmoid - equipment_
switch_ Getcard Ether Inter Switch Port Equipment Switch Card - mac_
address str - mod_
time str - mode str
- moid str
- native_
vlan str - object_
type str - oper_
fec str - oper_
speed str - oper_
state str - oper_
state_ strqual - oper_
vlans str - owners Sequence[str]
- parent
Get
Ether Inter Switch Port Parent - peer_
dn str - peer_
interface GetEther Inter Switch Port Peer Interface - permission_
resources Sequence[GetEther Inter Switch Port Permission Resource] - port_
id float - port_
name str - registered_
device GetEther Inter Switch Port Registered Device - rn str
- role str
- str
- slot_
id float - speed str
- switch_
id str -
Sequence[Get
Ether Inter Switch Port Tag] - version_
context GetEther Inter Switch Port Version Context
- id String
- results List<Property Map>
- access
Vlan String - account
Moid String - additional
Properties String - admin
Fec String - admin
State String - allowed
Vlans String - ancestors List<Property Map>
- class
Id String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - equipment
Switch Property MapCard - mac
Address String - mod
Time String - mode String
- moid String
- native
Vlan String - object
Type String - oper
Fec String - oper
Speed String - oper
State String - oper
State StringQual - oper
Vlans String - owners List<String>
- parent Property Map
- peer
Dn String - peer
Interface Property Map - permission
Resources List<Property Map> - port
Id Number - port
Name String - registered
Device Property Map - rn String
- role String
- String
- slot
Id Number - speed String
- switch
Id String - List<Property Map>
- version
Context Property Map
Supporting Types
GetEtherInterSwitchPortAncestor
- 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 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'.
GetEtherInterSwitchPortEquipmentSwitchCard
- 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 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'.
GetEtherInterSwitchPortParent
- 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 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'.
GetEtherInterSwitchPortPeerInterface
- 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 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'.
GetEtherInterSwitchPortPermissionResource
- 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 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'.
GetEtherInterSwitchPortRegisteredDevice
- 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 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'.
GetEtherInterSwitchPortResult
- Access
Vlan string - Access VLAN for this port.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Fec string - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - Admin
State string - Administratively configured state (enabled/disabled) for this port.
- Allowed
Vlans string - Allowed VLANs on this port.
- Ancestors
List<Get
Ether Inter Switch Port Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- 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 Inter Switch Port Result Equipment Switch Card> - Mac
Address string - Mac Address of a port in the Fabric Interconnect.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Operating mode of this port.
- Moid string
- The unique identifier of this Managed Object instance.
- Native
Vlan string - Native VLAN for this port.
- Object
Type string - Oper
Fec string - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - Oper
Speed string - Current Operational speed for this port.
- Oper
State string - Operational state of this port (enabled/disabled).
- Oper
State stringQual - Reason for this port's Operational state.
- Oper
Vlans string - Operational VLANs on this port.
- Owners List<string>
- Parents
List<Get
Ether Inter Switch Port Result Parent> - Peer
Dn string - PeerDn for ethernet physical port.
- Peer
Interfaces List<GetEther Inter Switch Port Result Peer Interface> - Permission
Resources List<GetEther Inter Switch Port Result Permission Resource> - Port
Id double - Switch physical port identifier.
- Port
Name string - Switch physical port name.
- Registered
Devices List<GetEther Inter Switch Port Result Registered Device> - Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- The role assigned to this port.
- 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.
- Slot
Id double - Switch expansion slot module identifier.
- Speed string
- Speed of the inter switch link.
- Switch
Id string - Switch Identifier that is local to a cluster.
-
List<Get
Ether Inter Switch Port Result Tag> - Version
Contexts List<GetEther Inter Switch Port Result Version Context>
- Access
Vlan string - Access VLAN for this port.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Fec string - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - Admin
State string - Administratively configured state (enabled/disabled) for this port.
- Allowed
Vlans string - Allowed VLANs on this port.
- Ancestors
[]Get
Ether Inter Switch Port Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- 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 Inter Switch Port Result Equipment Switch Card - Mac
Address string - Mac Address of a port in the Fabric Interconnect.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Operating mode of this port.
- Moid string
- The unique identifier of this Managed Object instance.
- Native
Vlan string - Native VLAN for this port.
- Object
Type string - Oper
Fec string - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - Oper
Speed string - Current Operational speed for this port.
- Oper
State string - Operational state of this port (enabled/disabled).
- Oper
State stringQual - Reason for this port's Operational state.
- Oper
Vlans string - Operational VLANs on this port.
- Owners []string
- Parents
[]Get
Ether Inter Switch Port Result Parent - Peer
Dn string - PeerDn for ethernet physical port.
- Peer
Interfaces []GetEther Inter Switch Port Result Peer Interface - Permission
Resources []GetEther Inter Switch Port Result Permission Resource - Port
Id float64 - Switch physical port identifier.
- Port
Name string - Switch physical port name.
- Registered
Devices []GetEther Inter Switch Port Result Registered Device - Rn string
- The Relative Name uniquely identifies an object within a given context.
- Role string
- The role assigned to this port.
- 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.
- Slot
Id float64 - Switch expansion slot module identifier.
- Speed string
- Speed of the inter switch link.
- Switch
Id string - Switch Identifier that is local to a cluster.
-
[]Get
Ether Inter Switch Port Result Tag - Version
Contexts []GetEther Inter Switch Port Result Version Context
- access_
vlan string - Access VLAN for this port.
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - admin_
fec string - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - admin_
state string - Administratively configured state (enabled/disabled) for this port.
- allowed_
vlans string - Allowed VLANs on this port.
- ancestors list(object)
- class_
id string - create_
time string - The time when this managed object was created.
- 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(object)cards - mac_
address string - Mac Address of a port in the Fabric Interconnect.
- mod_
time string - The time when this managed object was last modified.
- mode string
- Operating mode of this port.
- moid string
- The unique identifier of this Managed Object instance.
- native_
vlan string - Native VLAN for this port.
- object_
type string - oper_
fec string - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - oper_
speed string - Current Operational speed for this port.
- oper_
state string - Operational state of this port (enabled/disabled).
- oper_
state_ stringqual - Reason for this port's Operational state.
- oper_
vlans string - Operational VLANs on this port.
- owners list(string)
- parents list(object)
- peer_
dn string - PeerDn for ethernet physical port.
- peer_
interfaces list(object) - permission_
resources list(object) - port_
id number - Switch physical port identifier.
- port_
name string - Switch physical port name.
- registered_
devices list(object) - rn string
- The Relative Name uniquely identifies an object within a given context.
- role string
- The role assigned to this port.
- 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.
- slot_
id number - Switch expansion slot module identifier.
- speed string
- Speed of the inter switch link.
- switch_
id string - Switch Identifier that is local to a cluster.
- list(object)
- version_
contexts list(object)
- access
Vlan String - Access VLAN for this port.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Fec String - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - admin
State String - Administratively configured state (enabled/disabled) for this port.
- allowed
Vlans String - Allowed VLANs on this port.
- ancestors
List<Get
Ether Inter Switch Port Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- 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 Inter Switch Port Result Equipment Switch Card> - mac
Address String - Mac Address of a port in the Fabric Interconnect.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Operating mode of this port.
- moid String
- The unique identifier of this Managed Object instance.
- native
Vlan String - Native VLAN for this port.
- object
Type String - oper
Fec String - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - oper
Speed String - Current Operational speed for this port.
- oper
State String - Operational state of this port (enabled/disabled).
- oper
State StringQual - Reason for this port's Operational state.
- oper
Vlans String - Operational VLANs on this port.
- owners List<String>
- parents
List<Get
Ether Inter Switch Port Result Parent> - peer
Dn String - PeerDn for ethernet physical port.
- peer
Interfaces List<GetEther Inter Switch Port Result Peer Interface> - permission
Resources List<GetEther Inter Switch Port Result Permission Resource> - port
Id Double - Switch physical port identifier.
- port
Name String - Switch physical port name.
- registered
Devices List<GetEther Inter Switch Port Result Registered Device> - rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- The role assigned to this port.
- 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.
- slot
Id Double - Switch expansion slot module identifier.
- speed String
- Speed of the inter switch link.
- switch
Id String - Switch Identifier that is local to a cluster.
-
List<Get
Ether Inter Switch Port Result Tag> - version
Contexts List<GetEther Inter Switch Port Result Version Context>
- access
Vlan string - Access VLAN for this port.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Fec string - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - admin
State string - Administratively configured state (enabled/disabled) for this port.
- allowed
Vlans string - Allowed VLANs on this port.
- ancestors
Get
Ether Inter Switch Port Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- 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 Inter Switch Port Result Equipment Switch Card[] - mac
Address string - Mac Address of a port in the Fabric Interconnect.
- mod
Time string - The time when this managed object was last modified.
- mode string
- Operating mode of this port.
- moid string
- The unique identifier of this Managed Object instance.
- native
Vlan string - Native VLAN for this port.
- object
Type string - oper
Fec string - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - oper
Speed string - Current Operational speed for this port.
- oper
State string - Operational state of this port (enabled/disabled).
- oper
State stringQual - Reason for this port's Operational state.
- oper
Vlans string - Operational VLANs on this port.
- owners string[]
- parents
Get
Ether Inter Switch Port Result Parent[] - peer
Dn string - PeerDn for ethernet physical port.
- peer
Interfaces GetEther Inter Switch Port Result Peer Interface[] - permission
Resources GetEther Inter Switch Port Result Permission Resource[] - port
Id number - Switch physical port identifier.
- port
Name string - Switch physical port name.
- registered
Devices GetEther Inter Switch Port Result Registered Device[] - rn string
- The Relative Name uniquely identifies an object within a given context.
- role string
- The role assigned to this port.
- 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.
- slot
Id number - Switch expansion slot module identifier.
- speed string
- Speed of the inter switch link.
- switch
Id string - Switch Identifier that is local to a cluster.
-
Get
Ether Inter Switch Port Result Tag[] - version
Contexts GetEther Inter Switch Port Result Version Context[]
- access_
vlan str - Access VLAN for this port.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - admin_
fec str - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - admin_
state str - Administratively configured state (enabled/disabled) for this port.
- allowed_
vlans str - Allowed VLANs on this port.
- ancestors
Sequence[Get
Ether Inter Switch Port Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- device_
mo_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- equipment_
switch_ Sequence[Getcards Ether Inter Switch Port Result Equipment Switch Card] - mac_
address str - Mac Address of a port in the Fabric Interconnect.
- mod_
time str - The time when this managed object was last modified.
- mode str
- Operating mode of this port.
- moid str
- The unique identifier of this Managed Object instance.
- native_
vlan str - Native VLAN for this port.
- object_
type str - oper_
fec str - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - oper_
speed str - Current Operational speed for this port.
- oper_
state str - Operational state of this port (enabled/disabled).
- oper_
state_ strqual - Reason for this port's Operational state.
- oper_
vlans str - Operational VLANs on this port.
- owners Sequence[str]
- parents
Sequence[Get
Ether Inter Switch Port Result Parent] - peer_
dn str - PeerDn for ethernet physical port.
- peer_
interfaces Sequence[GetEther Inter Switch Port Result Peer Interface] - permission_
resources Sequence[GetEther Inter Switch Port Result Permission Resource] - port_
id float - Switch physical port identifier.
- port_
name str - Switch physical port name.
- registered_
devices Sequence[GetEther Inter Switch Port Result Registered Device] - rn str
- The Relative Name uniquely identifies an object within a given context.
- role str
- The role assigned to this port.
- 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.
- slot_
id float - Switch expansion slot module identifier.
- speed str
- Speed of the inter switch link.
- switch_
id str - Switch Identifier that is local to a cluster.
-
Sequence[Get
Ether Inter Switch Port Result Tag] - version_
contexts Sequence[GetEther Inter Switch Port Result Version Context]
- access
Vlan String - Access VLAN for this port.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Fec String - Administratively configured FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - admin
State String - Administratively configured state (enabled/disabled) for this port.
- allowed
Vlans String - Allowed VLANs on this port.
- ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- 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 - mac
Address String - Mac Address of a port in the Fabric Interconnect.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Operating mode of this port.
- moid String
- The unique identifier of this Managed Object instance.
- native
Vlan String - Native VLAN for this port.
- object
Type String - oper
Fec String - Operational FEC mode for this port.* `` - Default value for FEC state.*
Not Supported- FEC is not supported on this port.*Disabled- FEC is disabled on this port.*Auto- FEC mode is automatically negotiated between link partners.*Cl74- FEC is configured to use the IEEE Clause 74 (FireCode) standard.*RS-IEEE(Cl108)- FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.*KP- FEC is configured to use the KP (Backplane Ethernet) FEC mode. - oper
Speed String - Current Operational speed for this port.
- oper
State String - Operational state of this port (enabled/disabled).
- oper
State StringQual - Reason for this port's Operational state.
- oper
Vlans String - Operational VLANs on this port.
- owners List<String>
- parents List<Property Map>
- peer
Dn String - PeerDn for ethernet physical port.
- peer
Interfaces List<Property Map> - permission
Resources List<Property Map> - port
Id Number - Switch physical port identifier.
- port
Name String - Switch physical port name.
- registered
Devices List<Property Map> - rn String
- The Relative Name uniquely identifies an object within a given context.
- role String
- The role assigned to this port.
- 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.
- slot
Id Number - Switch expansion slot module identifier.
- speed String
- Speed of the inter switch link.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Property Map>
- version
Contexts List<Property Map>
GetEtherInterSwitchPortResultAncestor
- 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 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
GetEtherInterSwitchPortResultEquipmentSwitchCard
- 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 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
GetEtherInterSwitchPortResultParent
- 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 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
GetEtherInterSwitchPortResultPeerInterface
- 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 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
GetEtherInterSwitchPortResultPermissionResource
- 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 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
GetEtherInterSwitchPortResultRegisteredDevice
- 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 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
GetEtherInterSwitchPortResultTag
- additional_
properties string - ancestor_
definitions list(object) - definitions list(object)
- key string
- propagated bool
- sys_
tag bool - type string
- value string
- additional
Properties String - ancestor
Definitions List<GetEther Inter Switch Port Result Tag Ancestor Definition> - definitions
List<Get
Ether Inter Switch Port Result Tag Definition> - key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
- additional
Properties string - ancestor
Definitions GetEther Inter Switch Port Result Tag Ancestor Definition[] - definitions
Get
Ether Inter Switch Port Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - type string
- value string
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetEtherInterSwitchPortResultTagAncestorDefinition
- 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 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
GetEtherInterSwitchPortResultTagDefinition
- 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 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
GetEtherInterSwitchPortResultVersionContext
- additional_
properties string - class_
id string - interested_
mos list(object) - marked_
for_ booldeletion - nr_
version string - object_
type string - ref_
mos list(object) - 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
GetEtherInterSwitchPortResultVersionContextInterestedMo
- 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 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
GetEtherInterSwitchPortResultVersionContextRefMo
- 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 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
GetEtherInterSwitchPortTag
- Additional
Properties string - Ancestor
Definitions List<GetEther Inter Switch Port Tag Ancestor Definition> - Definition
Get
Ether Inter Switch Port Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetEther Inter Switch Port Tag Ancestor Definition - Definition
Get
Ether Inter Switch Port Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - definition object
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetEther Inter Switch Port Tag Ancestor Definition> - definition
Get
Ether Inter Switch Port Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetEther Inter Switch Port Tag Ancestor Definition[] - definition
Get
Ether Inter Switch Port Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetEther Inter Switch Port Tag Ancestor Definition] - definition
Get
Ether Inter Switch Port Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
GetEtherInterSwitchPortTagAncestorDefinition
- 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 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'.
GetEtherInterSwitchPortTagDefinition
- 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 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'.
GetEtherInterSwitchPortVersionContext
- 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 Inter Switch Port 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 Inter Switch Port 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 Inter Switch Port 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 Inter Switch Port 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(object) - 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 object - 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 Inter Switch Port 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 Inter Switch Port 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 Inter Switch Port 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 Inter Switch Port 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 Inter Switch Port 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 Inter Switch Port 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.
GetEtherInterSwitchPortVersionContextInterestedMo
- 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 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'.
GetEtherInterSwitchPortVersionContextRefMo
- 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 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
intersightTerraform Provider.
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet