Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
Physical ports belonging to a WAN Edge Device.
Using getCatalystsdwanPhysicalPort
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 getCatalystsdwanPhysicalPort(args: GetCatalystsdwanPhysicalPortArgs, opts?: InvokeOptions): Promise<GetCatalystsdwanPhysicalPortResult>
function getCatalystsdwanPhysicalPortOutput(args: GetCatalystsdwanPhysicalPortOutputArgs, opts?: InvokeOutputOptions): Output<GetCatalystsdwanPhysicalPortResult>def get_catalystsdwan_physical_port(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
admin_speed: Optional[str] = None,
admin_state: Optional[str] = None,
allowed_vlan_ids: Optional[str] = None,
ancestors: Optional[Sequence[GetCatalystsdwanPhysicalPortAncestor]] = None,
auto_negotiation: Optional[bool] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
default_vlan_id: Optional[float] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
fec_enabled: Optional[bool] = None,
id: Optional[str] = None,
mac_address: Optional[str] = None,
mod_time: Optional[str] = None,
mode: Optional[str] = None,
moid: Optional[str] = None,
mtu: Optional[float] = None,
negotiated_speed: Optional[str] = None,
object_type: Optional[str] = None,
oper_state: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetCatalystsdwanPhysicalPortParent] = None,
permission_resources: Optional[Sequence[GetCatalystsdwanPhysicalPortPermissionResource]] = None,
port_channel_id: Optional[float] = None,
port_channel_name: Optional[str] = None,
port_name: Optional[str] = None,
port_type: Optional[str] = None,
registered_device: Optional[GetCatalystsdwanPhysicalPortRegisteredDevice] = None,
shared_scope: Optional[str] = None,
system_ip: Optional[str] = None,
tags: Optional[Sequence[GetCatalystsdwanPhysicalPortTag]] = None,
uuid: Optional[str] = None,
version_context: Optional[GetCatalystsdwanPhysicalPortVersionContext] = None,
wan_edge_device: Optional[GetCatalystsdwanPhysicalPortWanEdgeDevice] = None,
opts: Optional[InvokeOptions] = None) -> GetCatalystsdwanPhysicalPortResult
def get_catalystsdwan_physical_port_output(account_moid: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
admin_speed: pulumi.Input[Optional[str]] = None,
admin_state: pulumi.Input[Optional[str]] = None,
allowed_vlan_ids: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetCatalystsdwanPhysicalPortAncestorArgs]]]] = None,
auto_negotiation: pulumi.Input[Optional[bool]] = None,
class_id: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
default_vlan_id: pulumi.Input[Optional[float]] = None,
dn: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
fec_enabled: pulumi.Input[Optional[bool]] = None,
id: pulumi.Input[Optional[str]] = None,
mac_address: pulumi.Input[Optional[str]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
mode: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
mtu: pulumi.Input[Optional[float]] = None,
negotiated_speed: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
oper_state: pulumi.Input[Optional[str]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetCatalystsdwanPhysicalPortParentArgs]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetCatalystsdwanPhysicalPortPermissionResourceArgs]]]] = None,
port_channel_id: pulumi.Input[Optional[float]] = None,
port_channel_name: pulumi.Input[Optional[str]] = None,
port_name: pulumi.Input[Optional[str]] = None,
port_type: pulumi.Input[Optional[str]] = None,
registered_device: pulumi.Input[Optional[GetCatalystsdwanPhysicalPortRegisteredDeviceArgs]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
system_ip: pulumi.Input[Optional[str]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetCatalystsdwanPhysicalPortTagArgs]]]] = None,
uuid: pulumi.Input[Optional[str]] = None,
version_context: pulumi.Input[Optional[GetCatalystsdwanPhysicalPortVersionContextArgs]] = None,
wan_edge_device: pulumi.Input[Optional[GetCatalystsdwanPhysicalPortWanEdgeDeviceArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetCatalystsdwanPhysicalPortResult]func LookupCatalystsdwanPhysicalPort(ctx *Context, args *LookupCatalystsdwanPhysicalPortArgs, opts ...InvokeOption) (*LookupCatalystsdwanPhysicalPortResult, error)
func LookupCatalystsdwanPhysicalPortOutput(ctx *Context, args *LookupCatalystsdwanPhysicalPortOutputArgs, opts ...InvokeOption) LookupCatalystsdwanPhysicalPortResultOutput> Note: This function is named LookupCatalystsdwanPhysicalPort in the Go SDK.
public static class GetCatalystsdwanPhysicalPort
{
public static Task<GetCatalystsdwanPhysicalPortResult> InvokeAsync(GetCatalystsdwanPhysicalPortArgs args, InvokeOptions? opts = null)
public static Output<GetCatalystsdwanPhysicalPortResult> Invoke(GetCatalystsdwanPhysicalPortInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetCatalystsdwanPhysicalPortResult> Invoke(GetCatalystsdwanPhysicalPortInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetCatalystsdwanPhysicalPortResult> getCatalystsdwanPhysicalPort(GetCatalystsdwanPhysicalPortArgs args, InvokeOptions options)
public static Output<GetCatalystsdwanPhysicalPortResult> getCatalystsdwanPhysicalPort(GetCatalystsdwanPhysicalPortArgs args, InvokeOptions options)
public static Output<GetCatalystsdwanPhysicalPortResult> getCatalystsdwanPhysicalPort(GetCatalystsdwanPhysicalPortArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getCatalystsdwanPhysicalPort:getCatalystsdwanPhysicalPort
arguments:
# arguments dictionarydata "intersight_get_catalystsdwan_physical_port" "name" {
# arguments
}The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Speed string - Admin speed of the physical port.
- Admin
State string - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - Allowed
Vlan stringIds - List of configured allowed VLAN IDs.
- Ancestors
List<Get
Catalystsdwan Physical Port Ancestor> - Auto
Negotiation bool - Indicates if auto-negotiation is enabled.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Default
Vlan doubleId - Default or Native VLAN configured on the port.
- Dn string
- The distinguished name of the physical port.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fec
Enabled bool - Indicates if FEC is enabled on the physical port.
- Id string
- Mac
Address string - MAC address of the physical port.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - Moid string
- The unique identifier of this Managed Object instance.
- Mtu double
- MTU configured on the physical port.
- Negotiated
Speed string - Negotiated speed of the physical port.
- Object
Type string - Oper
State string - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - Owners List<string>
- Parent
Get
Catalystsdwan Physical Port Parent - Permission
Resources List<GetCatalystsdwan Physical Port Permission Resource> - Port
Channel doubleId - Port channel ID if the physical port is part of a port channel.
- Port
Channel stringName - Port channel name if the physical port is part of a port channel.
- Port
Name string - Physical port name of the WAN Edge Device.
- Port
Type string - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - Registered
Device GetCatalystsdwan Physical Port Registered Device - 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.
- System
Ip string - The IP address of the WAN Edge Device.
-
List<Get
Catalystsdwan Physical Port Tag> - Uuid string
- The UUID of the WAN Edge Device to which this physical port belongs.
- Version
Context GetCatalystsdwan Physical Port Version Context - Wan
Edge GetDevice Catalystsdwan Physical Port Wan Edge Device
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Speed string - Admin speed of the physical port.
- Admin
State string - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - Allowed
Vlan stringIds - List of configured allowed VLAN IDs.
- Ancestors
[]Get
Catalystsdwan Physical Port Ancestor - Auto
Negotiation bool - Indicates if auto-negotiation is enabled.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Default
Vlan float64Id - Default or Native VLAN configured on the port.
- Dn string
- The distinguished name of the physical port.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fec
Enabled bool - Indicates if FEC is enabled on the physical port.
- Id string
- Mac
Address string - MAC address of the physical port.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - Moid string
- The unique identifier of this Managed Object instance.
- Mtu float64
- MTU configured on the physical port.
- Negotiated
Speed string - Negotiated speed of the physical port.
- Object
Type string - Oper
State string - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - Owners []string
- Parent
Get
Catalystsdwan Physical Port Parent - Permission
Resources []GetCatalystsdwan Physical Port Permission Resource - Port
Channel float64Id - Port channel ID if the physical port is part of a port channel.
- Port
Channel stringName - Port channel name if the physical port is part of a port channel.
- Port
Name string - Physical port name of the WAN Edge Device.
- Port
Type string - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - Registered
Device GetCatalystsdwan Physical Port Registered Device - 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.
- System
Ip string - The IP address of the WAN Edge Device.
-
[]Get
Catalystsdwan Physical Port Tag - Uuid string
- The UUID of the WAN Edge Device to which this physical port belongs.
- Version
Context GetCatalystsdwan Physical Port Version Context - Wan
Edge GetDevice Catalystsdwan Physical Port Wan Edge Device
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - admin_
speed string - Admin speed of the physical port.
- admin_
state string - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - allowed_
vlan_ stringids - List of configured allowed VLAN IDs.
- ancestors list(object)
- auto_
negotiation bool - Indicates if auto-negotiation is enabled.
- class_
id string - create_
time string - The time when this managed object was created.
- default_
vlan_ numberid - Default or Native VLAN configured on the port.
- dn string
- The distinguished name of the physical port.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- fec_
enabled bool - Indicates if FEC is enabled on the physical port.
- id string
- mac_
address string - MAC address of the physical port.
- mod_
time string - The time when this managed object was last modified.
- mode string
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - moid string
- The unique identifier of this Managed Object instance.
- mtu number
- MTU configured on the physical port.
- negotiated_
speed string - Negotiated speed of the physical port.
- object_
type string - oper_
state string - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - owners list(string)
- parent object
- permission_
resources list(object) - port_
channel_ numberid - Port channel ID if the physical port is part of a port channel.
- port_
channel_ stringname - Port channel name if the physical port is part of a port channel.
- port_
name string - Physical port name of the WAN Edge Device.
- port_
type string - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - registered_
device object - 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.
- system_
ip string - The IP address of the WAN Edge Device.
- list(object)
- uuid string
- The UUID of the WAN Edge Device to which this physical port belongs.
- version_
context object - wan_
edge_ objectdevice
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Speed String - Admin speed of the physical port.
- admin
State String - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - allowed
Vlan StringIds - List of configured allowed VLAN IDs.
- ancestors
List<Get
Catalystsdwan Physical Port Ancestor> - auto
Negotiation Boolean - Indicates if auto-negotiation is enabled.
- class
Id String - create
Time String - The time when this managed object was created.
- default
Vlan DoubleId - Default or Native VLAN configured on the port.
- dn String
- The distinguished name of the physical port.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fec
Enabled Boolean - Indicates if FEC is enabled on the physical port.
- id String
- mac
Address String - MAC address of the physical port.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - moid String
- The unique identifier of this Managed Object instance.
- mtu Double
- MTU configured on the physical port.
- negotiated
Speed String - Negotiated speed of the physical port.
- object
Type String - oper
State String - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - owners List<String>
- parent
Get
Catalystsdwan Physical Port Parent - permission
Resources List<GetCatalystsdwan Physical Port Permission Resource> - port
Channel DoubleId - Port channel ID if the physical port is part of a port channel.
- port
Channel StringName - Port channel name if the physical port is part of a port channel.
- port
Name String - Physical port name of the WAN Edge Device.
- port
Type String - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - registered
Device GetCatalystsdwan Physical Port Registered Device - 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.
- system
Ip String - The IP address of the WAN Edge Device.
-
List<Get
Catalystsdwan Physical Port Tag> - uuid String
- The UUID of the WAN Edge Device to which this physical port belongs.
- version
Context GetCatalystsdwan Physical Port Version Context - wan
Edge GetDevice Catalystsdwan Physical Port Wan Edge Device
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Speed string - Admin speed of the physical port.
- admin
State string - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - allowed
Vlan stringIds - List of configured allowed VLAN IDs.
- ancestors
Get
Catalystsdwan Physical Port Ancestor[] - auto
Negotiation boolean - Indicates if auto-negotiation is enabled.
- class
Id string - create
Time string - The time when this managed object was created.
- default
Vlan numberId - Default or Native VLAN configured on the port.
- dn string
- The distinguished name of the physical port.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- fec
Enabled boolean - Indicates if FEC is enabled on the physical port.
- id string
- mac
Address string - MAC address of the physical port.
- mod
Time string - The time when this managed object was last modified.
- mode string
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - moid string
- The unique identifier of this Managed Object instance.
- mtu number
- MTU configured on the physical port.
- negotiated
Speed string - Negotiated speed of the physical port.
- object
Type string - oper
State string - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - owners string[]
- parent
Get
Catalystsdwan Physical Port Parent - permission
Resources GetCatalystsdwan Physical Port Permission Resource[] - port
Channel numberId - Port channel ID if the physical port is part of a port channel.
- port
Channel stringName - Port channel name if the physical port is part of a port channel.
- port
Name string - Physical port name of the WAN Edge Device.
- port
Type string - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - registered
Device GetCatalystsdwan Physical Port Registered Device - 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.
- system
Ip string - The IP address of the WAN Edge Device.
-
Get
Catalystsdwan Physical Port Tag[] - uuid string
- The UUID of the WAN Edge Device to which this physical port belongs.
- version
Context GetCatalystsdwan Physical Port Version Context - wan
Edge GetDevice Catalystsdwan Physical Port Wan Edge Device
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - admin_
speed str - Admin speed of the physical port.
- admin_
state str - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - allowed_
vlan_ strids - List of configured allowed VLAN IDs.
- ancestors
Sequence[Get
Catalystsdwan Physical Port Ancestor] - auto_
negotiation bool - Indicates if auto-negotiation is enabled.
- class_
id str - create_
time str - The time when this managed object was created.
- default_
vlan_ floatid - Default or Native VLAN configured on the port.
- dn str
- The distinguished name of the physical port.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- fec_
enabled bool - Indicates if FEC is enabled on the physical port.
- id str
- mac_
address str - MAC address of the physical port.
- mod_
time str - The time when this managed object was last modified.
- mode str
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - moid str
- The unique identifier of this Managed Object instance.
- mtu float
- MTU configured on the physical port.
- negotiated_
speed str - Negotiated speed of the physical port.
- object_
type str - oper_
state str - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - owners Sequence[str]
- parent
Get
Catalystsdwan Physical Port Parent - permission_
resources Sequence[GetCatalystsdwan Physical Port Permission Resource] - port_
channel_ floatid - Port channel ID if the physical port is part of a port channel.
- port_
channel_ strname - Port channel name if the physical port is part of a port channel.
- port_
name str - Physical port name of the WAN Edge Device.
- port_
type str - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - registered_
device GetCatalystsdwan Physical Port Registered Device - 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.
- system_
ip str - The IP address of the WAN Edge Device.
-
Sequence[Get
Catalystsdwan Physical Port Tag] - uuid str
- The UUID of the WAN Edge Device to which this physical port belongs.
- version_
context GetCatalystsdwan Physical Port Version Context - wan_
edge_ Getdevice Catalystsdwan Physical Port Wan Edge Device
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Speed String - Admin speed of the physical port.
- admin
State String - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - allowed
Vlan StringIds - List of configured allowed VLAN IDs.
- ancestors List<Property Map>
- auto
Negotiation Boolean - Indicates if auto-negotiation is enabled.
- class
Id String - create
Time String - The time when this managed object was created.
- default
Vlan NumberId - Default or Native VLAN configured on the port.
- dn String
- The distinguished name of the physical port.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fec
Enabled Boolean - Indicates if FEC is enabled on the physical port.
- id String
- mac
Address String - MAC address of the physical port.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - moid String
- The unique identifier of this Managed Object instance.
- mtu Number
- MTU configured on the physical port.
- negotiated
Speed String - Negotiated speed of the physical port.
- object
Type String - oper
State String - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - port
Channel NumberId - Port channel ID if the physical port is part of a port channel.
- port
Channel StringName - Port channel name if the physical port is part of a port channel.
- port
Name String - Physical port name of the WAN Edge Device.
- port
Type String - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - registered
Device Property Map - 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.
- system
Ip String - The IP address of the WAN Edge Device.
- List<Property Map>
- uuid String
- The UUID of the WAN Edge Device to which this physical port belongs.
- version
Context Property Map - wan
Edge Property MapDevice
getCatalystsdwanPhysicalPort Result
The following output properties are available:
- Id string
- Results
List<Get
Catalystsdwan Physical Port Result> - Account
Moid string - Additional
Properties string - Admin
Speed string - Admin
State string - Allowed
Vlan stringIds - Ancestors
List<Get
Catalystsdwan Physical Port Ancestor> - Auto
Negotiation bool - Class
Id string - Create
Time string - Default
Vlan doubleId - Dn string
- Domain
Group stringMoid - Fec
Enabled bool - Mac
Address string - Mod
Time string - Mode string
- Moid string
- Mtu double
- Negotiated
Speed string - Object
Type string - Oper
State string - Owners List<string>
- Parent
Get
Catalystsdwan Physical Port Parent - Permission
Resources List<GetCatalystsdwan Physical Port Permission Resource> - Port
Channel doubleId - Port
Channel stringName - Port
Name string - Port
Type string - Registered
Device GetCatalystsdwan Physical Port Registered Device - string
- System
Ip string -
List<Get
Catalystsdwan Physical Port Tag> - Uuid string
- Version
Context GetCatalystsdwan Physical Port Version Context - Wan
Edge GetDevice Catalystsdwan Physical Port Wan Edge Device
- Id string
- Results
[]Get
Catalystsdwan Physical Port Result - Account
Moid string - Additional
Properties string - Admin
Speed string - Admin
State string - Allowed
Vlan stringIds - Ancestors
[]Get
Catalystsdwan Physical Port Ancestor - Auto
Negotiation bool - Class
Id string - Create
Time string - Default
Vlan float64Id - Dn string
- Domain
Group stringMoid - Fec
Enabled bool - Mac
Address string - Mod
Time string - Mode string
- Moid string
- Mtu float64
- Negotiated
Speed string - Object
Type string - Oper
State string - Owners []string
- Parent
Get
Catalystsdwan Physical Port Parent - Permission
Resources []GetCatalystsdwan Physical Port Permission Resource - Port
Channel float64Id - Port
Channel stringName - Port
Name string - Port
Type string - Registered
Device GetCatalystsdwan Physical Port Registered Device - string
- System
Ip string -
[]Get
Catalystsdwan Physical Port Tag - Uuid string
- Version
Context GetCatalystsdwan Physical Port Version Context - Wan
Edge GetDevice Catalystsdwan Physical Port Wan Edge Device
- id string
- results list(object)
- account_
moid string - additional_
properties string - admin_
speed string - admin_
state string - allowed_
vlan_ stringids - ancestors list(object)
- auto_
negotiation bool - class_
id string - create_
time string - default_
vlan_ numberid - dn string
- domain_
group_ stringmoid - fec_
enabled bool - mac_
address string - mod_
time string - mode string
- moid string
- mtu number
- negotiated_
speed string - object_
type string - oper_
state string - owners list(string)
- parent object
- permission_
resources list(object) - port_
channel_ numberid - port_
channel_ stringname - port_
name string - port_
type string - registered_
device object - string
- system_
ip string - list(object)
- uuid string
- version_
context object - wan_
edge_ objectdevice
- id String
- results
List<Get
Catalystsdwan Physical Port Result> - account
Moid String - additional
Properties String - admin
Speed String - admin
State String - allowed
Vlan StringIds - ancestors
List<Get
Catalystsdwan Physical Port Ancestor> - auto
Negotiation Boolean - class
Id String - create
Time String - default
Vlan DoubleId - dn String
- domain
Group StringMoid - fec
Enabled Boolean - mac
Address String - mod
Time String - mode String
- moid String
- mtu Double
- negotiated
Speed String - object
Type String - oper
State String - owners List<String>
- parent
Get
Catalystsdwan Physical Port Parent - permission
Resources List<GetCatalystsdwan Physical Port Permission Resource> - port
Channel DoubleId - port
Channel StringName - port
Name String - port
Type String - registered
Device GetCatalystsdwan Physical Port Registered Device - String
- system
Ip String -
List<Get
Catalystsdwan Physical Port Tag> - uuid String
- version
Context GetCatalystsdwan Physical Port Version Context - wan
Edge GetDevice Catalystsdwan Physical Port Wan Edge Device
- id string
- results
Get
Catalystsdwan Physical Port Result[] - account
Moid string - additional
Properties string - admin
Speed string - admin
State string - allowed
Vlan stringIds - ancestors
Get
Catalystsdwan Physical Port Ancestor[] - auto
Negotiation boolean - class
Id string - create
Time string - default
Vlan numberId - dn string
- domain
Group stringMoid - fec
Enabled boolean - mac
Address string - mod
Time string - mode string
- moid string
- mtu number
- negotiated
Speed string - object
Type string - oper
State string - owners string[]
- parent
Get
Catalystsdwan Physical Port Parent - permission
Resources GetCatalystsdwan Physical Port Permission Resource[] - port
Channel numberId - port
Channel stringName - port
Name string - port
Type string - registered
Device GetCatalystsdwan Physical Port Registered Device - string
- system
Ip string -
Get
Catalystsdwan Physical Port Tag[] - uuid string
- version
Context GetCatalystsdwan Physical Port Version Context - wan
Edge GetDevice Catalystsdwan Physical Port Wan Edge Device
- id str
- results
Sequence[Get
Catalystsdwan Physical Port Result] - account_
moid str - additional_
properties str - admin_
speed str - admin_
state str - allowed_
vlan_ strids - ancestors
Sequence[Get
Catalystsdwan Physical Port Ancestor] - auto_
negotiation bool - class_
id str - create_
time str - default_
vlan_ floatid - dn str
- domain_
group_ strmoid - fec_
enabled bool - mac_
address str - mod_
time str - mode str
- moid str
- mtu float
- negotiated_
speed str - object_
type str - oper_
state str - owners Sequence[str]
- parent
Get
Catalystsdwan Physical Port Parent - permission_
resources Sequence[GetCatalystsdwan Physical Port Permission Resource] - port_
channel_ floatid - port_
channel_ strname - port_
name str - port_
type str - registered_
device GetCatalystsdwan Physical Port Registered Device - str
- system_
ip str -
Sequence[Get
Catalystsdwan Physical Port Tag] - uuid str
- version_
context GetCatalystsdwan Physical Port Version Context - wan_
edge_ Getdevice Catalystsdwan Physical Port Wan Edge Device
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - admin
Speed String - admin
State String - allowed
Vlan StringIds - ancestors List<Property Map>
- auto
Negotiation Boolean - class
Id String - create
Time String - default
Vlan NumberId - dn String
- domain
Group StringMoid - fec
Enabled Boolean - mac
Address String - mod
Time String - mode String
- moid String
- mtu Number
- negotiated
Speed String - object
Type String - oper
State String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - port
Channel NumberId - port
Channel StringName - port
Name String - port
Type String - registered
Device Property Map - String
- system
Ip String - List<Property Map>
- uuid String
- version
Context Property Map - wan
Edge Property MapDevice
Supporting Types
GetCatalystsdwanPhysicalPortAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCatalystsdwanPhysicalPortParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCatalystsdwanPhysicalPortPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCatalystsdwanPhysicalPortRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCatalystsdwanPhysicalPortResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Speed string - Admin speed of the physical port.
- Admin
State string - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - Allowed
Vlan stringIds - List of configured allowed VLAN IDs.
- Ancestors
List<Get
Catalystsdwan Physical Port Result Ancestor> - Auto
Negotiation bool - Indicates if auto-negotiation is enabled.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Default
Vlan doubleId - Default or Native VLAN configured on the port.
- Dn string
- The distinguished name of the physical port.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fec
Enabled bool - Indicates if FEC is enabled on the physical port.
- Mac
Address string - MAC address of the physical port.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - Moid string
- The unique identifier of this Managed Object instance.
- Mtu double
- MTU configured on the physical port.
- Negotiated
Speed string - Negotiated speed of the physical port.
- Object
Type string - Oper
State string - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - Owners List<string>
- Parents
List<Get
Catalystsdwan Physical Port Result Parent> - Permission
Resources List<GetCatalystsdwan Physical Port Result Permission Resource> - Port
Channel doubleId - Port channel ID if the physical port is part of a port channel.
- Port
Channel stringName - Port channel name if the physical port is part of a port channel.
- Port
Name string - Physical port name of the WAN Edge Device.
- Port
Type string - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - Registered
Devices List<GetCatalystsdwan Physical Port Result Registered Device> - 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.
- System
Ip string - The IP address of the WAN Edge Device.
-
List<Get
Catalystsdwan Physical Port Result Tag> - Uuid string
- The UUID of the WAN Edge Device to which this physical port belongs.
- Version
Contexts List<GetCatalystsdwan Physical Port Result Version Context> - Wan
Edge List<GetDevices Catalystsdwan Physical Port Result Wan Edge Device>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Speed string - Admin speed of the physical port.
- Admin
State string - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - Allowed
Vlan stringIds - List of configured allowed VLAN IDs.
- Ancestors
[]Get
Catalystsdwan Physical Port Result Ancestor - Auto
Negotiation bool - Indicates if auto-negotiation is enabled.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Default
Vlan float64Id - Default or Native VLAN configured on the port.
- Dn string
- The distinguished name of the physical port.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fec
Enabled bool - Indicates if FEC is enabled on the physical port.
- Mac
Address string - MAC address of the physical port.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - Moid string
- The unique identifier of this Managed Object instance.
- Mtu float64
- MTU configured on the physical port.
- Negotiated
Speed string - Negotiated speed of the physical port.
- Object
Type string - Oper
State string - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - Owners []string
- Parents
[]Get
Catalystsdwan Physical Port Result Parent - Permission
Resources []GetCatalystsdwan Physical Port Result Permission Resource - Port
Channel float64Id - Port channel ID if the physical port is part of a port channel.
- Port
Channel stringName - Port channel name if the physical port is part of a port channel.
- Port
Name string - Physical port name of the WAN Edge Device.
- Port
Type string - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - Registered
Devices []GetCatalystsdwan Physical Port Result Registered Device - 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.
- System
Ip string - The IP address of the WAN Edge Device.
-
[]Get
Catalystsdwan Physical Port Result Tag - Uuid string
- The UUID of the WAN Edge Device to which this physical port belongs.
- Version
Contexts []GetCatalystsdwan Physical Port Result Version Context - Wan
Edge []GetDevices Catalystsdwan Physical Port Result Wan Edge Device
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - admin_
speed string - Admin speed of the physical port.
- admin_
state string - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - allowed_
vlan_ stringids - List of configured allowed VLAN IDs.
- ancestors list(object)
- auto_
negotiation bool - Indicates if auto-negotiation is enabled.
- class_
id string - create_
time string - The time when this managed object was created.
- default_
vlan_ numberid - Default or Native VLAN configured on the port.
- dn string
- The distinguished name of the physical port.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- fec_
enabled bool - Indicates if FEC is enabled on the physical port.
- mac_
address string - MAC address of the physical port.
- mod_
time string - The time when this managed object was last modified.
- mode string
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - moid string
- The unique identifier of this Managed Object instance.
- mtu number
- MTU configured on the physical port.
- negotiated_
speed string - Negotiated speed of the physical port.
- object_
type string - oper_
state string - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - owners list(string)
- parents list(object)
- permission_
resources list(object) - port_
channel_ numberid - Port channel ID if the physical port is part of a port channel.
- port_
channel_ stringname - Port channel name if the physical port is part of a port channel.
- port_
name string - Physical port name of the WAN Edge Device.
- port_
type string - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - registered_
devices list(object) - 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.
- system_
ip string - The IP address of the WAN Edge Device.
- list(object)
- uuid string
- The UUID of the WAN Edge Device to which this physical port belongs.
- version_
contexts list(object) - wan_
edge_ list(object)devices
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Speed String - Admin speed of the physical port.
- admin
State String - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - allowed
Vlan StringIds - List of configured allowed VLAN IDs.
- ancestors
List<Get
Catalystsdwan Physical Port Result Ancestor> - auto
Negotiation Boolean - Indicates if auto-negotiation is enabled.
- class
Id String - create
Time String - The time when this managed object was created.
- default
Vlan DoubleId - Default or Native VLAN configured on the port.
- dn String
- The distinguished name of the physical port.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fec
Enabled Boolean - Indicates if FEC is enabled on the physical port.
- mac
Address String - MAC address of the physical port.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - moid String
- The unique identifier of this Managed Object instance.
- mtu Double
- MTU configured on the physical port.
- negotiated
Speed String - Negotiated speed of the physical port.
- object
Type String - oper
State String - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - owners List<String>
- parents
List<Get
Catalystsdwan Physical Port Result Parent> - permission
Resources List<GetCatalystsdwan Physical Port Result Permission Resource> - port
Channel DoubleId - Port channel ID if the physical port is part of a port channel.
- port
Channel StringName - Port channel name if the physical port is part of a port channel.
- port
Name String - Physical port name of the WAN Edge Device.
- port
Type String - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - registered
Devices List<GetCatalystsdwan Physical Port Result Registered Device> - 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.
- system
Ip String - The IP address of the WAN Edge Device.
-
List<Get
Catalystsdwan Physical Port Result Tag> - uuid String
- The UUID of the WAN Edge Device to which this physical port belongs.
- version
Contexts List<GetCatalystsdwan Physical Port Result Version Context> - wan
Edge List<GetDevices Catalystsdwan Physical Port Result Wan Edge Device>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Speed string - Admin speed of the physical port.
- admin
State string - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - allowed
Vlan stringIds - List of configured allowed VLAN IDs.
- ancestors
Get
Catalystsdwan Physical Port Result Ancestor[] - auto
Negotiation boolean - Indicates if auto-negotiation is enabled.
- class
Id string - create
Time string - The time when this managed object was created.
- default
Vlan numberId - Default or Native VLAN configured on the port.
- dn string
- The distinguished name of the physical port.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- fec
Enabled boolean - Indicates if FEC is enabled on the physical port.
- mac
Address string - MAC address of the physical port.
- mod
Time string - The time when this managed object was last modified.
- mode string
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - moid string
- The unique identifier of this Managed Object instance.
- mtu number
- MTU configured on the physical port.
- negotiated
Speed string - Negotiated speed of the physical port.
- object
Type string - oper
State string - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - owners string[]
- parents
Get
Catalystsdwan Physical Port Result Parent[] - permission
Resources GetCatalystsdwan Physical Port Result Permission Resource[] - port
Channel numberId - Port channel ID if the physical port is part of a port channel.
- port
Channel stringName - Port channel name if the physical port is part of a port channel.
- port
Name string - Physical port name of the WAN Edge Device.
- port
Type string - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - registered
Devices GetCatalystsdwan Physical Port Result Registered Device[] - 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.
- system
Ip string - The IP address of the WAN Edge Device.
-
Get
Catalystsdwan Physical Port Result Tag[] - uuid string
- The UUID of the WAN Edge Device to which this physical port belongs.
- version
Contexts GetCatalystsdwan Physical Port Result Version Context[] - wan
Edge GetDevices Catalystsdwan Physical Port Result Wan Edge Device[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - admin_
speed str - Admin speed of the physical port.
- admin_
state str - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - allowed_
vlan_ strids - List of configured allowed VLAN IDs.
- ancestors
Sequence[Get
Catalystsdwan Physical Port Result Ancestor] - auto_
negotiation bool - Indicates if auto-negotiation is enabled.
- class_
id str - create_
time str - The time when this managed object was created.
- default_
vlan_ floatid - Default or Native VLAN configured on the port.
- dn str
- The distinguished name of the physical port.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- fec_
enabled bool - Indicates if FEC is enabled on the physical port.
- mac_
address str - MAC address of the physical port.
- mod_
time str - The time when this managed object was last modified.
- mode str
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - moid str
- The unique identifier of this Managed Object instance.
- mtu float
- MTU configured on the physical port.
- negotiated_
speed str - Negotiated speed of the physical port.
- object_
type str - oper_
state str - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - owners Sequence[str]
- parents
Sequence[Get
Catalystsdwan Physical Port Result Parent] - permission_
resources Sequence[GetCatalystsdwan Physical Port Result Permission Resource] - port_
channel_ floatid - Port channel ID if the physical port is part of a port channel.
- port_
channel_ strname - Port channel name if the physical port is part of a port channel.
- port_
name str - Physical port name of the WAN Edge Device.
- port_
type str - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - registered_
devices Sequence[GetCatalystsdwan Physical Port Result Registered Device] - 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.
- system_
ip str - The IP address of the WAN Edge Device.
-
Sequence[Get
Catalystsdwan Physical Port Result Tag] - uuid str
- The UUID of the WAN Edge Device to which this physical port belongs.
- version_
contexts Sequence[GetCatalystsdwan Physical Port Result Version Context] - wan_
edge_ Sequence[Getdevices Catalystsdwan Physical Port Result Wan Edge Device]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Speed String - Admin speed of the physical port.
- admin
State String - Administrative state of the physical port.*
Unknown- Administrative state is unknown.*Up- Administrative state is up.*Down- Administrative state is down. - allowed
Vlan StringIds - List of configured allowed VLAN IDs.
- ancestors List<Property Map>
- auto
Negotiation Boolean - Indicates if auto-negotiation is enabled.
- class
Id String - create
Time String - The time when this managed object was created.
- default
Vlan NumberId - Default or Native VLAN configured on the port.
- dn String
- The distinguished name of the physical port.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fec
Enabled Boolean - Indicates if FEC is enabled on the physical port.
- mac
Address String - MAC address of the physical port.
- mod
Time String - The time when this managed object was last modified.
- mode String
- Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.*
Routed- Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.*Access- Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.*Trunk- Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port. - moid String
- The unique identifier of this Managed Object instance.
- mtu Number
- MTU configured on the physical port.
- negotiated
Speed String - Negotiated speed of the physical port.
- object
Type String - oper
State String - Operational state of the physical port.*
Unknown- Operational state of physical port or port channel or interface is unknown.*Up- Operational state of physical port or port channel or interface is up.*Down- Operational state of physical port or port channel or interface is down. - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - port
Channel NumberId - Port channel ID if the physical port is part of a port channel.
- port
Channel StringName - Port channel name if the physical port is part of a port channel.
- port
Name String - Physical port name of the WAN Edge Device.
- port
Type String - Type of the physical port (e.g., Backplane and frontpanel).*
Front Panel- The physical ports that are located on the front panel of Catalyst SDWAN devices.*Backplane- The internal backplane ports on Catalyst SDWAN devices. - registered
Devices List<Property Map> - 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.
- system
Ip String - The IP address of the WAN Edge Device.
- List<Property Map>
- uuid String
- The UUID of the WAN Edge Device to which this physical port belongs.
- version
Contexts List<Property Map> - wan
Edge List<Property Map>Devices
GetCatalystsdwanPhysicalPortResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCatalystsdwanPhysicalPortResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCatalystsdwanPhysicalPortResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCatalystsdwanPhysicalPortResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCatalystsdwanPhysicalPortResultTag
- additional_
properties string - ancestor_
definitions list(object) - definitions list(object)
- key string
- propagated bool
- sys_
tag bool - type string
- value string
- additional
Properties string - ancestor
Definitions GetCatalystsdwan Physical Port Result Tag Ancestor Definition[] - definitions
Get
Catalystsdwan Physical Port Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - type string
- value string
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetCatalystsdwanPhysicalPortResultTagAncestorDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCatalystsdwanPhysicalPortResultTagDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCatalystsdwanPhysicalPortResultVersionContext
- additional_
properties string - class_
id string - interested_
mos list(object) - marked_
for_ booldeletion - nr_
version string - object_
type string - ref_
mos list(object) - timestamp string
- version_
type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetCatalystsdwanPhysicalPortResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCatalystsdwanPhysicalPortResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCatalystsdwanPhysicalPortResultWanEdgeDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCatalystsdwanPhysicalPortTag
- Additional
Properties string - Ancestor
Definitions List<GetCatalystsdwan Physical Port Tag Ancestor Definition> - Definition
Get
Catalystsdwan Physical Port Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetCatalystsdwan Physical Port Tag Ancestor Definition - Definition
Get
Catalystsdwan Physical Port Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - definition object
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetCatalystsdwan Physical Port Tag Ancestor Definition> - definition
Get
Catalystsdwan Physical Port Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetCatalystsdwan Physical Port Tag Ancestor Definition[] - definition
Get
Catalystsdwan Physical Port Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetCatalystsdwan Physical Port Tag Ancestor Definition] - definition
Get
Catalystsdwan Physical Port Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
GetCatalystsdwanPhysicalPortTagAncestorDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCatalystsdwanPhysicalPortTagDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCatalystsdwanPhysicalPortVersionContext
- 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<GetCatalystsdwan 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 GetCatalystsdwan 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 []GetCatalystsdwan 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 GetCatalystsdwan 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(object) - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo object - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version_
type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetCatalystsdwan 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 GetCatalystsdwan 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 GetCatalystsdwan 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 GetCatalystsdwan 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[GetCatalystsdwan 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 GetCatalystsdwan 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.
GetCatalystsdwanPhysicalPortVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCatalystsdwanPhysicalPortVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCatalystsdwanPhysicalPortWanEdgeDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersightTerraform Provider.
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet