intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getSdaaciConnectionDetail
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 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 This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. List<GetSdaaci Connection Detail Result Ancestor> - Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Description
This property is required. string - Description of this connection between two peers.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Ip
Pool This property is required. string - Id of the ip pool configured for this connection.
- Layer3Handoff
Id This property is required. string - Id of layer 3 handoff configured between a border node and a border leaf.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Nr
Connections This property is required. List<GetSdaaci Connection Detail Result Nr Connection> - Object
Type This property is required. string - Owners
This property is required. List<string> - Parents
This property is required. List<GetSdaaci Connection Detail Result Parent> - Peer
Ainterface This property is required. string - Interface id configured on Peer A.
- Peer
Aip Address This property is required. string - The IP Address of the device used as the local peer.
- Peer
Atype This property is required. string - Type of device used as Peer A for this peer connection.
- Peer
Binterface This property is required. string - Interface id configured on Peer B.
- Peer
Bip Address This property is required. string - The IP Address of the device used as the remote peer.
- Peer
Btype This property is required. string - Type of device used as Peer B for this peer connection.
- Peera
This property is required. string - First peer of the connection.
- Peerb
This property is required. string - Second Peer of the connection.
- Permission
Resources This property is required. List<GetSdaaci Connection Detail Result Permission Resource> - Router
Id This property is required. string - Router id defined for this peer connection.
This property is required. 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
This property is required. string - Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. This property is required. List<GetSdaaci Connection Detail Result Tag> - Version
Contexts This property is required. List<GetSdaaci Connection Detail Result Version Context>
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. []GetSdaaci Connection Detail Result Ancestor - Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Description
This property is required. string - Description of this connection between two peers.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Ip
Pool This property is required. string - Id of the ip pool configured for this connection.
- Layer3Handoff
Id This property is required. string - Id of layer 3 handoff configured between a border node and a border leaf.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Nr
Connections This property is required. []GetSdaaci Connection Detail Result Nr Connection - Object
Type This property is required. string - Owners
This property is required. []string - Parents
This property is required. []GetSdaaci Connection Detail Result Parent - Peer
Ainterface This property is required. string - Interface id configured on Peer A.
- Peer
Aip Address This property is required. string - The IP Address of the device used as the local peer.
- Peer
Atype This property is required. string - Type of device used as Peer A for this peer connection.
- Peer
Binterface This property is required. string - Interface id configured on Peer B.
- Peer
Bip Address This property is required. string - The IP Address of the device used as the remote peer.
- Peer
Btype This property is required. string - Type of device used as Peer B for this peer connection.
- Peera
This property is required. string - First peer of the connection.
- Peerb
This property is required. string - Second Peer of the connection.
- Permission
Resources This property is required. []GetSdaaci Connection Detail Result Permission Resource - Router
Id This property is required. string - Router id defined for this peer connection.
This property is required. 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
This property is required. string - Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. This property is required. []GetSdaaci Connection Detail Result Tag - Version
Contexts This property is required. []GetSdaaci Connection Detail Result Version Context
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<GetSdaaci Connection Detail Result Ancestor> - class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- description
This property is required. String - Description of this connection between two peers.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- ip
Pool This property is required. String - Id of the ip pool configured for this connection.
- layer3Handoff
Id This property is required. String - Id of layer 3 handoff configured between a border node and a border leaf.
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- nr
Connections This property is required. List<GetSdaaci Connection Detail Result Nr Connection> - object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<GetSdaaci Connection Detail Result Parent> - peer
Ainterface This property is required. String - Interface id configured on Peer A.
- peer
Aip Address This property is required. String - The IP Address of the device used as the local peer.
- peer
Atype This property is required. String - Type of device used as Peer A for this peer connection.
- peer
Binterface This property is required. String - Interface id configured on Peer B.
- peer
Bip Address This property is required. String - The IP Address of the device used as the remote peer.
- peer
Btype This property is required. String - Type of device used as Peer B for this peer connection.
- peera
This property is required. String - First peer of the connection.
- peerb
This property is required. String - Second Peer of the connection.
- permission
Resources This property is required. List<GetSdaaci Connection Detail Result Permission Resource> - router
Id This property is required. String - Router id defined for this peer connection.
This property is required. 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
This property is required. String - Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. This property is required. List<GetSdaaci Connection Detail Result Tag> - version
Contexts This property is required. List<GetSdaaci Connection Detail Result Version Context>
- account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - ancestors
This property is required. GetSdaaci Connection Detail Result Ancestor[] - class
Id This property is required. string - create
Time This property is required. string - The time when this managed object was created.
- description
This property is required. string - Description of this connection between two peers.
- domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- ip
Pool This property is required. string - Id of the ip pool configured for this connection.
- layer3Handoff
Id This property is required. string - Id of layer 3 handoff configured between a border node and a border leaf.
- mod
Time This property is required. string - The time when this managed object was last modified.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- nr
Connections This property is required. GetSdaaci Connection Detail Result Nr Connection[] - object
Type This property is required. string - owners
This property is required. string[] - parents
This property is required. GetSdaaci Connection Detail Result Parent[] - peer
Ainterface This property is required. string - Interface id configured on Peer A.
- peer
Aip Address This property is required. string - The IP Address of the device used as the local peer.
- peer
Atype This property is required. string - Type of device used as Peer A for this peer connection.
- peer
Binterface This property is required. string - Interface id configured on Peer B.
- peer
Bip Address This property is required. string - The IP Address of the device used as the remote peer.
- peer
Btype This property is required. string - Type of device used as Peer B for this peer connection.
- peera
This property is required. string - First peer of the connection.
- peerb
This property is required. string - Second Peer of the connection.
- permission
Resources This property is required. GetSdaaci Connection Detail Result Permission Resource[] - router
Id This property is required. string - Router id defined for this peer connection.
This property is required. 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
This property is required. string - Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. This property is required. GetSdaaci Connection Detail Result Tag[] - version
Contexts This property is required. GetSdaaci Connection Detail Result Version Context[]
- account_
moid This property is required. str - The Account ID for this managed object.
- additional_
properties This property is required. str - ancestors
This property is required. Sequence[GetSdaaci Connection Detail Result Ancestor] - class_
id This property is required. str - create_
time This property is required. str - The time when this managed object was created.
- description
This property is required. str - Description of this connection between two peers.
- domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- ip_
pool This property is required. str - Id of the ip pool configured for this connection.
- layer3_
handoff_ id This property is required. str - Id of layer 3 handoff configured between a border node and a border leaf.
- mod_
time This property is required. str - The time when this managed object was last modified.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- nr_
connections This property is required. Sequence[GetSdaaci Connection Detail Result Nr Connection] - object_
type This property is required. str - owners
This property is required. Sequence[str] - parents
This property is required. Sequence[GetSdaaci Connection Detail Result Parent] - peer_
ainterface This property is required. str - Interface id configured on Peer A.
- peer_
aip_ address This property is required. str - The IP Address of the device used as the local peer.
- peer_
atype This property is required. str - Type of device used as Peer A for this peer connection.
- peer_
binterface This property is required. str - Interface id configured on Peer B.
- peer_
bip_ address This property is required. str - The IP Address of the device used as the remote peer.
- peer_
btype This property is required. str - Type of device used as Peer B for this peer connection.
- peera
This property is required. str - First peer of the connection.
- peerb
This property is required. str - Second Peer of the connection.
- permission_
resources This property is required. Sequence[GetSdaaci Connection Detail Result Permission Resource] - router_
id This property is required. str - Router id defined for this peer connection.
This property is required. 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
This property is required. str - Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. This property is required. Sequence[GetSdaaci Connection Detail Result Tag] - version_
contexts This property is required. Sequence[GetSdaaci Connection Detail Result Version Context]
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<Property Map> - class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- description
This property is required. String - Description of this connection between two peers.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- ip
Pool This property is required. String - Id of the ip pool configured for this connection.
- layer3Handoff
Id This property is required. String - Id of layer 3 handoff configured between a border node and a border leaf.
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- nr
Connections This property is required. List<Property Map> - object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<Property Map> - peer
Ainterface This property is required. String - Interface id configured on Peer A.
- peer
Aip Address This property is required. String - The IP Address of the device used as the local peer.
- peer
Atype This property is required. String - Type of device used as Peer A for this peer connection.
- peer
Binterface This property is required. String - Interface id configured on Peer B.
- peer
Bip Address This property is required. String - The IP Address of the device used as the remote peer.
- peer
Btype This property is required. String - Type of device used as Peer B for this peer connection.
- peera
This property is required. String - First peer of the connection.
- peerb
This property is required. String - Second Peer of the connection.
- permission
Resources This property is required. List<Property Map> - router
Id This property is required. String - Router id defined for this peer connection.
This property is required. 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
This property is required. String - Connection status between the peers.*
NotConnected
- Connection Status NotConnected.*Connected
- Connection Status Connected. This property is required. List<Property Map>- version
Contexts This property is required. List<Property Map>
GetSdaaciConnectionDetailResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetSdaaciConnectionDetailResultNrConnection
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetSdaaciConnectionDetailResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetSdaaciConnectionDetailResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetSdaaciConnectionDetailResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties This property is required. string - key
This property is required. string - value
This property is required. string
- additional_
properties This property is required. str - key
This property is required. str - value
This property is required. str
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetSdaaciConnectionDetailResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetSdaaci Connection Detail Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. List<GetSdaaci Connection Detail Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetSdaaci Connection Detail Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. []GetSdaaci Connection Detail Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetSdaaci Connection Detail Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<GetSdaaci Connection Detail Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetSdaaci Connection Detail Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - object
Type This property is required. string - ref
Mos This property is required. GetSdaaci Connection Detail Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[GetSdaaci Connection Detail Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - object_
type This property is required. str - ref_
mos This property is required. Sequence[GetSdaaci Connection Detail Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetSdaaciConnectionDetailResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetSdaaciConnectionDetailResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. 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.63 published on Wednesday, Apr 16, 2025 by ciscodevnet