1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getCatalystsdwanPortChannel
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

    Details for the WAN Edge Device port channels.

    Using getCatalystsdwanPortChannel

    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 getCatalystsdwanPortChannel(args: GetCatalystsdwanPortChannelArgs, opts?: InvokeOptions): Promise<GetCatalystsdwanPortChannelResult>
    function getCatalystsdwanPortChannelOutput(args: GetCatalystsdwanPortChannelOutputArgs, opts?: InvokeOutputOptions): Output<GetCatalystsdwanPortChannelResult>
    def get_catalystsdwan_port_channel(account_moid: Optional[str] = None,
                                       additional_properties: Optional[str] = None,
                                       admin_state: Optional[str] = None,
                                       allowed_vlan_ids: Optional[str] = None,
                                       ancestors: Optional[Sequence[GetCatalystsdwanPortChannelAncestor]] = 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,
                                       id: Optional[str] = None,
                                       mod_time: Optional[str] = None,
                                       mode: Optional[str] = None,
                                       moid: Optional[str] = None,
                                       mtu: Optional[float] = None,
                                       object_type: Optional[str] = None,
                                       oper_speed: Optional[str] = None,
                                       oper_state: Optional[str] = None,
                                       owners: Optional[Sequence[str]] = None,
                                       parent: Optional[GetCatalystsdwanPortChannelParent] = None,
                                       permission_resources: Optional[Sequence[GetCatalystsdwanPortChannelPermissionResource]] = None,
                                       port_channel_name: Optional[str] = None,
                                       registered_device: Optional[GetCatalystsdwanPortChannelRegisteredDevice] = None,
                                       shared_scope: Optional[str] = None,
                                       system_ip: Optional[str] = None,
                                       tags: Optional[Sequence[GetCatalystsdwanPortChannelTag]] = None,
                                       uuid: Optional[str] = None,
                                       version_context: Optional[GetCatalystsdwanPortChannelVersionContext] = None,
                                       wan_edge_device: Optional[GetCatalystsdwanPortChannelWanEdgeDevice] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetCatalystsdwanPortChannelResult
    def get_catalystsdwan_port_channel_output(account_moid: pulumi.Input[Optional[str]] = None,
                                       additional_properties: 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[GetCatalystsdwanPortChannelAncestorArgs]]]] = 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,
                                       id: 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,
                                       object_type: pulumi.Input[Optional[str]] = None,
                                       oper_speed: 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[GetCatalystsdwanPortChannelParentArgs]] = None,
                                       permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetCatalystsdwanPortChannelPermissionResourceArgs]]]] = None,
                                       port_channel_name: pulumi.Input[Optional[str]] = None,
                                       registered_device: pulumi.Input[Optional[GetCatalystsdwanPortChannelRegisteredDeviceArgs]] = None,
                                       shared_scope: pulumi.Input[Optional[str]] = None,
                                       system_ip: pulumi.Input[Optional[str]] = None,
                                       tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetCatalystsdwanPortChannelTagArgs]]]] = None,
                                       uuid: pulumi.Input[Optional[str]] = None,
                                       version_context: pulumi.Input[Optional[GetCatalystsdwanPortChannelVersionContextArgs]] = None,
                                       wan_edge_device: pulumi.Input[Optional[GetCatalystsdwanPortChannelWanEdgeDeviceArgs]] = None,
                                       opts: Optional[InvokeOutputOptions] = None) -> Output[GetCatalystsdwanPortChannelResult]
    func LookupCatalystsdwanPortChannel(ctx *Context, args *LookupCatalystsdwanPortChannelArgs, opts ...InvokeOption) (*LookupCatalystsdwanPortChannelResult, error)
    func LookupCatalystsdwanPortChannelOutput(ctx *Context, args *LookupCatalystsdwanPortChannelOutputArgs, opts ...InvokeOption) LookupCatalystsdwanPortChannelResultOutput

    > Note: This function is named LookupCatalystsdwanPortChannel in the Go SDK.

    public static class GetCatalystsdwanPortChannel 
    {
        public static Task<GetCatalystsdwanPortChannelResult> InvokeAsync(GetCatalystsdwanPortChannelArgs args, InvokeOptions? opts = null)
        public static Output<GetCatalystsdwanPortChannelResult> Invoke(GetCatalystsdwanPortChannelInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetCatalystsdwanPortChannelResult> Invoke(GetCatalystsdwanPortChannelInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetCatalystsdwanPortChannelResult> getCatalystsdwanPortChannel(GetCatalystsdwanPortChannelArgs args, InvokeOptions options)
    public static Output<GetCatalystsdwanPortChannelResult> getCatalystsdwanPortChannel(GetCatalystsdwanPortChannelArgs args, InvokeOptions options)
    public static Output<GetCatalystsdwanPortChannelResult> getCatalystsdwanPortChannel(GetCatalystsdwanPortChannelArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getCatalystsdwanPortChannel:getCatalystsdwanPortChannel
      arguments:
        # arguments dictionary
    data "intersight_get_catalystsdwan_port_channel" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    AllowedVlanIds string
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    Ancestors List<GetCatalystsdwanPortChannelAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultVlanId double
    The default VLAN ID configured on the WAN Edge Device port channel.
    Dn string
    The distinguished name of the port channel.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    ObjectType string
    OperSpeed string
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    OperState string
    The operational state of the WAN Edge Device port channel.* 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 GetCatalystsdwanPortChannelParent
    PermissionResources List<GetCatalystsdwanPortChannelPermissionResource>
    PortChannelName string
    Port channel name of the WAN Edge Device.
    RegisteredDevice GetCatalystsdwanPortChannelRegisteredDevice
    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<GetCatalystsdwanPortChannelTag>
    Uuid string
    The UUID of the WAN Edge Device to which this port channel belongs.
    VersionContext GetCatalystsdwanPortChannelVersionContext
    WanEdgeDevice GetCatalystsdwanPortChannelWanEdgeDevice
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    AllowedVlanIds string
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    Ancestors []GetCatalystsdwanPortChannelAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultVlanId float64
    The default VLAN ID configured on the WAN Edge Device port channel.
    Dn string
    The distinguished name of the port channel.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    ObjectType string
    OperSpeed string
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    OperState string
    The operational state of the WAN Edge Device port channel.* 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 GetCatalystsdwanPortChannelParent
    PermissionResources []GetCatalystsdwanPortChannelPermissionResource
    PortChannelName string
    Port channel name of the WAN Edge Device.
    RegisteredDevice GetCatalystsdwanPortChannelRegisteredDevice
    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 []GetCatalystsdwanPortChannelTag
    Uuid string
    The UUID of the WAN Edge Device to which this port channel belongs.
    VersionContext GetCatalystsdwanPortChannelVersionContext
    WanEdgeDevice GetCatalystsdwanPortChannelWanEdgeDevice
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    admin_state string
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowed_vlan_ids string
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    ancestors list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    default_vlan_id number
    The default VLAN ID configured on the WAN Edge Device port channel.
    dn string
    The distinguished name of the port channel.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    id string
    mod_time string
    The time when this managed object was last modified.
    mode string
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    object_type string
    oper_speed string
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    oper_state string
    The operational state of the WAN Edge Device port channel.* 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_name string
    Port channel name of the WAN Edge Device.
    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 port channel belongs.
    version_context object
    wan_edge_device object
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds String
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    ancestors List<GetCatalystsdwanPortChannelAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    defaultVlanId Double
    The default VLAN ID configured on the WAN Edge Device port channel.
    dn String
    The distinguished name of the port channel.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    modTime String
    The time when this managed object was last modified.
    mode String
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    objectType String
    operSpeed String
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    operState String
    The operational state of the WAN Edge Device port channel.* 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 GetCatalystsdwanPortChannelParent
    permissionResources List<GetCatalystsdwanPortChannelPermissionResource>
    portChannelName String
    Port channel name of the WAN Edge Device.
    registeredDevice GetCatalystsdwanPortChannelRegisteredDevice
    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<GetCatalystsdwanPortChannelTag>
    uuid String
    The UUID of the WAN Edge Device to which this port channel belongs.
    versionContext GetCatalystsdwanPortChannelVersionContext
    wanEdgeDevice GetCatalystsdwanPortChannelWanEdgeDevice
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminState string
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds string
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    ancestors GetCatalystsdwanPortChannelAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    defaultVlanId number
    The default VLAN ID configured on the WAN Edge Device port channel.
    dn string
    The distinguished name of the port channel.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    modTime string
    The time when this managed object was last modified.
    mode string
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    objectType string
    operSpeed string
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    operState string
    The operational state of the WAN Edge Device port channel.* 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 GetCatalystsdwanPortChannelParent
    permissionResources GetCatalystsdwanPortChannelPermissionResource[]
    portChannelName string
    Port channel name of the WAN Edge Device.
    registeredDevice GetCatalystsdwanPortChannelRegisteredDevice
    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 GetCatalystsdwanPortChannelTag[]
    uuid string
    The UUID of the WAN Edge Device to which this port channel belongs.
    versionContext GetCatalystsdwanPortChannelVersionContext
    wanEdgeDevice GetCatalystsdwanPortChannelWanEdgeDevice
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_state str
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowed_vlan_ids str
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    ancestors Sequence[GetCatalystsdwanPortChannelAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    default_vlan_id float
    The default VLAN ID configured on the WAN Edge Device port channel.
    dn str
    The distinguished name of the port channel.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    mod_time str
    The time when this managed object was last modified.
    mode str
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    object_type str
    oper_speed str
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    oper_state str
    The operational state of the WAN Edge Device port channel.* 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 GetCatalystsdwanPortChannelParent
    permission_resources Sequence[GetCatalystsdwanPortChannelPermissionResource]
    port_channel_name str
    Port channel name of the WAN Edge Device.
    registered_device GetCatalystsdwanPortChannelRegisteredDevice
    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[GetCatalystsdwanPortChannelTag]
    uuid str
    The UUID of the WAN Edge Device to which this port channel belongs.
    version_context GetCatalystsdwanPortChannelVersionContext
    wan_edge_device GetCatalystsdwanPortChannelWanEdgeDevice
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds String
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    defaultVlanId Number
    The default VLAN ID configured on the WAN Edge Device port channel.
    dn String
    The distinguished name of the port channel.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    modTime String
    The time when this managed object was last modified.
    mode String
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    objectType String
    operSpeed String
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    operState String
    The operational state of the WAN Edge Device port channel.* 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>
    portChannelName String
    Port channel name of the WAN Edge Device.
    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 port channel belongs.
    versionContext Property Map
    wanEdgeDevice Property Map

    getCatalystsdwanPortChannel Result

    The following output properties are available:

    Supporting Types

    GetCatalystsdwanPortChannelAncestor

    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'.

    GetCatalystsdwanPortChannelParent

    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'.

    GetCatalystsdwanPortChannelPermissionResource

    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'.

    GetCatalystsdwanPortChannelRegisteredDevice

    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'.

    GetCatalystsdwanPortChannelResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    AllowedVlanIds string
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    Ancestors List<GetCatalystsdwanPortChannelResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultVlanId double
    The default VLAN ID configured on the WAN Edge Device port channel.
    Dn string
    The distinguished name of the port channel.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    ObjectType string
    OperSpeed string
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    OperState string
    The operational state of the WAN Edge Device port channel.* 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<GetCatalystsdwanPortChannelResultParent>
    PermissionResources List<GetCatalystsdwanPortChannelResultPermissionResource>
    PortChannelName string
    Port channel name of the WAN Edge Device.
    RegisteredDevices List<GetCatalystsdwanPortChannelResultRegisteredDevice>
    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<GetCatalystsdwanPortChannelResultTag>
    Uuid string
    The UUID of the WAN Edge Device to which this port channel belongs.
    VersionContexts List<GetCatalystsdwanPortChannelResultVersionContext>
    WanEdgeDevices List<GetCatalystsdwanPortChannelResultWanEdgeDevice>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    AllowedVlanIds string
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    Ancestors []GetCatalystsdwanPortChannelResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultVlanId float64
    The default VLAN ID configured on the WAN Edge Device port channel.
    Dn string
    The distinguished name of the port channel.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    ObjectType string
    OperSpeed string
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    OperState string
    The operational state of the WAN Edge Device port channel.* 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 []GetCatalystsdwanPortChannelResultParent
    PermissionResources []GetCatalystsdwanPortChannelResultPermissionResource
    PortChannelName string
    Port channel name of the WAN Edge Device.
    RegisteredDevices []GetCatalystsdwanPortChannelResultRegisteredDevice
    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 []GetCatalystsdwanPortChannelResultTag
    Uuid string
    The UUID of the WAN Edge Device to which this port channel belongs.
    VersionContexts []GetCatalystsdwanPortChannelResultVersionContext
    WanEdgeDevices []GetCatalystsdwanPortChannelResultWanEdgeDevice
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    admin_state string
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowed_vlan_ids string
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    ancestors list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    default_vlan_id number
    The default VLAN ID configured on the WAN Edge Device port channel.
    dn string
    The distinguished name of the port channel.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    mod_time string
    The time when this managed object was last modified.
    mode string
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    object_type string
    oper_speed string
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    oper_state string
    The operational state of the WAN Edge Device port channel.* 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_name string
    Port channel name of the WAN Edge Device.
    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 port channel belongs.
    version_contexts list(object)
    wan_edge_devices list(object)
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds String
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    ancestors List<GetCatalystsdwanPortChannelResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    defaultVlanId Double
    The default VLAN ID configured on the WAN Edge Device port channel.
    dn String
    The distinguished name of the port channel.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    modTime String
    The time when this managed object was last modified.
    mode String
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    objectType String
    operSpeed String
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    operState String
    The operational state of the WAN Edge Device port channel.* 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<GetCatalystsdwanPortChannelResultParent>
    permissionResources List<GetCatalystsdwanPortChannelResultPermissionResource>
    portChannelName String
    Port channel name of the WAN Edge Device.
    registeredDevices List<GetCatalystsdwanPortChannelResultRegisteredDevice>
    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<GetCatalystsdwanPortChannelResultTag>
    uuid String
    The UUID of the WAN Edge Device to which this port channel belongs.
    versionContexts List<GetCatalystsdwanPortChannelResultVersionContext>
    wanEdgeDevices List<GetCatalystsdwanPortChannelResultWanEdgeDevice>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminState string
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds string
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    ancestors GetCatalystsdwanPortChannelResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    defaultVlanId number
    The default VLAN ID configured on the WAN Edge Device port channel.
    dn string
    The distinguished name of the port channel.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    modTime string
    The time when this managed object was last modified.
    mode string
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    objectType string
    operSpeed string
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    operState string
    The operational state of the WAN Edge Device port channel.* 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 GetCatalystsdwanPortChannelResultParent[]
    permissionResources GetCatalystsdwanPortChannelResultPermissionResource[]
    portChannelName string
    Port channel name of the WAN Edge Device.
    registeredDevices GetCatalystsdwanPortChannelResultRegisteredDevice[]
    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 GetCatalystsdwanPortChannelResultTag[]
    uuid string
    The UUID of the WAN Edge Device to which this port channel belongs.
    versionContexts GetCatalystsdwanPortChannelResultVersionContext[]
    wanEdgeDevices GetCatalystsdwanPortChannelResultWanEdgeDevice[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_state str
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowed_vlan_ids str
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    ancestors Sequence[GetCatalystsdwanPortChannelResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    default_vlan_id float
    The default VLAN ID configured on the WAN Edge Device port channel.
    dn str
    The distinguished name of the port channel.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    mod_time str
    The time when this managed object was last modified.
    mode str
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    object_type str
    oper_speed str
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    oper_state str
    The operational state of the WAN Edge Device port channel.* 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[GetCatalystsdwanPortChannelResultParent]
    permission_resources Sequence[GetCatalystsdwanPortChannelResultPermissionResource]
    port_channel_name str
    Port channel name of the WAN Edge Device.
    registered_devices Sequence[GetCatalystsdwanPortChannelResultRegisteredDevice]
    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[GetCatalystsdwanPortChannelResultTag]
    uuid str
    The UUID of the WAN Edge Device to which this port channel belongs.
    version_contexts Sequence[GetCatalystsdwanPortChannelResultVersionContext]
    wan_edge_devices Sequence[GetCatalystsdwanPortChannelResultWanEdgeDevice]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    The administrative state of the WAN Edge Device port channel.* Unknown - Administrative state is unknown.* Up - Administrative state is up.* Down - Administrative state is down.
    allowedVlanIds String
    The allowed VLAN IDs configured on the WAN Edge Device port channel.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    defaultVlanId Number
    The default VLAN ID configured on the WAN Edge Device port channel.
    dn String
    The distinguished name of the port channel.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    modTime String
    The time when this managed object was last modified.
    mode String
    Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.* 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
    The MTU of the WAN Edge Device port channel.
    objectType String
    operSpeed String
    The operational speed (in Mbps) of the WAN Edge Device port channel.
    operState String
    The operational state of the WAN Edge Device port channel.* 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>
    portChannelName String
    Port channel name of the WAN Edge Device.
    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 port channel belongs.
    versionContexts List<Property Map>
    wanEdgeDevices List<Property Map>

    GetCatalystsdwanPortChannelResultAncestor

    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

    GetCatalystsdwanPortChannelResultParent

    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

    GetCatalystsdwanPortChannelResultPermissionResource

    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

    GetCatalystsdwanPortChannelResultRegisteredDevice

    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

    GetCatalystsdwanPortChannelResultTag

    GetCatalystsdwanPortChannelResultTagAncestorDefinition

    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

    GetCatalystsdwanPortChannelResultTagDefinition

    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

    GetCatalystsdwanPortChannelResultVersionContext

    GetCatalystsdwanPortChannelResultVersionContextInterestedMo

    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

    GetCatalystsdwanPortChannelResultVersionContextRefMo

    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

    GetCatalystsdwanPortChannelResultWanEdgeDevice

    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

    GetCatalystsdwanPortChannelTag

    AdditionalProperties string
    AncestorDefinitions List<GetCatalystsdwanPortChannelTagAncestorDefinition>
    Definition GetCatalystsdwanPortChannelTagDefinition
    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 []GetCatalystsdwanPortChannelTagAncestorDefinition
    Definition GetCatalystsdwanPortChannelTagDefinition
    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<GetCatalystsdwanPortChannelTagAncestorDefinition>
    definition GetCatalystsdwanPortChannelTagDefinition
    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 GetCatalystsdwanPortChannelTagAncestorDefinition[]
    definition GetCatalystsdwanPortChannelTagDefinition
    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[GetCatalystsdwanPortChannelTagAncestorDefinition]
    definition GetCatalystsdwanPortChannelTagDefinition
    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.

    GetCatalystsdwanPortChannelTagAncestorDefinition

    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'.

    GetCatalystsdwanPortChannelTagDefinition

    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'.

    GetCatalystsdwanPortChannelVersionContext

    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<GetCatalystsdwanPortChannelVersionContextInterestedMo>
    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 GetCatalystsdwanPortChannelVersionContextRefMo
    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 []GetCatalystsdwanPortChannelVersionContextInterestedMo
    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 GetCatalystsdwanPortChannelVersionContextRefMo
    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<GetCatalystsdwanPortChannelVersionContextInterestedMo>
    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 GetCatalystsdwanPortChannelVersionContextRefMo
    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 GetCatalystsdwanPortChannelVersionContextInterestedMo[]
    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 GetCatalystsdwanPortChannelVersionContextRefMo
    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[GetCatalystsdwanPortChannelVersionContextInterestedMo]
    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 GetCatalystsdwanPortChannelVersionContextRefMo
    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.

    GetCatalystsdwanPortChannelVersionContextInterestedMo

    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'.

    GetCatalystsdwanPortChannelVersionContextRefMo

    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'.

    GetCatalystsdwanPortChannelWanEdgeDevice

    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