intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getEtherPhysicalPort
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Physical ethernet port present on a FI.
Using getEtherPhysicalPort
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 getEtherPhysicalPort(args: GetEtherPhysicalPortArgs, opts?: InvokeOptions): Promise<GetEtherPhysicalPortResult>
function getEtherPhysicalPortOutput(args: GetEtherPhysicalPortOutputArgs, opts?: InvokeOptions): Output<GetEtherPhysicalPortResult>
def get_ether_physical_port(account_moid: Optional[str] = None,
acknowledged_peer_interface: Optional[GetEtherPhysicalPortAcknowledgedPeerInterface] = None,
additional_properties: Optional[str] = None,
admin_speed: Optional[str] = None,
admin_state: Optional[str] = None,
aggregate_port_id: Optional[float] = None,
ancestors: Optional[Sequence[GetEtherPhysicalPortAncestor]] = 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,
id: Optional[str] = None,
inventory_device_info: Optional[GetEtherPhysicalPortInventoryDeviceInfo] = None,
license_grace: Optional[str] = None,
license_state: Optional[str] = None,
mac_address: Optional[str] = None,
macsec_oper_data: Optional[GetEtherPhysicalPortMacsecOperData] = None,
mod_time: Optional[str] = None,
mode: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
oper_speed: Optional[str] = None,
oper_state: Optional[str] = None,
oper_state_qual: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetEtherPhysicalPortParent] = None,
peer_dn: Optional[str] = None,
peer_interface: Optional[GetEtherPhysicalPortPeerInterface] = None,
permission_resources: Optional[Sequence[GetEtherPhysicalPortPermissionResource]] = None,
port_channel_id: Optional[float] = None,
port_group: Optional[GetEtherPhysicalPortPortGroup] = None,
port_id: Optional[float] = None,
port_sub_group: Optional[GetEtherPhysicalPortPortSubGroup] = None,
port_type: Optional[str] = None,
registered_device: Optional[GetEtherPhysicalPortRegisteredDevice] = None,
rn: Optional[str] = None,
role: Optional[str] = None,
shared_scope: Optional[str] = None,
slot_id: Optional[float] = None,
switch_id: Optional[str] = None,
tags: Optional[Sequence[GetEtherPhysicalPortTag]] = None,
transceiver_type: Optional[str] = None,
version_context: Optional[GetEtherPhysicalPortVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetEtherPhysicalPortResult
def get_ether_physical_port_output(account_moid: Optional[pulumi.Input[str]] = None,
acknowledged_peer_interface: Optional[pulumi.Input[GetEtherPhysicalPortAcknowledgedPeerInterfaceArgs]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
admin_speed: Optional[pulumi.Input[str]] = None,
admin_state: Optional[pulumi.Input[str]] = None,
aggregate_port_id: Optional[pulumi.Input[float]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherPhysicalPortAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
device_mo_id: Optional[pulumi.Input[str]] = None,
dn: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
inventory_device_info: Optional[pulumi.Input[GetEtherPhysicalPortInventoryDeviceInfoArgs]] = None,
license_grace: Optional[pulumi.Input[str]] = None,
license_state: Optional[pulumi.Input[str]] = None,
mac_address: Optional[pulumi.Input[str]] = None,
macsec_oper_data: Optional[pulumi.Input[GetEtherPhysicalPortMacsecOperDataArgs]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
mode: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
oper_speed: Optional[pulumi.Input[str]] = None,
oper_state: Optional[pulumi.Input[str]] = None,
oper_state_qual: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetEtherPhysicalPortParentArgs]] = None,
peer_dn: Optional[pulumi.Input[str]] = None,
peer_interface: Optional[pulumi.Input[GetEtherPhysicalPortPeerInterfaceArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherPhysicalPortPermissionResourceArgs]]]] = None,
port_channel_id: Optional[pulumi.Input[float]] = None,
port_group: Optional[pulumi.Input[GetEtherPhysicalPortPortGroupArgs]] = None,
port_id: Optional[pulumi.Input[float]] = None,
port_sub_group: Optional[pulumi.Input[GetEtherPhysicalPortPortSubGroupArgs]] = None,
port_type: Optional[pulumi.Input[str]] = None,
registered_device: Optional[pulumi.Input[GetEtherPhysicalPortRegisteredDeviceArgs]] = None,
rn: Optional[pulumi.Input[str]] = None,
role: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
slot_id: Optional[pulumi.Input[float]] = None,
switch_id: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetEtherPhysicalPortTagArgs]]]] = None,
transceiver_type: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetEtherPhysicalPortVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEtherPhysicalPortResult]
func LookupEtherPhysicalPort(ctx *Context, args *LookupEtherPhysicalPortArgs, opts ...InvokeOption) (*LookupEtherPhysicalPortResult, error)
func LookupEtherPhysicalPortOutput(ctx *Context, args *LookupEtherPhysicalPortOutputArgs, opts ...InvokeOption) LookupEtherPhysicalPortResultOutput
> Note: This function is named LookupEtherPhysicalPort
in the Go SDK.
public static class GetEtherPhysicalPort
{
public static Task<GetEtherPhysicalPortResult> InvokeAsync(GetEtherPhysicalPortArgs args, InvokeOptions? opts = null)
public static Output<GetEtherPhysicalPortResult> Invoke(GetEtherPhysicalPortInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEtherPhysicalPortResult> getEtherPhysicalPort(GetEtherPhysicalPortArgs args, InvokeOptions options)
public static Output<GetEtherPhysicalPortResult> getEtherPhysicalPort(GetEtherPhysicalPortArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getEtherPhysicalPort:getEtherPhysicalPort
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Acknowledged
Peer GetInterface Ether Physical Port Acknowledged Peer Interface - Additional
Properties string - Admin
Speed string - Administratively configured speed for this port.
- Admin
State string - Administratively configured state (enabled/disabled) for this port.
- Aggregate
Port doubleId - Breakout port member in the Fabric Interconnect.
- Ancestors
List<Get
Ether Physical 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.
- Id string
- Inventory
Device GetInfo Ether Physical Port Inventory Device Info - License
Grace string - The number of days this port's license has been in Grace Period for.
- License
State string - The state of the port's licensing.
- Mac
Address string - Mac Address of a port in the Fabric Interconnect.
- Macsec
Oper GetData Ether Physical Port Macsec Oper Data - 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.
- Name string
- Name of the Physical Port.
- Object
Type string - 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.
- Owners List<string>
- Parent
Get
Ether Physical Port Parent - Peer
Dn string - PeerDn for ethernet physical port.
- Peer
Interface GetEther Physical Port Peer Interface - Permission
Resources List<GetEther Physical Port Permission Resource> - Port
Channel doubleId - Port channel id for port channel created on FI switch.
- Port
Group GetEther Physical Port Port Group - Port
Id double - Switch physical port identifier.
- Port
Sub GetGroup Ether Physical Port Port Sub Group - Port
Type string - Defines the transport type for this port (ethernet OR fc).
- Registered
Device GetEther Physical 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.
- Switch
Id string - Switch Identifier that is local to a cluster.
- List<Get
Ether Physical Port Tag> - Transceiver
Type string - Transceiver model attached to a port in the Fabric Interconnect.
- Version
Context GetEther Physical Port Version Context
- Account
Moid string - The Account ID for this managed object.
- Acknowledged
Peer GetInterface Ether Physical Port Acknowledged Peer Interface - Additional
Properties string - Admin
Speed string - Administratively configured speed for this port.
- Admin
State string - Administratively configured state (enabled/disabled) for this port.
- Aggregate
Port float64Id - Breakout port member in the Fabric Interconnect.
- Ancestors
[]Get
Ether Physical 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.
- Id string
- Inventory
Device GetInfo Ether Physical Port Inventory Device Info - License
Grace string - The number of days this port's license has been in Grace Period for.
- License
State string - The state of the port's licensing.
- Mac
Address string - Mac Address of a port in the Fabric Interconnect.
- Macsec
Oper GetData Ether Physical Port Macsec Oper Data - 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.
- Name string
- Name of the Physical Port.
- Object
Type string - 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.
- Owners []string
- Parent
Get
Ether Physical Port Parent - Peer
Dn string - PeerDn for ethernet physical port.
- Peer
Interface GetEther Physical Port Peer Interface - Permission
Resources []GetEther Physical Port Permission Resource - Port
Channel float64Id - Port channel id for port channel created on FI switch.
- Port
Group GetEther Physical Port Port Group - Port
Id float64 - Switch physical port identifier.
- Port
Sub GetGroup Ether Physical Port Port Sub Group - Port
Type string - Defines the transport type for this port (ethernet OR fc).
- Registered
Device GetEther Physical 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.
- Switch
Id string - Switch Identifier that is local to a cluster.
- []Get
Ether Physical Port Tag - Transceiver
Type string - Transceiver model attached to a port in the Fabric Interconnect.
- Version
Context GetEther Physical Port Version Context
- account
Moid String - The Account ID for this managed object.
- acknowledged
Peer GetInterface Ether Physical Port Acknowledged Peer Interface - additional
Properties String - admin
Speed String - Administratively configured speed for this port.
- admin
State String - Administratively configured state (enabled/disabled) for this port.
- aggregate
Port DoubleId - Breakout port member in the Fabric Interconnect.
- ancestors
List<Get
Ether Physical 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.
- id String
- inventory
Device GetInfo Ether Physical Port Inventory Device Info - license
Grace String - The number of days this port's license has been in Grace Period for.
- license
State String - The state of the port's licensing.
- mac
Address String - Mac Address of a port in the Fabric Interconnect.
- macsec
Oper GetData Ether Physical Port Macsec Oper Data - 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.
- name String
- Name of the Physical Port.
- object
Type String - 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.
- owners List<String>
- parent
Get
Ether Physical Port Parent - peer
Dn String - PeerDn for ethernet physical port.
- peer
Interface GetEther Physical Port Peer Interface - permission
Resources List<GetEther Physical Port Permission Resource> - port
Channel DoubleId - Port channel id for port channel created on FI switch.
- port
Group GetEther Physical Port Port Group - port
Id Double - Switch physical port identifier.
- port
Sub GetGroup Ether Physical Port Port Sub Group - port
Type String - Defines the transport type for this port (ethernet OR fc).
- registered
Device GetEther Physical 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.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Get
Ether Physical Port Tag> - transceiver
Type String - Transceiver model attached to a port in the Fabric Interconnect.
- version
Context GetEther Physical Port Version Context
- account
Moid string - The Account ID for this managed object.
- acknowledged
Peer GetInterface Ether Physical Port Acknowledged Peer Interface - additional
Properties string - admin
Speed string - Administratively configured speed for this port.
- admin
State string - Administratively configured state (enabled/disabled) for this port.
- aggregate
Port numberId - Breakout port member in the Fabric Interconnect.
- ancestors
Get
Ether Physical 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.
- id string
- inventory
Device GetInfo Ether Physical Port Inventory Device Info - license
Grace string - The number of days this port's license has been in Grace Period for.
- license
State string - The state of the port's licensing.
- mac
Address string - Mac Address of a port in the Fabric Interconnect.
- macsec
Oper GetData Ether Physical Port Macsec Oper Data - 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.
- name string
- Name of the Physical Port.
- object
Type string - 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.
- owners string[]
- parent
Get
Ether Physical Port Parent - peer
Dn string - PeerDn for ethernet physical port.
- peer
Interface GetEther Physical Port Peer Interface - permission
Resources GetEther Physical Port Permission Resource[] - port
Channel numberId - Port channel id for port channel created on FI switch.
- port
Group GetEther Physical Port Port Group - port
Id number - Switch physical port identifier.
- port
Sub GetGroup Ether Physical Port Port Sub Group - port
Type string - Defines the transport type for this port (ethernet OR fc).
- registered
Device GetEther Physical 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.
- switch
Id string - Switch Identifier that is local to a cluster.
- Get
Ether Physical Port Tag[] - transceiver
Type string - Transceiver model attached to a port in the Fabric Interconnect.
- version
Context GetEther Physical Port Version Context
- account_
moid str - The Account ID for this managed object.
- acknowledged_
peer_ Getinterface Ether Physical Port Acknowledged Peer Interface - additional_
properties str - admin_
speed str - Administratively configured speed for this port.
- admin_
state str - Administratively configured state (enabled/disabled) for this port.
- aggregate_
port_ floatid - Breakout port member in the Fabric Interconnect.
- ancestors
Sequence[Get
Ether Physical 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.
- id str
- inventory_
device_ Getinfo Ether Physical Port Inventory Device Info - license_
grace str - The number of days this port's license has been in Grace Period for.
- license_
state str - The state of the port's licensing.
- mac_
address str - Mac Address of a port in the Fabric Interconnect.
- macsec_
oper_ Getdata Ether Physical Port Macsec Oper Data - 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.
- name str
- Name of the Physical Port.
- object_
type str - 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.
- owners Sequence[str]
- parent
Get
Ether Physical Port Parent - peer_
dn str - PeerDn for ethernet physical port.
- peer_
interface GetEther Physical Port Peer Interface - permission_
resources Sequence[GetEther Physical Port Permission Resource] - port_
channel_ floatid - Port channel id for port channel created on FI switch.
- port_
group GetEther Physical Port Port Group - port_
id float - Switch physical port identifier.
- port_
sub_ Getgroup Ether Physical Port Port Sub Group - port_
type str - Defines the transport type for this port (ethernet OR fc).
- registered_
device GetEther Physical 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.
- switch_
id str - Switch Identifier that is local to a cluster.
- Sequence[Get
Ether Physical Port Tag] - transceiver_
type str - Transceiver model attached to a port in the Fabric Interconnect.
- version_
context GetEther Physical Port Version Context
- account
Moid String - The Account ID for this managed object.
- acknowledged
Peer Property MapInterface - additional
Properties String - admin
Speed String - Administratively configured speed for this port.
- admin
State String - Administratively configured state (enabled/disabled) for this port.
- aggregate
Port NumberId - Breakout port member in the Fabric Interconnect.
- 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.
- id String
- inventory
Device Property MapInfo - license
Grace String - The number of days this port's license has been in Grace Period for.
- license
State String - The state of the port's licensing.
- mac
Address String - Mac Address of a port in the Fabric Interconnect.
- macsec
Oper Property MapData - 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.
- name String
- Name of the Physical Port.
- object
Type String - 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.
- owners List<String>
- parent Property Map
- peer
Dn String - PeerDn for ethernet physical port.
- peer
Interface Property Map - permission
Resources List<Property Map> - port
Channel NumberId - Port channel id for port channel created on FI switch.
- port
Group Property Map - port
Id Number - Switch physical port identifier.
- port
Sub Property MapGroup - port
Type String - Defines the transport type for this port (ethernet OR fc).
- 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.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Property Map>
- transceiver
Type String - Transceiver model attached to a port in the Fabric Interconnect.
- version
Context Property Map
getEtherPhysicalPort Result
The following output properties are available:
- Id string
- Results
List<Get
Ether Physical Port Result> - Account
Moid string - Acknowledged
Peer GetInterface Ether Physical Port Acknowledged Peer Interface - Additional
Properties string - Admin
Speed string - Admin
State string - Aggregate
Port doubleId - Ancestors
List<Get
Ether Physical Port Ancestor> - Class
Id string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Inventory
Device GetInfo Ether Physical Port Inventory Device Info - License
Grace string - License
State string - Mac
Address string - Macsec
Oper GetData Ether Physical Port Macsec Oper Data - Mod
Time string - Mode string
- Moid string
- Name string
- Object
Type string - Oper
Speed string - Oper
State string - Oper
State stringQual - Owners List<string>
- Parent
Get
Ether Physical Port Parent - Peer
Dn string - Peer
Interface GetEther Physical Port Peer Interface - Permission
Resources List<GetEther Physical Port Permission Resource> - Port
Channel doubleId - Port
Group GetEther Physical Port Port Group - Port
Id double - Port
Sub GetGroup Ether Physical Port Port Sub Group - Port
Type string - Registered
Device GetEther Physical Port Registered Device - Rn string
- Role string
- string
- Slot
Id double - Switch
Id string - List<Get
Ether Physical Port Tag> - Transceiver
Type string - Version
Context GetEther Physical Port Version Context
- Id string
- Results
[]Get
Ether Physical Port Result - Account
Moid string - Acknowledged
Peer GetInterface Ether Physical Port Acknowledged Peer Interface - Additional
Properties string - Admin
Speed string - Admin
State string - Aggregate
Port float64Id - Ancestors
[]Get
Ether Physical Port Ancestor - Class
Id string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Inventory
Device GetInfo Ether Physical Port Inventory Device Info - License
Grace string - License
State string - Mac
Address string - Macsec
Oper GetData Ether Physical Port Macsec Oper Data - Mod
Time string - Mode string
- Moid string
- Name string
- Object
Type string - Oper
Speed string - Oper
State string - Oper
State stringQual - Owners []string
- Parent
Get
Ether Physical Port Parent - Peer
Dn string - Peer
Interface GetEther Physical Port Peer Interface - Permission
Resources []GetEther Physical Port Permission Resource - Port
Channel float64Id - Port
Group GetEther Physical Port Port Group - Port
Id float64 - Port
Sub GetGroup Ether Physical Port Port Sub Group - Port
Type string - Registered
Device GetEther Physical Port Registered Device - Rn string
- Role string
- string
- Slot
Id float64 - Switch
Id string - []Get
Ether Physical Port Tag - Transceiver
Type string - Version
Context GetEther Physical Port Version Context
- id String
- results
List<Get
Ether Physical Port Result> - account
Moid String - acknowledged
Peer GetInterface Ether Physical Port Acknowledged Peer Interface - additional
Properties String - admin
Speed String - admin
State String - aggregate
Port DoubleId - ancestors
List<Get
Ether Physical Port Ancestor> - class
Id String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - inventory
Device GetInfo Ether Physical Port Inventory Device Info - license
Grace String - license
State String - mac
Address String - macsec
Oper GetData Ether Physical Port Macsec Oper Data - mod
Time String - mode String
- moid String
- name String
- object
Type String - oper
Speed String - oper
State String - oper
State StringQual - owners List<String>
- parent
Get
Ether Physical Port Parent - peer
Dn String - peer
Interface GetEther Physical Port Peer Interface - permission
Resources List<GetEther Physical Port Permission Resource> - port
Channel DoubleId - port
Group GetEther Physical Port Port Group - port
Id Double - port
Sub GetGroup Ether Physical Port Port Sub Group - port
Type String - registered
Device GetEther Physical Port Registered Device - rn String
- role String
- String
- slot
Id Double - switch
Id String - List<Get
Ether Physical Port Tag> - transceiver
Type String - version
Context GetEther Physical Port Version Context
- id string
- results
Get
Ether Physical Port Result[] - account
Moid string - acknowledged
Peer GetInterface Ether Physical Port Acknowledged Peer Interface - additional
Properties string - admin
Speed string - admin
State string - aggregate
Port numberId - ancestors
Get
Ether Physical Port Ancestor[] - class
Id string - create
Time string - device
Mo stringId - dn string
- domain
Group stringMoid - inventory
Device GetInfo Ether Physical Port Inventory Device Info - license
Grace string - license
State string - mac
Address string - macsec
Oper GetData Ether Physical Port Macsec Oper Data - mod
Time string - mode string
- moid string
- name string
- object
Type string - oper
Speed string - oper
State string - oper
State stringQual - owners string[]
- parent
Get
Ether Physical Port Parent - peer
Dn string - peer
Interface GetEther Physical Port Peer Interface - permission
Resources GetEther Physical Port Permission Resource[] - port
Channel numberId - port
Group GetEther Physical Port Port Group - port
Id number - port
Sub GetGroup Ether Physical Port Port Sub Group - port
Type string - registered
Device GetEther Physical Port Registered Device - rn string
- role string
- string
- slot
Id number - switch
Id string - Get
Ether Physical Port Tag[] - transceiver
Type string - version
Context GetEther Physical Port Version Context
- id str
- results
Sequence[Get
Ether Physical Port Result] - account_
moid str - acknowledged_
peer_ Getinterface Ether Physical Port Acknowledged Peer Interface - additional_
properties str - admin_
speed str - admin_
state str - aggregate_
port_ floatid - ancestors
Sequence[Get
Ether Physical Port Ancestor] - class_
id str - create_
time str - device_
mo_ strid - dn str
- domain_
group_ strmoid - inventory_
device_ Getinfo Ether Physical Port Inventory Device Info - license_
grace str - license_
state str - mac_
address str - macsec_
oper_ Getdata Ether Physical Port Macsec Oper Data - mod_
time str - mode str
- moid str
- name str
- object_
type str - oper_
speed str - oper_
state str - oper_
state_ strqual - owners Sequence[str]
- parent
Get
Ether Physical Port Parent - peer_
dn str - peer_
interface GetEther Physical Port Peer Interface - permission_
resources Sequence[GetEther Physical Port Permission Resource] - port_
channel_ floatid - port_
group GetEther Physical Port Port Group - port_
id float - port_
sub_ Getgroup Ether Physical Port Port Sub Group - port_
type str - registered_
device GetEther Physical Port Registered Device - rn str
- role str
- str
- slot_
id float - switch_
id str - Sequence[Get
Ether Physical Port Tag] - transceiver_
type str - version_
context GetEther Physical Port Version Context
- id String
- results List<Property Map>
- account
Moid String - acknowledged
Peer Property MapInterface - additional
Properties String - admin
Speed String - admin
State String - aggregate
Port NumberId - ancestors List<Property Map>
- class
Id String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - inventory
Device Property MapInfo - license
Grace String - license
State String - mac
Address String - macsec
Oper Property MapData - mod
Time String - mode String
- moid String
- name String
- object
Type String - oper
Speed String - oper
State String - oper
State StringQual - owners List<String>
- parent Property Map
- peer
Dn String - peer
Interface Property Map - permission
Resources List<Property Map> - port
Channel NumberId - port
Group Property Map - port
Id Number - port
Sub Property MapGroup - port
Type String - registered
Device Property Map - rn String
- role String
- String
- slot
Id Number - switch
Id String - List<Property Map>
- transceiver
Type String - version
Context Property Map
Supporting Types
GetEtherPhysicalPortAcknowledgedPeerInterface
- 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'.
GetEtherPhysicalPortAncestor
- 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'.
GetEtherPhysicalPortInventoryDeviceInfo
- 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'.
GetEtherPhysicalPortMacsecOperData
- Additional
Properties string - Auth
Mode string - The authentication mode used for MACsec encryption.
- Cipher
Suite string - Cipher suite to be used for MACsec encryption.
- 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.
- Confidentiality
Offset string - The MACsec confidentiality offset specifies the number of bytes starting from the frame header. MACsec encrypts only the bytes after the offset in a frame.
- Key
Server string - The value indicates that the device is acting as a key server, responsible for distributing encryption keys to other devices in the MACsec-enabled session.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Session
State string - The state of the MACsec session.
- State
Reason string - The reason for the MACsec session state.
- Additional
Properties string - Auth
Mode string - The authentication mode used for MACsec encryption.
- Cipher
Suite string - Cipher suite to be used for MACsec encryption.
- 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.
- Confidentiality
Offset string - The MACsec confidentiality offset specifies the number of bytes starting from the frame header. MACsec encrypts only the bytes after the offset in a frame.
- Key
Server string - The value indicates that the device is acting as a key server, responsible for distributing encryption keys to other devices in the MACsec-enabled session.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Session
State string - The state of the MACsec session.
- State
Reason string - The reason for the MACsec session state.
- additional
Properties String - auth
Mode String - The authentication mode used for MACsec encryption.
- cipher
Suite String - Cipher suite to be used for MACsec encryption.
- 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.
- confidentiality
Offset String - The MACsec confidentiality offset specifies the number of bytes starting from the frame header. MACsec encrypts only the bytes after the offset in a frame.
- key
Server String - The value indicates that the device is acting as a key server, responsible for distributing encryption keys to other devices in the MACsec-enabled session.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- session
State String - The state of the MACsec session.
- state
Reason String - The reason for the MACsec session state.
- additional
Properties string - auth
Mode string - The authentication mode used for MACsec encryption.
- cipher
Suite string - Cipher suite to be used for MACsec encryption.
- 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.
- confidentiality
Offset string - The MACsec confidentiality offset specifies the number of bytes starting from the frame header. MACsec encrypts only the bytes after the offset in a frame.
- key
Server string - The value indicates that the device is acting as a key server, responsible for distributing encryption keys to other devices in the MACsec-enabled session.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- session
State string - The state of the MACsec session.
- state
Reason string - The reason for the MACsec session state.
- additional_
properties str - auth_
mode str - The authentication mode used for MACsec encryption.
- cipher_
suite str - Cipher suite to be used for MACsec encryption.
- 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.
- confidentiality_
offset str - The MACsec confidentiality offset specifies the number of bytes starting from the frame header. MACsec encrypts only the bytes after the offset in a frame.
- key_
server str - The value indicates that the device is acting as a key server, responsible for distributing encryption keys to other devices in the MACsec-enabled session.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- session_
state str - The state of the MACsec session.
- state_
reason str - The reason for the MACsec session state.
- additional
Properties String - auth
Mode String - The authentication mode used for MACsec encryption.
- cipher
Suite String - Cipher suite to be used for MACsec encryption.
- 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.
- confidentiality
Offset String - The MACsec confidentiality offset specifies the number of bytes starting from the frame header. MACsec encrypts only the bytes after the offset in a frame.
- key
Server String - The value indicates that the device is acting as a key server, responsible for distributing encryption keys to other devices in the MACsec-enabled session.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- session
State String - The state of the MACsec session.
- state
Reason String - The reason for the MACsec session state.
GetEtherPhysicalPortParent
- 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'.
GetEtherPhysicalPortPeerInterface
- 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'.
GetEtherPhysicalPortPermissionResource
- 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'.
GetEtherPhysicalPortPortGroup
- 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'.
GetEtherPhysicalPortPortSubGroup
- 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'.
GetEtherPhysicalPortRegisteredDevice
- 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'.
GetEtherPhysicalPortResult
- Account
Moid string - The Account ID for this managed object.
- Acknowledged
Peer List<GetInterfaces Ether Physical Port Result Acknowledged Peer Interface> - Additional
Properties string - Admin
Speed string - Administratively configured speed for this port.
- Admin
State string - Administratively configured state (enabled/disabled) for this port.
- Aggregate
Port doubleId - Breakout port member in the Fabric Interconnect.
- Ancestors
List<Get
Ether Physical 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.
- Inventory
Device List<GetInfos Ether Physical Port Result Inventory Device Info> - License
Grace string - The number of days this port's license has been in Grace Period for.
- License
State string - The state of the port's licensing.
- Mac
Address string - Mac Address of a port in the Fabric Interconnect.
- Macsec
Oper List<GetDatas Ether Physical Port Result Macsec Oper Data> - 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.
- Name string
- Name of the Physical Port.
- Object
Type string - 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.
- Owners List<string>
- Parents
List<Get
Ether Physical Port Result Parent> - Peer
Dn string - PeerDn for ethernet physical port.
- Peer
Interfaces List<GetEther Physical Port Result Peer Interface> - Permission
Resources List<GetEther Physical Port Result Permission Resource> - Port
Channel doubleId - Port channel id for port channel created on FI switch.
- Port
Groups List<GetEther Physical Port Result Port Group> - Port
Id double - Switch physical port identifier.
- Port
Sub List<GetGroups Ether Physical Port Result Port Sub Group> - Port
Type string - Defines the transport type for this port (ethernet OR fc).
- Registered
Devices List<GetEther Physical 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.
- Switch
Id string - Switch Identifier that is local to a cluster.
- List<Get
Ether Physical Port Result Tag> - Transceiver
Type string - Transceiver model attached to a port in the Fabric Interconnect.
- Version
Contexts List<GetEther Physical Port Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Acknowledged
Peer []GetInterfaces Ether Physical Port Result Acknowledged Peer Interface - Additional
Properties string - Admin
Speed string - Administratively configured speed for this port.
- Admin
State string - Administratively configured state (enabled/disabled) for this port.
- Aggregate
Port float64Id - Breakout port member in the Fabric Interconnect.
- Ancestors
[]Get
Ether Physical 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.
- Inventory
Device []GetInfos Ether Physical Port Result Inventory Device Info - License
Grace string - The number of days this port's license has been in Grace Period for.
- License
State string - The state of the port's licensing.
- Mac
Address string - Mac Address of a port in the Fabric Interconnect.
- Macsec
Oper []GetDatas Ether Physical Port Result Macsec Oper Data - 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.
- Name string
- Name of the Physical Port.
- Object
Type string - 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.
- Owners []string
- Parents
[]Get
Ether Physical Port Result Parent - Peer
Dn string - PeerDn for ethernet physical port.
- Peer
Interfaces []GetEther Physical Port Result Peer Interface - Permission
Resources []GetEther Physical Port Result Permission Resource - Port
Channel float64Id - Port channel id for port channel created on FI switch.
- Port
Groups []GetEther Physical Port Result Port Group - Port
Id float64 - Switch physical port identifier.
- Port
Sub []GetGroups Ether Physical Port Result Port Sub Group - Port
Type string - Defines the transport type for this port (ethernet OR fc).
- Registered
Devices []GetEther Physical 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.
- Switch
Id string - Switch Identifier that is local to a cluster.
- []Get
Ether Physical Port Result Tag - Transceiver
Type string - Transceiver model attached to a port in the Fabric Interconnect.
- Version
Contexts []GetEther Physical Port Result Version Context
- account
Moid String - The Account ID for this managed object.
- acknowledged
Peer List<GetInterfaces Ether Physical Port Result Acknowledged Peer Interface> - additional
Properties String - admin
Speed String - Administratively configured speed for this port.
- admin
State String - Administratively configured state (enabled/disabled) for this port.
- aggregate
Port DoubleId - Breakout port member in the Fabric Interconnect.
- ancestors
List<Get
Ether Physical 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.
- inventory
Device List<GetInfos Ether Physical Port Result Inventory Device Info> - license
Grace String - The number of days this port's license has been in Grace Period for.
- license
State String - The state of the port's licensing.
- mac
Address String - Mac Address of a port in the Fabric Interconnect.
- macsec
Oper List<GetDatas Ether Physical Port Result Macsec Oper Data> - 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.
- name String
- Name of the Physical Port.
- object
Type String - 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.
- owners List<String>
- parents
List<Get
Ether Physical Port Result Parent> - peer
Dn String - PeerDn for ethernet physical port.
- peer
Interfaces List<GetEther Physical Port Result Peer Interface> - permission
Resources List<GetEther Physical Port Result Permission Resource> - port
Channel DoubleId - Port channel id for port channel created on FI switch.
- port
Groups List<GetEther Physical Port Result Port Group> - port
Id Double - Switch physical port identifier.
- port
Sub List<GetGroups Ether Physical Port Result Port Sub Group> - port
Type String - Defines the transport type for this port (ethernet OR fc).
- registered
Devices List<GetEther Physical 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.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Get
Ether Physical Port Result Tag> - transceiver
Type String - Transceiver model attached to a port in the Fabric Interconnect.
- version
Contexts List<GetEther Physical Port Result Version Context>
- account
Moid string - The Account ID for this managed object.
- acknowledged
Peer GetInterfaces Ether Physical Port Result Acknowledged Peer Interface[] - additional
Properties string - admin
Speed string - Administratively configured speed for this port.
- admin
State string - Administratively configured state (enabled/disabled) for this port.
- aggregate
Port numberId - Breakout port member in the Fabric Interconnect.
- ancestors
Get
Ether Physical 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.
- inventory
Device GetInfos Ether Physical Port Result Inventory Device Info[] - license
Grace string - The number of days this port's license has been in Grace Period for.
- license
State string - The state of the port's licensing.
- mac
Address string - Mac Address of a port in the Fabric Interconnect.
- macsec
Oper GetDatas Ether Physical Port Result Macsec Oper Data[] - 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.
- name string
- Name of the Physical Port.
- object
Type string - 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.
- owners string[]
- parents
Get
Ether Physical Port Result Parent[] - peer
Dn string - PeerDn for ethernet physical port.
- peer
Interfaces GetEther Physical Port Result Peer Interface[] - permission
Resources GetEther Physical Port Result Permission Resource[] - port
Channel numberId - Port channel id for port channel created on FI switch.
- port
Groups GetEther Physical Port Result Port Group[] - port
Id number - Switch physical port identifier.
- port
Sub GetGroups Ether Physical Port Result Port Sub Group[] - port
Type string - Defines the transport type for this port (ethernet OR fc).
- registered
Devices GetEther Physical 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.
- switch
Id string - Switch Identifier that is local to a cluster.
- Get
Ether Physical Port Result Tag[] - transceiver
Type string - Transceiver model attached to a port in the Fabric Interconnect.
- version
Contexts GetEther Physical Port Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- acknowledged_
peer_ Sequence[Getinterfaces Ether Physical Port Result Acknowledged Peer Interface] - additional_
properties str - admin_
speed str - Administratively configured speed for this port.
- admin_
state str - Administratively configured state (enabled/disabled) for this port.
- aggregate_
port_ floatid - Breakout port member in the Fabric Interconnect.
- ancestors
Sequence[Get
Ether Physical 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.
- inventory_
device_ Sequence[Getinfos Ether Physical Port Result Inventory Device Info] - license_
grace str - The number of days this port's license has been in Grace Period for.
- license_
state str - The state of the port's licensing.
- mac_
address str - Mac Address of a port in the Fabric Interconnect.
- macsec_
oper_ Sequence[Getdatas Ether Physical Port Result Macsec Oper Data] - 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.
- name str
- Name of the Physical Port.
- object_
type str - 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.
- owners Sequence[str]
- parents
Sequence[Get
Ether Physical Port Result Parent] - peer_
dn str - PeerDn for ethernet physical port.
- peer_
interfaces Sequence[GetEther Physical Port Result Peer Interface] - permission_
resources Sequence[GetEther Physical Port Result Permission Resource] - port_
channel_ floatid - Port channel id for port channel created on FI switch.
- port_
groups Sequence[GetEther Physical Port Result Port Group] - port_
id float - Switch physical port identifier.
- port_
sub_ Sequence[Getgroups Ether Physical Port Result Port Sub Group] - port_
type str - Defines the transport type for this port (ethernet OR fc).
- registered_
devices Sequence[GetEther Physical 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.
- switch_
id str - Switch Identifier that is local to a cluster.
- Sequence[Get
Ether Physical Port Result Tag] - transceiver_
type str - Transceiver model attached to a port in the Fabric Interconnect.
- version_
contexts Sequence[GetEther Physical Port Result Version Context]
- account
Moid String - The Account ID for this managed object.
- acknowledged
Peer List<Property Map>Interfaces - additional
Properties String - admin
Speed String - Administratively configured speed for this port.
- admin
State String - Administratively configured state (enabled/disabled) for this port.
- aggregate
Port NumberId - Breakout port member in the Fabric Interconnect.
- 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.
- inventory
Device List<Property Map>Infos - license
Grace String - The number of days this port's license has been in Grace Period for.
- license
State String - The state of the port's licensing.
- mac
Address String - Mac Address of a port in the Fabric Interconnect.
- macsec
Oper List<Property Map>Datas - 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.
- name String
- Name of the Physical Port.
- object
Type String - 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.
- 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
Channel NumberId - Port channel id for port channel created on FI switch.
- port
Groups List<Property Map> - port
Id Number - Switch physical port identifier.
- port
Sub List<Property Map>Groups - port
Type String - Defines the transport type for this port (ethernet OR fc).
- 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.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Property Map>
- transceiver
Type String - Transceiver model attached to a port in the Fabric Interconnect.
- version
Contexts List<Property Map>
GetEtherPhysicalPortResultAcknowledgedPeerInterface
- 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
GetEtherPhysicalPortResultAncestor
- 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
GetEtherPhysicalPortResultInventoryDeviceInfo
- 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
GetEtherPhysicalPortResultMacsecOperData
- Additional
Properties string - Auth
Mode string - Cipher
Suite string - Class
Id string - Confidentiality
Offset string - Key
Server string - Object
Type string - Session
State string - State
Reason string
- Additional
Properties string - Auth
Mode string - Cipher
Suite string - Class
Id string - Confidentiality
Offset string - Key
Server string - Object
Type string - Session
State string - State
Reason string
- additional
Properties String - auth
Mode String - cipher
Suite String - class
Id String - confidentiality
Offset String - key
Server String - object
Type String - session
State String - state
Reason String
- additional
Properties string - auth
Mode string - cipher
Suite string - class
Id string - confidentiality
Offset string - key
Server string - object
Type string - session
State string - state
Reason string
- additional_
properties str - auth_
mode str - cipher_
suite str - class_
id str - confidentiality_
offset str - key_
server str - object_
type str - session_
state str - state_
reason str
- additional
Properties String - auth
Mode String - cipher
Suite String - class
Id String - confidentiality
Offset String - key
Server String - object
Type String - session
State String - state
Reason String
GetEtherPhysicalPortResultParent
- 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
GetEtherPhysicalPortResultPeerInterface
- 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
GetEtherPhysicalPortResultPermissionResource
- 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
GetEtherPhysicalPortResultPortGroup
- 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
GetEtherPhysicalPortResultPortSubGroup
- 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
GetEtherPhysicalPortResultRegisteredDevice
- 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
GetEtherPhysicalPortResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetEtherPhysicalPortResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetEther Physical Port Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetEther Physical Port Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetEtherPhysicalPortResultVersionContextInterestedMo
- 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
GetEtherPhysicalPortResultVersionContextRefMo
- 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
GetEtherPhysicalPortTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetEtherPhysicalPortVersionContext
- 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 Physical 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 Physical 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 Physical 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 Physical 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<GetEther Physical 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 Physical 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 Physical 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 Physical 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 Physical 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 Physical 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.
GetEtherPhysicalPortVersionContextInterestedMo
- 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'.
GetEtherPhysicalPortVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet