intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getSdaaciConnectionDetail
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Peer connection details for each connection.
Using getSdaaciConnectionDetail
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 getSdaaciConnectionDetail(args: GetSdaaciConnectionDetailArgs, opts?: InvokeOptions): Promise<GetSdaaciConnectionDetailResult>
function getSdaaciConnectionDetailOutput(args: GetSdaaciConnectionDetailOutputArgs, opts?: InvokeOptions): Output<GetSdaaciConnectionDetailResult>
def get_sdaaci_connection_detail(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetSdaaciConnectionDetailAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
ip_pool: Optional[str] = None,
layer3_handoff_id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
nr_connection: Optional[GetSdaaciConnectionDetailNrConnection] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetSdaaciConnectionDetailParent] = None,
peer_ainterface: Optional[str] = None,
peer_aip_address: Optional[str] = None,
peer_atype: Optional[str] = None,
peer_binterface: Optional[str] = None,
peer_bip_address: Optional[str] = None,
peer_btype: Optional[str] = None,
peera: Optional[str] = None,
peerb: Optional[str] = None,
permission_resources: Optional[Sequence[GetSdaaciConnectionDetailPermissionResource]] = None,
router_id: Optional[str] = None,
shared_scope: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Sequence[GetSdaaciConnectionDetailTag]] = None,
version_context: Optional[GetSdaaciConnectionDetailVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetSdaaciConnectionDetailResult
def get_sdaaci_connection_detail_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetSdaaciConnectionDetailAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
ip_pool: Optional[pulumi.Input[str]] = None,
layer3_handoff_id: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
nr_connection: Optional[pulumi.Input[GetSdaaciConnectionDetailNrConnectionArgs]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetSdaaciConnectionDetailParentArgs]] = None,
peer_ainterface: Optional[pulumi.Input[str]] = None,
peer_aip_address: Optional[pulumi.Input[str]] = None,
peer_atype: Optional[pulumi.Input[str]] = None,
peer_binterface: Optional[pulumi.Input[str]] = None,
peer_bip_address: Optional[pulumi.Input[str]] = None,
peer_btype: Optional[pulumi.Input[str]] = None,
peera: Optional[pulumi.Input[str]] = None,
peerb: Optional[pulumi.Input[str]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetSdaaciConnectionDetailPermissionResourceArgs]]]] = None,
router_id: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetSdaaciConnectionDetailTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetSdaaciConnectionDetailVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSdaaciConnectionDetailResult]
func LookupSdaaciConnectionDetail(ctx *Context, args *LookupSdaaciConnectionDetailArgs, opts ...InvokeOption) (*LookupSdaaciConnectionDetailResult, error)
func LookupSdaaciConnectionDetailOutput(ctx *Context, args *LookupSdaaciConnectionDetailOutputArgs, opts ...InvokeOption) LookupSdaaciConnectionDetailResultOutput
> Note: This function is named LookupSdaaciConnectionDetail
in the Go SDK.
public static class GetSdaaciConnectionDetail
{
public static Task<GetSdaaciConnectionDetailResult> InvokeAsync(GetSdaaciConnectionDetailArgs args, InvokeOptions? opts = null)
public static Output<GetSdaaciConnectionDetailResult> Invoke(GetSdaaciConnectionDetailInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSdaaciConnectionDetailResult> getSdaaciConnectionDetail(GetSdaaciConnectionDetailArgs args, InvokeOptions options)
public static Output<GetSdaaciConnectionDetailResult> getSdaaciConnectionDetail(GetSdaaciConnectionDetailArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getSdaaciConnectionDetail:getSdaaciConnectionDetail
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Sdaaci Connection Detail Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of this connection between two peers.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Ip
Pool string - Id of the ip pool configured for this connection.
- Layer3Handoff
Id string - Id of layer 3 handoff configured between a border node and a border leaf.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Connection GetSdaaci Connection Detail Nr Connection - Object
Type string - Owners List<string>
- Parent
Get
Sdaaci Connection Detail Parent - Peer
Ainterface string - Interface id configured on Peer A.
- Peer
Aip stringAddress - The IP Address of the device used as the local peer.
- Peer
Atype string - Type of device used as Peer A for this peer connection.
- Peer
Binterface string - Interface id configured on Peer B.
- Peer
Bip stringAddress - The IP Address of the device used as the remote peer.
- Peer
Btype string - Type of device used as Peer B for this peer connection.
- Peera string
- First peer of the connection.
- Peerb string
- Second Peer of the connection.
- Permission
Resources List<GetSdaaci Connection Detail Permission Resource> - Router
Id string - Router id defined for this peer connection.
- 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.
- Status string
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - List<Get
Sdaaci Connection Detail Tag> - Version
Context GetSdaaci Connection Detail Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Sdaaci Connection Detail Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of this connection between two peers.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Ip
Pool string - Id of the ip pool configured for this connection.
- Layer3Handoff
Id string - Id of layer 3 handoff configured between a border node and a border leaf.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Connection GetSdaaci Connection Detail Nr Connection - Object
Type string - Owners []string
- Parent
Get
Sdaaci Connection Detail Parent - Peer
Ainterface string - Interface id configured on Peer A.
- Peer
Aip stringAddress - The IP Address of the device used as the local peer.
- Peer
Atype string - Type of device used as Peer A for this peer connection.
- Peer
Binterface string - Interface id configured on Peer B.
- Peer
Bip stringAddress - The IP Address of the device used as the remote peer.
- Peer
Btype string - Type of device used as Peer B for this peer connection.
- Peera string
- First peer of the connection.
- Peerb string
- Second Peer of the connection.
- Permission
Resources []GetSdaaci Connection Detail Permission Resource - Router
Id string - Router id defined for this peer connection.
- 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.
- Status string
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - []Get
Sdaaci Connection Detail Tag - Version
Context GetSdaaci Connection Detail Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Sdaaci Connection Detail Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of this connection between two peers.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- ip
Pool String - Id of the ip pool configured for this connection.
- layer3Handoff
Id String - Id of layer 3 handoff configured between a border node and a border leaf.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Connection GetSdaaci Connection Detail Nr Connection - object
Type String - owners List<String>
- parent
Get
Sdaaci Connection Detail Parent - peer
Ainterface String - Interface id configured on Peer A.
- peer
Aip StringAddress - The IP Address of the device used as the local peer.
- peer
Atype String - Type of device used as Peer A for this peer connection.
- peer
Binterface String - Interface id configured on Peer B.
- peer
Bip StringAddress - The IP Address of the device used as the remote peer.
- peer
Btype String - Type of device used as Peer B for this peer connection.
- peera String
- First peer of the connection.
- peerb String
- Second Peer of the connection.
- permission
Resources List<GetSdaaci Connection Detail Permission Resource> - router
Id String - Router id defined for this peer connection.
- 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.
- status String
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - List<Get
Sdaaci Connection Detail Tag> - version
Context GetSdaaci Connection Detail Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Sdaaci Connection Detail Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of this connection between two peers.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- ip
Pool string - Id of the ip pool configured for this connection.
- layer3Handoff
Id string - Id of layer 3 handoff configured between a border node and a border leaf.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nr
Connection GetSdaaci Connection Detail Nr Connection - object
Type string - owners string[]
- parent
Get
Sdaaci Connection Detail Parent - peer
Ainterface string - Interface id configured on Peer A.
- peer
Aip stringAddress - The IP Address of the device used as the local peer.
- peer
Atype string - Type of device used as Peer A for this peer connection.
- peer
Binterface string - Interface id configured on Peer B.
- peer
Bip stringAddress - The IP Address of the device used as the remote peer.
- peer
Btype string - Type of device used as Peer B for this peer connection.
- peera string
- First peer of the connection.
- peerb string
- Second Peer of the connection.
- permission
Resources GetSdaaci Connection Detail Permission Resource[] - router
Id string - Router id defined for this peer connection.
- 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.
- status string
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - Get
Sdaaci Connection Detail Tag[] - version
Context GetSdaaci Connection Detail Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Sdaaci Connection Detail Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- description str
- Description of this connection between two peers.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- ip_
pool str - Id of the ip pool configured for this connection.
- layer3_
handoff_ strid - Id of layer 3 handoff configured between a border node and a border leaf.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nr_
connection GetSdaaci Connection Detail Nr Connection - object_
type str - owners Sequence[str]
- parent
Get
Sdaaci Connection Detail Parent - peer_
ainterface str - Interface id configured on Peer A.
- peer_
aip_ straddress - The IP Address of the device used as the local peer.
- peer_
atype str - Type of device used as Peer A for this peer connection.
- peer_
binterface str - Interface id configured on Peer B.
- peer_
bip_ straddress - The IP Address of the device used as the remote peer.
- peer_
btype str - Type of device used as Peer B for this peer connection.
- peera str
- First peer of the connection.
- peerb str
- Second Peer of the connection.
- permission_
resources Sequence[GetSdaaci Connection Detail Permission Resource] - router_
id str - Router id defined for this peer connection.
- 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.
- status str
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - Sequence[Get
Sdaaci Connection Detail Tag] - version_
context GetSdaaci Connection Detail Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of this connection between two peers.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- ip
Pool String - Id of the ip pool configured for this connection.
- layer3Handoff
Id String - Id of layer 3 handoff configured between a border node and a border leaf.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Connection Property Map - object
Type String - owners List<String>
- parent Property Map
- peer
Ainterface String - Interface id configured on Peer A.
- peer
Aip StringAddress - The IP Address of the device used as the local peer.
- peer
Atype String - Type of device used as Peer A for this peer connection.
- peer
Binterface String - Interface id configured on Peer B.
- peer
Bip StringAddress - The IP Address of the device used as the remote peer.
- peer
Btype String - Type of device used as Peer B for this peer connection.
- peera String
- First peer of the connection.
- peerb String
- Second Peer of the connection.
- permission
Resources List<Property Map> - router
Id String - Router id defined for this peer connection.
- 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.
- status String
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - List<Property Map>
- version
Context Property Map
getSdaaciConnectionDetail Result
The following output properties are available:
- Id string
- Results
List<Get
Sdaaci Connection Detail Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Sdaaci Connection Detail Ancestor> - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Ip
Pool string - Layer3Handoff
Id string - Mod
Time string - Moid string
- Nr
Connection GetSdaaci Connection Detail Nr Connection - Object
Type string - Owners List<string>
- Parent
Get
Sdaaci Connection Detail Parent - Peer
Ainterface string - Peer
Aip stringAddress - Peer
Atype string - Peer
Binterface string - Peer
Bip stringAddress - Peer
Btype string - Peera string
- Peerb string
- Permission
Resources List<GetSdaaci Connection Detail Permission Resource> - Router
Id string - string
- Status string
- List<Get
Sdaaci Connection Detail Tag> - Version
Context GetSdaaci Connection Detail Version Context
- Id string
- Results
[]Get
Sdaaci Connection Detail Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Sdaaci Connection Detail Ancestor - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Ip
Pool string - Layer3Handoff
Id string - Mod
Time string - Moid string
- Nr
Connection GetSdaaci Connection Detail Nr Connection - Object
Type string - Owners []string
- Parent
Get
Sdaaci Connection Detail Parent - Peer
Ainterface string - Peer
Aip stringAddress - Peer
Atype string - Peer
Binterface string - Peer
Bip stringAddress - Peer
Btype string - Peera string
- Peerb string
- Permission
Resources []GetSdaaci Connection Detail Permission Resource - Router
Id string - string
- Status string
- []Get
Sdaaci Connection Detail Tag - Version
Context GetSdaaci Connection Detail Version Context
- id String
- results
List<Get
Sdaaci Connection Detail Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Sdaaci Connection Detail Ancestor> - class
Id String - create
Time String - description String
- domain
Group StringMoid - ip
Pool String - layer3Handoff
Id String - mod
Time String - moid String
- nr
Connection GetSdaaci Connection Detail Nr Connection - object
Type String - owners List<String>
- parent
Get
Sdaaci Connection Detail Parent - peer
Ainterface String - peer
Aip StringAddress - peer
Atype String - peer
Binterface String - peer
Bip StringAddress - peer
Btype String - peera String
- peerb String
- permission
Resources List<GetSdaaci Connection Detail Permission Resource> - router
Id String - String
- status String
- List<Get
Sdaaci Connection Detail Tag> - version
Context GetSdaaci Connection Detail Version Context
- id string
- results
Get
Sdaaci Connection Detail Result[] - account
Moid string - additional
Properties string - ancestors
Get
Sdaaci Connection Detail Ancestor[] - class
Id string - create
Time string - description string
- domain
Group stringMoid - ip
Pool string - layer3Handoff
Id string - mod
Time string - moid string
- nr
Connection GetSdaaci Connection Detail Nr Connection - object
Type string - owners string[]
- parent
Get
Sdaaci Connection Detail Parent - peer
Ainterface string - peer
Aip stringAddress - peer
Atype string - peer
Binterface string - peer
Bip stringAddress - peer
Btype string - peera string
- peerb string
- permission
Resources GetSdaaci Connection Detail Permission Resource[] - router
Id string - string
- status string
- Get
Sdaaci Connection Detail Tag[] - version
Context GetSdaaci Connection Detail Version Context
- id str
- results
Sequence[Get
Sdaaci Connection Detail Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Sdaaci Connection Detail Ancestor] - class_
id str - create_
time str - description str
- domain_
group_ strmoid - ip_
pool str - layer3_
handoff_ strid - mod_
time str - moid str
- nr_
connection GetSdaaci Connection Detail Nr Connection - object_
type str - owners Sequence[str]
- parent
Get
Sdaaci Connection Detail Parent - peer_
ainterface str - peer_
aip_ straddress - peer_
atype str - peer_
binterface str - peer_
bip_ straddress - peer_
btype str - peera str
- peerb str
- permission_
resources Sequence[GetSdaaci Connection Detail Permission Resource] - router_
id str - str
- status str
- Sequence[Get
Sdaaci Connection Detail Tag] - version_
context GetSdaaci Connection Detail Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - description String
- domain
Group StringMoid - ip
Pool String - layer3Handoff
Id String - mod
Time String - moid String
- nr
Connection Property Map - object
Type String - owners List<String>
- parent Property Map
- peer
Ainterface String - peer
Aip StringAddress - peer
Atype String - peer
Binterface String - peer
Bip StringAddress - peer
Btype String - peera String
- peerb String
- permission
Resources List<Property Map> - router
Id String - String
- status String
- List<Property Map>
- version
Context Property Map
Supporting Types
GetSdaaciConnectionDetailAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetSdaaciConnectionDetailNrConnection
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetSdaaciConnectionDetailParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetSdaaciConnectionDetailPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetSdaaciConnectionDetailResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Sdaaci Connection Detail Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of this connection between two peers.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ip
Pool string - Id of the ip pool configured for this connection.
- Layer3Handoff
Id string - Id of layer 3 handoff configured between a border node and a border leaf.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Connections List<GetSdaaci Connection Detail Result Nr Connection> - Object
Type string - Owners List<string>
- Parents
List<Get
Sdaaci Connection Detail Result Parent> - Peer
Ainterface string - Interface id configured on Peer A.
- Peer
Aip stringAddress - The IP Address of the device used as the local peer.
- Peer
Atype string - Type of device used as Peer A for this peer connection.
- Peer
Binterface string - Interface id configured on Peer B.
- Peer
Bip stringAddress - The IP Address of the device used as the remote peer.
- Peer
Btype string - Type of device used as Peer B for this peer connection.
- Peera string
- First peer of the connection.
- Peerb string
- Second Peer of the connection.
- Permission
Resources List<GetSdaaci Connection Detail Result Permission Resource> - Router
Id string - Router id defined for this peer connection.
- 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.
- Status string
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - List<Get
Sdaaci Connection Detail Result Tag> - Version
Contexts List<GetSdaaci Connection Detail Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Sdaaci Connection Detail Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of this connection between two peers.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ip
Pool string - Id of the ip pool configured for this connection.
- Layer3Handoff
Id string - Id of layer 3 handoff configured between a border node and a border leaf.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Connections []GetSdaaci Connection Detail Result Nr Connection - Object
Type string - Owners []string
- Parents
[]Get
Sdaaci Connection Detail Result Parent - Peer
Ainterface string - Interface id configured on Peer A.
- Peer
Aip stringAddress - The IP Address of the device used as the local peer.
- Peer
Atype string - Type of device used as Peer A for this peer connection.
- Peer
Binterface string - Interface id configured on Peer B.
- Peer
Bip stringAddress - The IP Address of the device used as the remote peer.
- Peer
Btype string - Type of device used as Peer B for this peer connection.
- Peera string
- First peer of the connection.
- Peerb string
- Second Peer of the connection.
- Permission
Resources []GetSdaaci Connection Detail Result Permission Resource - Router
Id string - Router id defined for this peer connection.
- 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.
- Status string
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - []Get
Sdaaci Connection Detail Result Tag - Version
Contexts []GetSdaaci Connection Detail Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Sdaaci Connection Detail Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of this connection between two peers.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ip
Pool String - Id of the ip pool configured for this connection.
- layer3Handoff
Id String - Id of layer 3 handoff configured between a border node and a border leaf.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Connections List<GetSdaaci Connection Detail Result Nr Connection> - object
Type String - owners List<String>
- parents
List<Get
Sdaaci Connection Detail Result Parent> - peer
Ainterface String - Interface id configured on Peer A.
- peer
Aip StringAddress - The IP Address of the device used as the local peer.
- peer
Atype String - Type of device used as Peer A for this peer connection.
- peer
Binterface String - Interface id configured on Peer B.
- peer
Bip StringAddress - The IP Address of the device used as the remote peer.
- peer
Btype String - Type of device used as Peer B for this peer connection.
- peera String
- First peer of the connection.
- peerb String
- Second Peer of the connection.
- permission
Resources List<GetSdaaci Connection Detail Result Permission Resource> - router
Id String - Router id defined for this peer connection.
- 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.
- status String
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - List<Get
Sdaaci Connection Detail Result Tag> - version
Contexts List<GetSdaaci Connection Detail Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Sdaaci Connection Detail Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of this connection between two peers.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- ip
Pool string - Id of the ip pool configured for this connection.
- layer3Handoff
Id string - Id of layer 3 handoff configured between a border node and a border leaf.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nr
Connections GetSdaaci Connection Detail Result Nr Connection[] - object
Type string - owners string[]
- parents
Get
Sdaaci Connection Detail Result Parent[] - peer
Ainterface string - Interface id configured on Peer A.
- peer
Aip stringAddress - The IP Address of the device used as the local peer.
- peer
Atype string - Type of device used as Peer A for this peer connection.
- peer
Binterface string - Interface id configured on Peer B.
- peer
Bip stringAddress - The IP Address of the device used as the remote peer.
- peer
Btype string - Type of device used as Peer B for this peer connection.
- peera string
- First peer of the connection.
- peerb string
- Second Peer of the connection.
- permission
Resources GetSdaaci Connection Detail Result Permission Resource[] - router
Id string - Router id defined for this peer connection.
- 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.
- status string
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - Get
Sdaaci Connection Detail Result Tag[] - version
Contexts GetSdaaci Connection Detail Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Sdaaci Connection Detail Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- description str
- Description of this connection between two peers.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- ip_
pool str - Id of the ip pool configured for this connection.
- layer3_
handoff_ strid - Id of layer 3 handoff configured between a border node and a border leaf.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nr_
connections Sequence[GetSdaaci Connection Detail Result Nr Connection] - object_
type str - owners Sequence[str]
- parents
Sequence[Get
Sdaaci Connection Detail Result Parent] - peer_
ainterface str - Interface id configured on Peer A.
- peer_
aip_ straddress - The IP Address of the device used as the local peer.
- peer_
atype str - Type of device used as Peer A for this peer connection.
- peer_
binterface str - Interface id configured on Peer B.
- peer_
bip_ straddress - The IP Address of the device used as the remote peer.
- peer_
btype str - Type of device used as Peer B for this peer connection.
- peera str
- First peer of the connection.
- peerb str
- Second Peer of the connection.
- permission_
resources Sequence[GetSdaaci Connection Detail Result Permission Resource] - router_
id str - Router id defined for this peer connection.
- 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.
- status str
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - Sequence[Get
Sdaaci Connection Detail Result Tag] - version_
contexts Sequence[GetSdaaci Connection Detail Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of this connection between two peers.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ip
Pool String - Id of the ip pool configured for this connection.
- layer3Handoff
Id String - Id of layer 3 handoff configured between a border node and a border leaf.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Connections List<Property Map> - object
Type String - owners List<String>
- parents List<Property Map>
- peer
Ainterface String - Interface id configured on Peer A.
- peer
Aip StringAddress - The IP Address of the device used as the local peer.
- peer
Atype String - Type of device used as Peer A for this peer connection.
- peer
Binterface String - Interface id configured on Peer B.
- peer
Bip StringAddress - The IP Address of the device used as the remote peer.
- peer
Btype String - Type of device used as Peer B for this peer connection.
- peera String
- First peer of the connection.
- peerb String
- Second Peer of the connection.
- permission
Resources List<Property Map> - router
Id String - Router id defined for this peer connection.
- 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.
- status String
- Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. - List<Property Map>
- version
Contexts List<Property Map>
GetSdaaciConnectionDetailResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetSdaaciConnectionDetailResultNrConnection
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetSdaaciConnectionDetailResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetSdaaciConnectionDetailResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetSdaaciConnectionDetailResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetSdaaciConnectionDetailResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetSdaaciConnectionDetailResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetSdaaciConnectionDetailResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetSdaaciConnectionDetailTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetSdaaciConnectionDetailVersionContext
- 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<GetSdaaci Connection Detail Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetSdaaci Connection Detail Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetSdaaci Connection Detail Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetSdaaci Connection Detail Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetSdaaci Connection Detail Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetSdaaci Connection Detail Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetSdaaci Connection Detail Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetSdaaci Connection Detail Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetSdaaci Connection Detail Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetSdaaci Connection Detail Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetSdaaciConnectionDetailVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetSdaaciConnectionDetailVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet