1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getCatalystsdwanPhysicalPort
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
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 dictionary
    data "intersight_get_catalystsdwan_physical_port" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminSpeed string
    Admin speed of the physical port.
    AdminState string
    Administrative state of the physical port.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    AllowedVlanIds string
    List of configured allowed VLAN IDs.
    Ancestors List<GetCatalystsdwanPhysicalPortAncestor>
    AutoNegotiation bool
    Indicates if auto-negotiation is enabled.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultVlanId double
    Default or Native VLAN configured on the port.
    Dn string
    The distinguished name of the physical port.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FecEnabled bool
    Indicates if FEC is enabled on the physical port.
    Id string
    MacAddress string
    MAC address of the physical port.
    ModTime 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.
    NegotiatedSpeed string
    Negotiated speed of the physical port.
    ObjectType string
    OperState 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 GetCatalystsdwanPhysicalPortParent
    PermissionResources List<GetCatalystsdwanPhysicalPortPermissionResource>
    PortChannelId double
    Port channel ID if the physical port is part of a port channel.
    PortChannelName string
    Port channel name if the physical port is part of a port channel.
    PortName string
    Physical port name of the WAN Edge Device.
    PortType 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.
    RegisteredDevice GetCatalystsdwanPhysicalPortRegisteredDevice
    SharedScope 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.
    SystemIp string
    The IP address of the WAN Edge Device.
    Tags List<GetCatalystsdwanPhysicalPortTag>
    Uuid string
    The UUID of the WAN Edge Device to which this physical port belongs.
    VersionContext GetCatalystsdwanPhysicalPortVersionContext
    WanEdgeDevice GetCatalystsdwanPhysicalPortWanEdgeDevice
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminSpeed string
    Admin speed of the physical port.
    AdminState string
    Administrative state of the physical port.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    AllowedVlanIds string
    List of configured allowed VLAN IDs.
    Ancestors []GetCatalystsdwanPhysicalPortAncestor
    AutoNegotiation bool
    Indicates if auto-negotiation is enabled.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultVlanId float64
    Default or Native VLAN configured on the port.
    Dn string
    The distinguished name of the physical port.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FecEnabled bool
    Indicates if FEC is enabled on the physical port.
    Id string
    MacAddress string
    MAC address of the physical port.
    ModTime 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.
    NegotiatedSpeed string
    Negotiated speed of the physical port.
    ObjectType string
    OperState 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 GetCatalystsdwanPhysicalPortParent
    PermissionResources []GetCatalystsdwanPhysicalPortPermissionResource
    PortChannelId float64
    Port channel ID if the physical port is part of a port channel.
    PortChannelName string
    Port channel name if the physical port is part of a port channel.
    PortName string
    Physical port name of the WAN Edge Device.
    PortType 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.
    RegisteredDevice GetCatalystsdwanPhysicalPortRegisteredDevice
    SharedScope 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.
    SystemIp string
    The IP address of the WAN Edge Device.
    Tags []GetCatalystsdwanPhysicalPortTag
    Uuid string
    The UUID of the WAN Edge Device to which this physical port belongs.
    VersionContext GetCatalystsdwanPhysicalPortVersionContext
    WanEdgeDevice GetCatalystsdwanPhysicalPortWanEdgeDevice
    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_ids string
    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_id number
    Default or Native VLAN configured on the port.
    dn string
    The distinguished name of the physical port.
    domain_group_moid string
    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_id number
    Port channel ID if the physical port is part of a port channel.
    port_channel_name string
    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
    shared_scope 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.
    tags list(object)
    uuid string
    The UUID of the WAN Edge Device to which this physical port belongs.
    version_context object
    wan_edge_device object
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminSpeed String
    Admin speed of the physical port.
    adminState String
    Administrative state of the physical port.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds String
    List of configured allowed VLAN IDs.
    ancestors List<GetCatalystsdwanPhysicalPortAncestor>
    autoNegotiation Boolean
    Indicates if auto-negotiation is enabled.
    classId String
    createTime String
    The time when this managed object was created.
    defaultVlanId Double
    Default or Native VLAN configured on the port.
    dn String
    The distinguished name of the physical port.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fecEnabled Boolean
    Indicates if FEC is enabled on the physical port.
    id String
    macAddress String
    MAC address of the physical port.
    modTime 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.
    negotiatedSpeed String
    Negotiated speed of the physical port.
    objectType String
    operState 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 GetCatalystsdwanPhysicalPortParent
    permissionResources List<GetCatalystsdwanPhysicalPortPermissionResource>
    portChannelId Double
    Port channel ID if the physical port is part of a port channel.
    portChannelName String
    Port channel name if the physical port is part of a port channel.
    portName String
    Physical port name of the WAN Edge Device.
    portType 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.
    registeredDevice GetCatalystsdwanPhysicalPortRegisteredDevice
    sharedScope 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.
    systemIp String
    The IP address of the WAN Edge Device.
    tags List<GetCatalystsdwanPhysicalPortTag>
    uuid String
    The UUID of the WAN Edge Device to which this physical port belongs.
    versionContext GetCatalystsdwanPhysicalPortVersionContext
    wanEdgeDevice GetCatalystsdwanPhysicalPortWanEdgeDevice
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminSpeed string
    Admin speed of the physical port.
    adminState string
    Administrative state of the physical port.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds string
    List of configured allowed VLAN IDs.
    ancestors GetCatalystsdwanPhysicalPortAncestor[]
    autoNegotiation boolean
    Indicates if auto-negotiation is enabled.
    classId string
    createTime string
    The time when this managed object was created.
    defaultVlanId number
    Default or Native VLAN configured on the port.
    dn string
    The distinguished name of the physical port.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fecEnabled boolean
    Indicates if FEC is enabled on the physical port.
    id string
    macAddress string
    MAC address of the physical port.
    modTime 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.
    negotiatedSpeed string
    Negotiated speed of the physical port.
    objectType string
    operState 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 GetCatalystsdwanPhysicalPortParent
    permissionResources GetCatalystsdwanPhysicalPortPermissionResource[]
    portChannelId number
    Port channel ID if the physical port is part of a port channel.
    portChannelName string
    Port channel name if the physical port is part of a port channel.
    portName string
    Physical port name of the WAN Edge Device.
    portType 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.
    registeredDevice GetCatalystsdwanPhysicalPortRegisteredDevice
    sharedScope 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.
    systemIp string
    The IP address of the WAN Edge Device.
    tags GetCatalystsdwanPhysicalPortTag[]
    uuid string
    The UUID of the WAN Edge Device to which this physical port belongs.
    versionContext GetCatalystsdwanPhysicalPortVersionContext
    wanEdgeDevice GetCatalystsdwanPhysicalPortWanEdgeDevice
    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_ids str
    List of configured allowed VLAN IDs.
    ancestors Sequence[GetCatalystsdwanPhysicalPortAncestor]
    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_id float
    Default or Native VLAN configured on the port.
    dn str
    The distinguished name of the physical port.
    domain_group_moid str
    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 GetCatalystsdwanPhysicalPortParent
    permission_resources Sequence[GetCatalystsdwanPhysicalPortPermissionResource]
    port_channel_id float
    Port channel ID if the physical port is part of a port channel.
    port_channel_name str
    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 GetCatalystsdwanPhysicalPortRegisteredDevice
    shared_scope 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.
    tags Sequence[GetCatalystsdwanPhysicalPortTag]
    uuid str
    The UUID of the WAN Edge Device to which this physical port belongs.
    version_context GetCatalystsdwanPhysicalPortVersionContext
    wan_edge_device GetCatalystsdwanPhysicalPortWanEdgeDevice
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminSpeed String
    Admin speed of the physical port.
    adminState String
    Administrative state of the physical port.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds String
    List of configured allowed VLAN IDs.
    ancestors List<Property Map>
    autoNegotiation Boolean
    Indicates if auto-negotiation is enabled.
    classId String
    createTime String
    The time when this managed object was created.
    defaultVlanId Number
    Default or Native VLAN configured on the port.
    dn String
    The distinguished name of the physical port.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fecEnabled Boolean
    Indicates if FEC is enabled on the physical port.
    id String
    macAddress String
    MAC address of the physical port.
    modTime 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.
    negotiatedSpeed String
    Negotiated speed of the physical port.
    objectType String
    operState 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
    permissionResources List<Property Map>
    portChannelId Number
    Port channel ID if the physical port is part of a port channel.
    portChannelName String
    Port channel name if the physical port is part of a port channel.
    portName String
    Physical port name of the WAN Edge Device.
    portType 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.
    registeredDevice Property Map
    sharedScope 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.
    systemIp String
    The IP address of the WAN Edge Device.
    tags List<Property Map>
    uuid String
    The UUID of the WAN Edge Device to which this physical port belongs.
    versionContext Property Map
    wanEdgeDevice Property Map

    getCatalystsdwanPhysicalPort Result

    The following output properties are available:

    Id string
    Results List<GetCatalystsdwanPhysicalPortResult>
    AccountMoid string
    AdditionalProperties string
    AdminSpeed string
    AdminState string
    AllowedVlanIds string
    Ancestors List<GetCatalystsdwanPhysicalPortAncestor>
    AutoNegotiation bool
    ClassId string
    CreateTime string
    DefaultVlanId double
    Dn string
    DomainGroupMoid string
    FecEnabled bool
    MacAddress string
    ModTime string
    Mode string
    Moid string
    Mtu double
    NegotiatedSpeed string
    ObjectType string
    OperState string
    Owners List<string>
    Parent GetCatalystsdwanPhysicalPortParent
    PermissionResources List<GetCatalystsdwanPhysicalPortPermissionResource>
    PortChannelId double
    PortChannelName string
    PortName string
    PortType string
    RegisteredDevice GetCatalystsdwanPhysicalPortRegisteredDevice
    SharedScope string
    SystemIp string
    Tags List<GetCatalystsdwanPhysicalPortTag>
    Uuid string
    VersionContext GetCatalystsdwanPhysicalPortVersionContext
    WanEdgeDevice GetCatalystsdwanPhysicalPortWanEdgeDevice
    Id string
    Results []GetCatalystsdwanPhysicalPortResult
    AccountMoid string
    AdditionalProperties string
    AdminSpeed string
    AdminState string
    AllowedVlanIds string
    Ancestors []GetCatalystsdwanPhysicalPortAncestor
    AutoNegotiation bool
    ClassId string
    CreateTime string
    DefaultVlanId float64
    Dn string
    DomainGroupMoid string
    FecEnabled bool
    MacAddress string
    ModTime string
    Mode string
    Moid string
    Mtu float64
    NegotiatedSpeed string
    ObjectType string
    OperState string
    Owners []string
    Parent GetCatalystsdwanPhysicalPortParent
    PermissionResources []GetCatalystsdwanPhysicalPortPermissionResource
    PortChannelId float64
    PortChannelName string
    PortName string
    PortType string
    RegisteredDevice GetCatalystsdwanPhysicalPortRegisteredDevice
    SharedScope string
    SystemIp string
    Tags []GetCatalystsdwanPhysicalPortTag
    Uuid string
    VersionContext GetCatalystsdwanPhysicalPortVersionContext
    WanEdgeDevice GetCatalystsdwanPhysicalPortWanEdgeDevice
    id String
    results List<GetCatalystsdwanPhysicalPortResult>
    accountMoid String
    additionalProperties String
    adminSpeed String
    adminState String
    allowedVlanIds String
    ancestors List<GetCatalystsdwanPhysicalPortAncestor>
    autoNegotiation Boolean
    classId String
    createTime String
    defaultVlanId Double
    dn String
    domainGroupMoid String
    fecEnabled Boolean
    macAddress String
    modTime String
    mode String
    moid String
    mtu Double
    negotiatedSpeed String
    objectType String
    operState String
    owners List<String>
    parent GetCatalystsdwanPhysicalPortParent
    permissionResources List<GetCatalystsdwanPhysicalPortPermissionResource>
    portChannelId Double
    portChannelName String
    portName String
    portType String
    registeredDevice GetCatalystsdwanPhysicalPortRegisteredDevice
    sharedScope String
    systemIp String
    tags List<GetCatalystsdwanPhysicalPortTag>
    uuid String
    versionContext GetCatalystsdwanPhysicalPortVersionContext
    wanEdgeDevice GetCatalystsdwanPhysicalPortWanEdgeDevice
    id string
    results GetCatalystsdwanPhysicalPortResult[]
    accountMoid string
    additionalProperties string
    adminSpeed string
    adminState string
    allowedVlanIds string
    ancestors GetCatalystsdwanPhysicalPortAncestor[]
    autoNegotiation boolean
    classId string
    createTime string
    defaultVlanId number
    dn string
    domainGroupMoid string
    fecEnabled boolean
    macAddress string
    modTime string
    mode string
    moid string
    mtu number
    negotiatedSpeed string
    objectType string
    operState string
    owners string[]
    parent GetCatalystsdwanPhysicalPortParent
    permissionResources GetCatalystsdwanPhysicalPortPermissionResource[]
    portChannelId number
    portChannelName string
    portName string
    portType string
    registeredDevice GetCatalystsdwanPhysicalPortRegisteredDevice
    sharedScope string
    systemIp string
    tags GetCatalystsdwanPhysicalPortTag[]
    uuid string
    versionContext GetCatalystsdwanPhysicalPortVersionContext
    wanEdgeDevice GetCatalystsdwanPhysicalPortWanEdgeDevice
    id str
    results Sequence[GetCatalystsdwanPhysicalPortResult]
    account_moid str
    additional_properties str
    admin_speed str
    admin_state str
    allowed_vlan_ids str
    ancestors Sequence[GetCatalystsdwanPhysicalPortAncestor]
    auto_negotiation bool
    class_id str
    create_time str
    default_vlan_id float
    dn str
    domain_group_moid str
    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 GetCatalystsdwanPhysicalPortParent
    permission_resources Sequence[GetCatalystsdwanPhysicalPortPermissionResource]
    port_channel_id float
    port_channel_name str
    port_name str
    port_type str
    registered_device GetCatalystsdwanPhysicalPortRegisteredDevice
    shared_scope str
    system_ip str
    tags Sequence[GetCatalystsdwanPhysicalPortTag]
    uuid str
    version_context GetCatalystsdwanPhysicalPortVersionContext
    wan_edge_device GetCatalystsdwanPhysicalPortWanEdgeDevice

    Supporting Types

    GetCatalystsdwanPhysicalPortAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminSpeed string
    Admin speed of the physical port.
    AdminState string
    Administrative state of the physical port.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    AllowedVlanIds string
    List of configured allowed VLAN IDs.
    Ancestors List<GetCatalystsdwanPhysicalPortResultAncestor>
    AutoNegotiation bool
    Indicates if auto-negotiation is enabled.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultVlanId double
    Default or Native VLAN configured on the port.
    Dn string
    The distinguished name of the physical port.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FecEnabled bool
    Indicates if FEC is enabled on the physical port.
    MacAddress string
    MAC address of the physical port.
    ModTime 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.
    NegotiatedSpeed string
    Negotiated speed of the physical port.
    ObjectType string
    OperState 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<GetCatalystsdwanPhysicalPortResultParent>
    PermissionResources List<GetCatalystsdwanPhysicalPortResultPermissionResource>
    PortChannelId double
    Port channel ID if the physical port is part of a port channel.
    PortChannelName string
    Port channel name if the physical port is part of a port channel.
    PortName string
    Physical port name of the WAN Edge Device.
    PortType 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.
    RegisteredDevices List<GetCatalystsdwanPhysicalPortResultRegisteredDevice>
    SharedScope 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.
    SystemIp string
    The IP address of the WAN Edge Device.
    Tags List<GetCatalystsdwanPhysicalPortResultTag>
    Uuid string
    The UUID of the WAN Edge Device to which this physical port belongs.
    VersionContexts List<GetCatalystsdwanPhysicalPortResultVersionContext>
    WanEdgeDevices List<GetCatalystsdwanPhysicalPortResultWanEdgeDevice>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminSpeed string
    Admin speed of the physical port.
    AdminState string
    Administrative state of the physical port.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    AllowedVlanIds string
    List of configured allowed VLAN IDs.
    Ancestors []GetCatalystsdwanPhysicalPortResultAncestor
    AutoNegotiation bool
    Indicates if auto-negotiation is enabled.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultVlanId float64
    Default or Native VLAN configured on the port.
    Dn string
    The distinguished name of the physical port.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FecEnabled bool
    Indicates if FEC is enabled on the physical port.
    MacAddress string
    MAC address of the physical port.
    ModTime 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.
    NegotiatedSpeed string
    Negotiated speed of the physical port.
    ObjectType string
    OperState 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 []GetCatalystsdwanPhysicalPortResultParent
    PermissionResources []GetCatalystsdwanPhysicalPortResultPermissionResource
    PortChannelId float64
    Port channel ID if the physical port is part of a port channel.
    PortChannelName string
    Port channel name if the physical port is part of a port channel.
    PortName string
    Physical port name of the WAN Edge Device.
    PortType 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.
    RegisteredDevices []GetCatalystsdwanPhysicalPortResultRegisteredDevice
    SharedScope 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.
    SystemIp string
    The IP address of the WAN Edge Device.
    Tags []GetCatalystsdwanPhysicalPortResultTag
    Uuid string
    The UUID of the WAN Edge Device to which this physical port belongs.
    VersionContexts []GetCatalystsdwanPhysicalPortResultVersionContext
    WanEdgeDevices []GetCatalystsdwanPhysicalPortResultWanEdgeDevice
    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_ids string
    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_id number
    Default or Native VLAN configured on the port.
    dn string
    The distinguished name of the physical port.
    domain_group_moid string
    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_id number
    Port channel ID if the physical port is part of a port channel.
    port_channel_name string
    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)
    shared_scope 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.
    tags list(object)
    uuid string
    The UUID of the WAN Edge Device to which this physical port belongs.
    version_contexts list(object)
    wan_edge_devices list(object)
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminSpeed String
    Admin speed of the physical port.
    adminState String
    Administrative state of the physical port.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds String
    List of configured allowed VLAN IDs.
    ancestors List<GetCatalystsdwanPhysicalPortResultAncestor>
    autoNegotiation Boolean
    Indicates if auto-negotiation is enabled.
    classId String
    createTime String
    The time when this managed object was created.
    defaultVlanId Double
    Default or Native VLAN configured on the port.
    dn String
    The distinguished name of the physical port.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fecEnabled Boolean
    Indicates if FEC is enabled on the physical port.
    macAddress String
    MAC address of the physical port.
    modTime 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.
    negotiatedSpeed String
    Negotiated speed of the physical port.
    objectType String
    operState 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<GetCatalystsdwanPhysicalPortResultParent>
    permissionResources List<GetCatalystsdwanPhysicalPortResultPermissionResource>
    portChannelId Double
    Port channel ID if the physical port is part of a port channel.
    portChannelName String
    Port channel name if the physical port is part of a port channel.
    portName String
    Physical port name of the WAN Edge Device.
    portType 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.
    registeredDevices List<GetCatalystsdwanPhysicalPortResultRegisteredDevice>
    sharedScope 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.
    systemIp String
    The IP address of the WAN Edge Device.
    tags List<GetCatalystsdwanPhysicalPortResultTag>
    uuid String
    The UUID of the WAN Edge Device to which this physical port belongs.
    versionContexts List<GetCatalystsdwanPhysicalPortResultVersionContext>
    wanEdgeDevices List<GetCatalystsdwanPhysicalPortResultWanEdgeDevice>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminSpeed string
    Admin speed of the physical port.
    adminState string
    Administrative state of the physical port.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds string
    List of configured allowed VLAN IDs.
    ancestors GetCatalystsdwanPhysicalPortResultAncestor[]
    autoNegotiation boolean
    Indicates if auto-negotiation is enabled.
    classId string
    createTime string
    The time when this managed object was created.
    defaultVlanId number
    Default or Native VLAN configured on the port.
    dn string
    The distinguished name of the physical port.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fecEnabled boolean
    Indicates if FEC is enabled on the physical port.
    macAddress string
    MAC address of the physical port.
    modTime 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.
    negotiatedSpeed string
    Negotiated speed of the physical port.
    objectType string
    operState 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 GetCatalystsdwanPhysicalPortResultParent[]
    permissionResources GetCatalystsdwanPhysicalPortResultPermissionResource[]
    portChannelId number
    Port channel ID if the physical port is part of a port channel.
    portChannelName string
    Port channel name if the physical port is part of a port channel.
    portName string
    Physical port name of the WAN Edge Device.
    portType 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.
    registeredDevices GetCatalystsdwanPhysicalPortResultRegisteredDevice[]
    sharedScope 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.
    systemIp string
    The IP address of the WAN Edge Device.
    tags GetCatalystsdwanPhysicalPortResultTag[]
    uuid string
    The UUID of the WAN Edge Device to which this physical port belongs.
    versionContexts GetCatalystsdwanPhysicalPortResultVersionContext[]
    wanEdgeDevices GetCatalystsdwanPhysicalPortResultWanEdgeDevice[]
    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_ids str
    List of configured allowed VLAN IDs.
    ancestors Sequence[GetCatalystsdwanPhysicalPortResultAncestor]
    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_id float
    Default or Native VLAN configured on the port.
    dn str
    The distinguished name of the physical port.
    domain_group_moid str
    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[GetCatalystsdwanPhysicalPortResultParent]
    permission_resources Sequence[GetCatalystsdwanPhysicalPortResultPermissionResource]
    port_channel_id float
    Port channel ID if the physical port is part of a port channel.
    port_channel_name str
    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[GetCatalystsdwanPhysicalPortResultRegisteredDevice]
    shared_scope 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.
    tags Sequence[GetCatalystsdwanPhysicalPortResultTag]
    uuid str
    The UUID of the WAN Edge Device to which this physical port belongs.
    version_contexts Sequence[GetCatalystsdwanPhysicalPortResultVersionContext]
    wan_edge_devices Sequence[GetCatalystsdwanPhysicalPortResultWanEdgeDevice]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminSpeed String
    Admin speed of the physical port.
    adminState String
    Administrative state of the physical port.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds String
    List of configured allowed VLAN IDs.
    ancestors List<Property Map>
    autoNegotiation Boolean
    Indicates if auto-negotiation is enabled.
    classId String
    createTime String
    The time when this managed object was created.
    defaultVlanId Number
    Default or Native VLAN configured on the port.
    dn String
    The distinguished name of the physical port.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fecEnabled Boolean
    Indicates if FEC is enabled on the physical port.
    macAddress String
    MAC address of the physical port.
    modTime 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.
    negotiatedSpeed String
    Negotiated speed of the physical port.
    objectType String
    operState 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>
    permissionResources List<Property Map>
    portChannelId Number
    Port channel ID if the physical port is part of a port channel.
    portChannelName String
    Port channel name if the physical port is part of a port channel.
    portName String
    Physical port name of the WAN Edge Device.
    portType 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.
    registeredDevices List<Property Map>
    sharedScope 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.
    systemIp String
    The IP address of the WAN Edge Device.
    tags List<Property Map>
    uuid String
    The UUID of the WAN Edge Device to which this physical port belongs.
    versionContexts List<Property Map>
    wanEdgeDevices List<Property Map>

    GetCatalystsdwanPhysicalPortResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCatalystsdwanPhysicalPortResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCatalystsdwanPhysicalPortResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCatalystsdwanPhysicalPortResultRegisteredDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCatalystsdwanPhysicalPortResultTag

    GetCatalystsdwanPhysicalPortResultTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCatalystsdwanPhysicalPortResultTagDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCatalystsdwanPhysicalPortResultVersionContext

    GetCatalystsdwanPhysicalPortResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCatalystsdwanPhysicalPortResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCatalystsdwanPhysicalPortResultWanEdgeDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCatalystsdwanPhysicalPortTag

    AdditionalProperties string
    AncestorDefinitions List<GetCatalystsdwanPhysicalPortTagAncestorDefinition>
    Definition GetCatalystsdwanPhysicalPortTagDefinition
    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.
    SysTag 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.
    AdditionalProperties string
    AncestorDefinitions []GetCatalystsdwanPhysicalPortTagAncestorDefinition
    Definition GetCatalystsdwanPhysicalPortTagDefinition
    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.
    SysTag 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.
    additionalProperties String
    ancestorDefinitions List<GetCatalystsdwanPhysicalPortTagAncestorDefinition>
    definition GetCatalystsdwanPhysicalPortTagDefinition
    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.
    sysTag 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.
    additionalProperties string
    ancestorDefinitions GetCatalystsdwanPhysicalPortTagAncestorDefinition[]
    definition GetCatalystsdwanPhysicalPortTagDefinition
    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.
    sysTag 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[GetCatalystsdwanPhysicalPortTagAncestorDefinition]
    definition GetCatalystsdwanPhysicalPortTagDefinition
    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.
    additionalProperties String
    ancestorDefinitions 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.
    sysTag 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

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetCatalystsdwanPhysicalPortVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetCatalystsdwanPhysicalPortVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetCatalystsdwanPhysicalPortVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetCatalystsdwanPhysicalPortVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties 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_deletion bool
    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.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetCatalystsdwanPhysicalPortVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetCatalystsdwanPhysicalPortVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetCatalystsdwanPhysicalPortVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetCatalystsdwanPhysicalPortVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetCatalystsdwanPhysicalPortVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetCatalystsdwanPhysicalPortVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetCatalystsdwanPhysicalPortVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    Viewing docs for intersight 1.0.79
    published on Monday, Aug 24, 2026 by ciscodevnet

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial