intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getSdaaciConnection
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
SDA-ACI direct-connect connection.
Using getSdaaciConnection
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 getSdaaciConnection(args: GetSdaaciConnectionArgs, opts?: InvokeOptions): Promise<GetSdaaciConnectionResult>
function getSdaaciConnectionOutput(args: GetSdaaciConnectionOutputArgs, opts?: InvokeOptions): Output<GetSdaaciConnectionResult>def get_sdaaci_connection(account_moid: Optional[str] = None,
                          aci_l3_out: Optional[str] = None,
                          aci_match_rule_name: Optional[str] = None,
                          aci_tenant: Optional[str] = None,
                          additional_properties: Optional[str] = None,
                          ancestors: Optional[Sequence[GetSdaaciConnectionAncestor]] = None,
                          apic_target: Optional[GetSdaaciConnectionApicTarget] = None,
                          campus_fabric_site: Optional[str] = None,
                          catalyst_center_target: Optional[GetSdaaciConnectionCatalystCenterTarget] = None,
                          class_id: Optional[str] = None,
                          create_time: Optional[str] = None,
                          domain_group_moid: Optional[str] = None,
                          epg: Optional[str] = None,
                          epg_subnet: Optional[str] = None,
                          firewall_device: Optional[str] = None,
                          firewall_domain: Optional[str] = None,
                          fmc_target: Optional[GetSdaaciConnectionFmcTarget] = None,
                          id: Optional[str] = None,
                          mod_time: Optional[str] = None,
                          moid: Optional[str] = None,
                          node_profile: Optional[str] = None,
                          object_type: Optional[str] = None,
                          organization: Optional[GetSdaaciConnectionOrganization] = None,
                          owners: Optional[Sequence[str]] = None,
                          parent: Optional[GetSdaaciConnectionParent] = None,
                          permission_resources: Optional[Sequence[GetSdaaciConnectionPermissionResource]] = None,
                          shared_scope: Optional[str] = None,
                          status: Optional[str] = None,
                          tags: Optional[Sequence[GetSdaaciConnectionTag]] = None,
                          transit: Optional[str] = None,
                          version_context: Optional[GetSdaaciConnectionVersionContext] = None,
                          virtual_network: Optional[str] = None,
                          vn_epg: Optional[str] = None,
                          vrf: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetSdaaciConnectionResult
def get_sdaaci_connection_output(account_moid: Optional[pulumi.Input[str]] = None,
                          aci_l3_out: Optional[pulumi.Input[str]] = None,
                          aci_match_rule_name: Optional[pulumi.Input[str]] = None,
                          aci_tenant: Optional[pulumi.Input[str]] = None,
                          additional_properties: Optional[pulumi.Input[str]] = None,
                          ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetSdaaciConnectionAncestorArgs]]]] = None,
                          apic_target: Optional[pulumi.Input[GetSdaaciConnectionApicTargetArgs]] = None,
                          campus_fabric_site: Optional[pulumi.Input[str]] = None,
                          catalyst_center_target: Optional[pulumi.Input[GetSdaaciConnectionCatalystCenterTargetArgs]] = None,
                          class_id: Optional[pulumi.Input[str]] = None,
                          create_time: Optional[pulumi.Input[str]] = None,
                          domain_group_moid: Optional[pulumi.Input[str]] = None,
                          epg: Optional[pulumi.Input[str]] = None,
                          epg_subnet: Optional[pulumi.Input[str]] = None,
                          firewall_device: Optional[pulumi.Input[str]] = None,
                          firewall_domain: Optional[pulumi.Input[str]] = None,
                          fmc_target: Optional[pulumi.Input[GetSdaaciConnectionFmcTargetArgs]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          mod_time: Optional[pulumi.Input[str]] = None,
                          moid: Optional[pulumi.Input[str]] = None,
                          node_profile: Optional[pulumi.Input[str]] = None,
                          object_type: Optional[pulumi.Input[str]] = None,
                          organization: Optional[pulumi.Input[GetSdaaciConnectionOrganizationArgs]] = None,
                          owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          parent: Optional[pulumi.Input[GetSdaaciConnectionParentArgs]] = None,
                          permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetSdaaciConnectionPermissionResourceArgs]]]] = None,
                          shared_scope: Optional[pulumi.Input[str]] = None,
                          status: Optional[pulumi.Input[str]] = None,
                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetSdaaciConnectionTagArgs]]]] = None,
                          transit: Optional[pulumi.Input[str]] = None,
                          version_context: Optional[pulumi.Input[GetSdaaciConnectionVersionContextArgs]] = None,
                          virtual_network: Optional[pulumi.Input[str]] = None,
                          vn_epg: Optional[pulumi.Input[str]] = None,
                          vrf: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetSdaaciConnectionResult]func LookupSdaaciConnection(ctx *Context, args *LookupSdaaciConnectionArgs, opts ...InvokeOption) (*LookupSdaaciConnectionResult, error)
func LookupSdaaciConnectionOutput(ctx *Context, args *LookupSdaaciConnectionOutputArgs, opts ...InvokeOption) LookupSdaaciConnectionResultOutput> Note: This function is named LookupSdaaciConnection in the Go SDK.
public static class GetSdaaciConnection 
{
    public static Task<GetSdaaciConnectionResult> InvokeAsync(GetSdaaciConnectionArgs args, InvokeOptions? opts = null)
    public static Output<GetSdaaciConnectionResult> Invoke(GetSdaaciConnectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSdaaciConnectionResult> getSdaaciConnection(GetSdaaciConnectionArgs args, InvokeOptions options)
public static Output<GetSdaaciConnectionResult> getSdaaciConnection(GetSdaaciConnectionArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getSdaaciConnection:getSdaaciConnection
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AciL3Out string
- ACI L3Out Name User Input.
- AciMatch stringRule Name 
- Name of the Match Rule in Cisco APIC.
- AciTenant string
- ACI tenant Name for Selected APIC Target.
- AdditionalProperties string
- Ancestors
List<GetSdaaci Connection Ancestor> 
- ApicTarget GetSdaaci Connection Apic Target 
- CampusFabric stringSite 
- Campus fabric site id in which the border node has configured.
- CatalystCenter GetTarget Sdaaci Connection Catalyst Center Target 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Epg string
- Application EPG Name of this connection.
- EpgSubnet string
- EPG Subnet Ipv4Cidr which is configured on APIC.
- FirewallDevice string
- Device within the selected domain used to configure Firewall.
- FirewallDomain string
- Domain used to configure Firewall.
- FmcTarget GetSdaaci Connection Fmc Target 
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeProfile string
- L3Out Node Profile in Cisco APIC.
- ObjectType string
- Organization
GetSdaaci Connection Organization 
- Owners List<string>
- Parent
GetSdaaci Connection Parent 
- PermissionResources List<GetSdaaci Connection Permission Resource> 
- 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 SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- 
List<GetSdaaci Connection Tag> 
- Transit string
- Transit id for given border node.
- VersionContext GetSdaaci Connection Version Context 
- VirtualNetwork string
- Virtual Network of this connection.
- VnEpg string
- Contains both VN and EPG of this connection.
- Vrf string
- APIC Tenant VRF from APIC.
- AccountMoid string
- The Account ID for this managed object.
- AciL3Out string
- ACI L3Out Name User Input.
- AciMatch stringRule Name 
- Name of the Match Rule in Cisco APIC.
- AciTenant string
- ACI tenant Name for Selected APIC Target.
- AdditionalProperties string
- Ancestors
[]GetSdaaci Connection Ancestor 
- ApicTarget GetSdaaci Connection Apic Target 
- CampusFabric stringSite 
- Campus fabric site id in which the border node has configured.
- CatalystCenter GetTarget Sdaaci Connection Catalyst Center Target 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Epg string
- Application EPG Name of this connection.
- EpgSubnet string
- EPG Subnet Ipv4Cidr which is configured on APIC.
- FirewallDevice string
- Device within the selected domain used to configure Firewall.
- FirewallDomain string
- Domain used to configure Firewall.
- FmcTarget GetSdaaci Connection Fmc Target 
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeProfile string
- L3Out Node Profile in Cisco APIC.
- ObjectType string
- Organization
GetSdaaci Connection Organization 
- Owners []string
- Parent
GetSdaaci Connection Parent 
- PermissionResources []GetSdaaci Connection Permission Resource 
- 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 SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- 
[]GetSdaaci Connection Tag 
- Transit string
- Transit id for given border node.
- VersionContext GetSdaaci Connection Version Context 
- VirtualNetwork string
- Virtual Network of this connection.
- VnEpg string
- Contains both VN and EPG of this connection.
- Vrf string
- APIC Tenant VRF from APIC.
- accountMoid String
- The Account ID for this managed object.
- aciL3Out String
- ACI L3Out Name User Input.
- aciMatch StringRule Name 
- Name of the Match Rule in Cisco APIC.
- aciTenant String
- ACI tenant Name for Selected APIC Target.
- additionalProperties String
- ancestors
List<GetSdaaci Connection Ancestor> 
- apicTarget GetSdaaci Connection Apic Target 
- campusFabric StringSite 
- Campus fabric site id in which the border node has configured.
- catalystCenter GetTarget Sdaaci Connection Catalyst Center Target 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- epg String
- Application EPG Name of this connection.
- epgSubnet String
- EPG Subnet Ipv4Cidr which is configured on APIC.
- firewallDevice String
- Device within the selected domain used to configure Firewall.
- firewallDomain String
- Domain used to configure Firewall.
- fmcTarget GetSdaaci Connection Fmc Target 
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeProfile String
- L3Out Node Profile in Cisco APIC.
- objectType String
- organization
GetSdaaci Connection Organization 
- owners List<String>
- parent
GetSdaaci Connection Parent 
- permissionResources List<GetSdaaci Connection Permission Resource> 
- 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 SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- 
List<GetSdaaci Connection Tag> 
- transit String
- Transit id for given border node.
- versionContext GetSdaaci Connection Version Context 
- virtualNetwork String
- Virtual Network of this connection.
- vnEpg String
- Contains both VN and EPG of this connection.
- vrf String
- APIC Tenant VRF from APIC.
- accountMoid string
- The Account ID for this managed object.
- aciL3Out string
- ACI L3Out Name User Input.
- aciMatch stringRule Name 
- Name of the Match Rule in Cisco APIC.
- aciTenant string
- ACI tenant Name for Selected APIC Target.
- additionalProperties string
- ancestors
GetSdaaci Connection Ancestor[] 
- apicTarget GetSdaaci Connection Apic Target 
- campusFabric stringSite 
- Campus fabric site id in which the border node has configured.
- catalystCenter GetTarget Sdaaci Connection Catalyst Center Target 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- epg string
- Application EPG Name of this connection.
- epgSubnet string
- EPG Subnet Ipv4Cidr which is configured on APIC.
- firewallDevice string
- Device within the selected domain used to configure Firewall.
- firewallDomain string
- Domain used to configure Firewall.
- fmcTarget GetSdaaci Connection Fmc Target 
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nodeProfile string
- L3Out Node Profile in Cisco APIC.
- objectType string
- organization
GetSdaaci Connection Organization 
- owners string[]
- parent
GetSdaaci Connection Parent 
- permissionResources GetSdaaci Connection Permission Resource[] 
- 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 SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- 
GetSdaaci Connection Tag[] 
- transit string
- Transit id for given border node.
- versionContext GetSdaaci Connection Version Context 
- virtualNetwork string
- Virtual Network of this connection.
- vnEpg string
- Contains both VN and EPG of this connection.
- vrf string
- APIC Tenant VRF from APIC.
- account_moid str
- The Account ID for this managed object.
- aci_l3_ strout 
- ACI L3Out Name User Input.
- aci_match_ strrule_ name 
- Name of the Match Rule in Cisco APIC.
- aci_tenant str
- ACI tenant Name for Selected APIC Target.
- additional_properties str
- ancestors
Sequence[GetSdaaci Connection Ancestor] 
- apic_target GetSdaaci Connection Apic Target 
- campus_fabric_ strsite 
- Campus fabric site id in which the border node has configured.
- catalyst_center_ Gettarget Sdaaci Connection Catalyst Center Target 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- epg str
- Application EPG Name of this connection.
- epg_subnet str
- EPG Subnet Ipv4Cidr which is configured on APIC.
- firewall_device str
- Device within the selected domain used to configure Firewall.
- firewall_domain str
- Domain used to configure Firewall.
- fmc_target GetSdaaci Connection Fmc Target 
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_profile str
- L3Out Node Profile in Cisco APIC.
- object_type str
- organization
GetSdaaci Connection Organization 
- owners Sequence[str]
- parent
GetSdaaci Connection Parent 
- permission_resources Sequence[GetSdaaci Connection Permission Resource] 
- 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 SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- 
Sequence[GetSdaaci Connection Tag] 
- transit str
- Transit id for given border node.
- version_context GetSdaaci Connection Version Context 
- virtual_network str
- Virtual Network of this connection.
- vn_epg str
- Contains both VN and EPG of this connection.
- vrf str
- APIC Tenant VRF from APIC.
- accountMoid String
- The Account ID for this managed object.
- aciL3Out String
- ACI L3Out Name User Input.
- aciMatch StringRule Name 
- Name of the Match Rule in Cisco APIC.
- aciTenant String
- ACI tenant Name for Selected APIC Target.
- additionalProperties String
- ancestors List<Property Map>
- apicTarget Property Map
- campusFabric StringSite 
- Campus fabric site id in which the border node has configured.
- catalystCenter Property MapTarget 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- epg String
- Application EPG Name of this connection.
- epgSubnet String
- EPG Subnet Ipv4Cidr which is configured on APIC.
- firewallDevice String
- Device within the selected domain used to configure Firewall.
- firewallDomain String
- Domain used to configure Firewall.
- fmcTarget Property Map
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeProfile String
- L3Out Node Profile in Cisco APIC.
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Connection status between SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- List<Property Map>
- transit String
- Transit id for given border node.
- versionContext Property Map
- virtualNetwork String
- Virtual Network of this connection.
- vnEpg String
- Contains both VN and EPG of this connection.
- vrf String
- APIC Tenant VRF from APIC.
getSdaaciConnection Result
The following output properties are available:
- Id string
- Results
List<GetSdaaci Connection Result> 
- AccountMoid string
- AciL3Out string
- AciMatch stringRule Name 
- AciTenant string
- AdditionalProperties string
- Ancestors
List<GetSdaaci Connection Ancestor> 
- ApicTarget GetSdaaci Connection Apic Target 
- CampusFabric stringSite 
- CatalystCenter GetTarget Sdaaci Connection Catalyst Center Target 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- Epg string
- EpgSubnet string
- FirewallDevice string
- FirewallDomain string
- FmcTarget GetSdaaci Connection Fmc Target 
- ModTime string
- Moid string
- NodeProfile string
- ObjectType string
- Organization
GetSdaaci Connection Organization 
- Owners List<string>
- Parent
GetSdaaci Connection Parent 
- PermissionResources List<GetSdaaci Connection Permission Resource> 
- string
- Status string
- 
List<GetSdaaci Connection Tag> 
- Transit string
- VersionContext GetSdaaci Connection Version Context 
- VirtualNetwork string
- VnEpg string
- Vrf string
- Id string
- Results
[]GetSdaaci Connection Result 
- AccountMoid string
- AciL3Out string
- AciMatch stringRule Name 
- AciTenant string
- AdditionalProperties string
- Ancestors
[]GetSdaaci Connection Ancestor 
- ApicTarget GetSdaaci Connection Apic Target 
- CampusFabric stringSite 
- CatalystCenter GetTarget Sdaaci Connection Catalyst Center Target 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- Epg string
- EpgSubnet string
- FirewallDevice string
- FirewallDomain string
- FmcTarget GetSdaaci Connection Fmc Target 
- ModTime string
- Moid string
- NodeProfile string
- ObjectType string
- Organization
GetSdaaci Connection Organization 
- Owners []string
- Parent
GetSdaaci Connection Parent 
- PermissionResources []GetSdaaci Connection Permission Resource 
- string
- Status string
- 
[]GetSdaaci Connection Tag 
- Transit string
- VersionContext GetSdaaci Connection Version Context 
- VirtualNetwork string
- VnEpg string
- Vrf string
- id String
- results
List<GetSdaaci Connection Result> 
- accountMoid String
- aciL3Out String
- aciMatch StringRule Name 
- aciTenant String
- additionalProperties String
- ancestors
List<GetSdaaci Connection Ancestor> 
- apicTarget GetSdaaci Connection Apic Target 
- campusFabric StringSite 
- catalystCenter GetTarget Sdaaci Connection Catalyst Center Target 
- classId String
- createTime String
- domainGroup StringMoid 
- epg String
- epgSubnet String
- firewallDevice String
- firewallDomain String
- fmcTarget GetSdaaci Connection Fmc Target 
- modTime String
- moid String
- nodeProfile String
- objectType String
- organization
GetSdaaci Connection Organization 
- owners List<String>
- parent
GetSdaaci Connection Parent 
- permissionResources List<GetSdaaci Connection Permission Resource> 
- String
- status String
- 
List<GetSdaaci Connection Tag> 
- transit String
- versionContext GetSdaaci Connection Version Context 
- virtualNetwork String
- vnEpg String
- vrf String
- id string
- results
GetSdaaci Connection Result[] 
- accountMoid string
- aciL3Out string
- aciMatch stringRule Name 
- aciTenant string
- additionalProperties string
- ancestors
GetSdaaci Connection Ancestor[] 
- apicTarget GetSdaaci Connection Apic Target 
- campusFabric stringSite 
- catalystCenter GetTarget Sdaaci Connection Catalyst Center Target 
- classId string
- createTime string
- domainGroup stringMoid 
- epg string
- epgSubnet string
- firewallDevice string
- firewallDomain string
- fmcTarget GetSdaaci Connection Fmc Target 
- modTime string
- moid string
- nodeProfile string
- objectType string
- organization
GetSdaaci Connection Organization 
- owners string[]
- parent
GetSdaaci Connection Parent 
- permissionResources GetSdaaci Connection Permission Resource[] 
- string
- status string
- 
GetSdaaci Connection Tag[] 
- transit string
- versionContext GetSdaaci Connection Version Context 
- virtualNetwork string
- vnEpg string
- vrf string
- id str
- results
Sequence[GetSdaaci Connection Result] 
- account_moid str
- aci_l3_ strout 
- aci_match_ strrule_ name 
- aci_tenant str
- additional_properties str
- ancestors
Sequence[GetSdaaci Connection Ancestor] 
- apic_target GetSdaaci Connection Apic Target 
- campus_fabric_ strsite 
- catalyst_center_ Gettarget Sdaaci Connection Catalyst Center Target 
- class_id str
- create_time str
- domain_group_ strmoid 
- epg str
- epg_subnet str
- firewall_device str
- firewall_domain str
- fmc_target GetSdaaci Connection Fmc Target 
- mod_time str
- moid str
- node_profile str
- object_type str
- organization
GetSdaaci Connection Organization 
- owners Sequence[str]
- parent
GetSdaaci Connection Parent 
- permission_resources Sequence[GetSdaaci Connection Permission Resource] 
- str
- status str
- 
Sequence[GetSdaaci Connection Tag] 
- transit str
- version_context GetSdaaci Connection Version Context 
- virtual_network str
- vn_epg str
- vrf str
- id String
- results List<Property Map>
- accountMoid String
- aciL3Out String
- aciMatch StringRule Name 
- aciTenant String
- additionalProperties String
- ancestors List<Property Map>
- apicTarget Property Map
- campusFabric StringSite 
- catalystCenter Property MapTarget 
- classId String
- createTime String
- domainGroup StringMoid 
- epg String
- epgSubnet String
- firewallDevice String
- firewallDomain String
- fmcTarget Property Map
- modTime String
- moid String
- nodeProfile String
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- status String
- List<Property Map>
- transit String
- versionContext Property Map
- virtualNetwork String
- vnEpg String
- vrf String
Supporting Types
GetSdaaciConnectionAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetSdaaciConnectionApicTarget    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetSdaaciConnectionCatalystCenterTarget     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetSdaaciConnectionFmcTarget    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetSdaaciConnectionOrganization   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetSdaaciConnectionParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetSdaaciConnectionPermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetSdaaciConnectionResult   
- AccountMoid string
- The Account ID for this managed object.
- AciL3Out string
- ACI L3Out Name User Input.
- AciMatch stringRule Name 
- Name of the Match Rule in Cisco APIC.
- AciTenant string
- ACI tenant Name for Selected APIC Target.
- AdditionalProperties string
- Ancestors
List<GetSdaaci Connection Result Ancestor> 
- ApicTargets List<GetSdaaci Connection Result Apic Target> 
- CampusFabric stringSite 
- Campus fabric site id in which the border node has configured.
- CatalystCenter List<GetTargets Sdaaci Connection Result Catalyst Center Target> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Epg string
- Application EPG Name of this connection.
- EpgSubnet string
- EPG Subnet Ipv4Cidr which is configured on APIC.
- FirewallDevice string
- Device within the selected domain used to configure Firewall.
- FirewallDomain string
- Domain used to configure Firewall.
- FmcTargets List<GetSdaaci Connection Result Fmc Target> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeProfile string
- L3Out Node Profile in Cisco APIC.
- ObjectType string
- Organizations
List<GetSdaaci Connection Result Organization> 
- Owners List<string>
- Parents
List<GetSdaaci Connection Result Parent> 
- PermissionResources List<GetSdaaci Connection Result Permission Resource> 
- 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 SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- 
List<GetSdaaci Connection Result Tag> 
- Transit string
- Transit id for given border node.
- VersionContexts List<GetSdaaci Connection Result Version Context> 
- VirtualNetwork string
- Virtual Network of this connection.
- VnEpg string
- Contains both VN and EPG of this connection.
- Vrf string
- APIC Tenant VRF from APIC.
- AccountMoid string
- The Account ID for this managed object.
- AciL3Out string
- ACI L3Out Name User Input.
- AciMatch stringRule Name 
- Name of the Match Rule in Cisco APIC.
- AciTenant string
- ACI tenant Name for Selected APIC Target.
- AdditionalProperties string
- Ancestors
[]GetSdaaci Connection Result Ancestor 
- ApicTargets []GetSdaaci Connection Result Apic Target 
- CampusFabric stringSite 
- Campus fabric site id in which the border node has configured.
- CatalystCenter []GetTargets Sdaaci Connection Result Catalyst Center Target 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Epg string
- Application EPG Name of this connection.
- EpgSubnet string
- EPG Subnet Ipv4Cidr which is configured on APIC.
- FirewallDevice string
- Device within the selected domain used to configure Firewall.
- FirewallDomain string
- Domain used to configure Firewall.
- FmcTargets []GetSdaaci Connection Result Fmc Target 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeProfile string
- L3Out Node Profile in Cisco APIC.
- ObjectType string
- Organizations
[]GetSdaaci Connection Result Organization 
- Owners []string
- Parents
[]GetSdaaci Connection Result Parent 
- PermissionResources []GetSdaaci Connection Result Permission Resource 
- 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 SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- 
[]GetSdaaci Connection Result Tag 
- Transit string
- Transit id for given border node.
- VersionContexts []GetSdaaci Connection Result Version Context 
- VirtualNetwork string
- Virtual Network of this connection.
- VnEpg string
- Contains both VN and EPG of this connection.
- Vrf string
- APIC Tenant VRF from APIC.
- accountMoid String
- The Account ID for this managed object.
- aciL3Out String
- ACI L3Out Name User Input.
- aciMatch StringRule Name 
- Name of the Match Rule in Cisco APIC.
- aciTenant String
- ACI tenant Name for Selected APIC Target.
- additionalProperties String
- ancestors
List<GetSdaaci Connection Result Ancestor> 
- apicTargets List<GetSdaaci Connection Result Apic Target> 
- campusFabric StringSite 
- Campus fabric site id in which the border node has configured.
- catalystCenter List<GetTargets Sdaaci Connection Result Catalyst Center Target> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- epg String
- Application EPG Name of this connection.
- epgSubnet String
- EPG Subnet Ipv4Cidr which is configured on APIC.
- firewallDevice String
- Device within the selected domain used to configure Firewall.
- firewallDomain String
- Domain used to configure Firewall.
- fmcTargets List<GetSdaaci Connection Result Fmc Target> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeProfile String
- L3Out Node Profile in Cisco APIC.
- objectType String
- organizations
List<GetSdaaci Connection Result Organization> 
- owners List<String>
- parents
List<GetSdaaci Connection Result Parent> 
- permissionResources List<GetSdaaci Connection Result Permission Resource> 
- 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 SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- 
List<GetSdaaci Connection Result Tag> 
- transit String
- Transit id for given border node.
- versionContexts List<GetSdaaci Connection Result Version Context> 
- virtualNetwork String
- Virtual Network of this connection.
- vnEpg String
- Contains both VN and EPG of this connection.
- vrf String
- APIC Tenant VRF from APIC.
- accountMoid string
- The Account ID for this managed object.
- aciL3Out string
- ACI L3Out Name User Input.
- aciMatch stringRule Name 
- Name of the Match Rule in Cisco APIC.
- aciTenant string
- ACI tenant Name for Selected APIC Target.
- additionalProperties string
- ancestors
GetSdaaci Connection Result Ancestor[] 
- apicTargets GetSdaaci Connection Result Apic Target[] 
- campusFabric stringSite 
- Campus fabric site id in which the border node has configured.
- catalystCenter GetTargets Sdaaci Connection Result Catalyst Center Target[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- epg string
- Application EPG Name of this connection.
- epgSubnet string
- EPG Subnet Ipv4Cidr which is configured on APIC.
- firewallDevice string
- Device within the selected domain used to configure Firewall.
- firewallDomain string
- Domain used to configure Firewall.
- fmcTargets GetSdaaci Connection Result Fmc Target[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nodeProfile string
- L3Out Node Profile in Cisco APIC.
- objectType string
- organizations
GetSdaaci Connection Result Organization[] 
- owners string[]
- parents
GetSdaaci Connection Result Parent[] 
- permissionResources GetSdaaci Connection Result Permission Resource[] 
- 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 SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- 
GetSdaaci Connection Result Tag[] 
- transit string
- Transit id for given border node.
- versionContexts GetSdaaci Connection Result Version Context[] 
- virtualNetwork string
- Virtual Network of this connection.
- vnEpg string
- Contains both VN and EPG of this connection.
- vrf string
- APIC Tenant VRF from APIC.
- account_moid str
- The Account ID for this managed object.
- aci_l3_ strout 
- ACI L3Out Name User Input.
- aci_match_ strrule_ name 
- Name of the Match Rule in Cisco APIC.
- aci_tenant str
- ACI tenant Name for Selected APIC Target.
- additional_properties str
- ancestors
Sequence[GetSdaaci Connection Result Ancestor] 
- apic_targets Sequence[GetSdaaci Connection Result Apic Target] 
- campus_fabric_ strsite 
- Campus fabric site id in which the border node has configured.
- catalyst_center_ Sequence[Gettargets Sdaaci Connection Result Catalyst Center Target] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- epg str
- Application EPG Name of this connection.
- epg_subnet str
- EPG Subnet Ipv4Cidr which is configured on APIC.
- firewall_device str
- Device within the selected domain used to configure Firewall.
- firewall_domain str
- Domain used to configure Firewall.
- fmc_targets Sequence[GetSdaaci Connection Result Fmc Target] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_profile str
- L3Out Node Profile in Cisco APIC.
- object_type str
- organizations
Sequence[GetSdaaci Connection Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetSdaaci Connection Result Parent] 
- permission_resources Sequence[GetSdaaci Connection Result Permission Resource] 
- 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 SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- 
Sequence[GetSdaaci Connection Result Tag] 
- transit str
- Transit id for given border node.
- version_contexts Sequence[GetSdaaci Connection Result Version Context] 
- virtual_network str
- Virtual Network of this connection.
- vn_epg str
- Contains both VN and EPG of this connection.
- vrf str
- APIC Tenant VRF from APIC.
- accountMoid String
- The Account ID for this managed object.
- aciL3Out String
- ACI L3Out Name User Input.
- aciMatch StringRule Name 
- Name of the Match Rule in Cisco APIC.
- aciTenant String
- ACI tenant Name for Selected APIC Target.
- additionalProperties String
- ancestors List<Property Map>
- apicTargets List<Property Map>
- campusFabric StringSite 
- Campus fabric site id in which the border node has configured.
- catalystCenter List<Property Map>Targets 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- epg String
- Application EPG Name of this connection.
- epgSubnet String
- EPG Subnet Ipv4Cidr which is configured on APIC.
- firewallDevice String
- Device within the selected domain used to configure Firewall.
- firewallDomain String
- Domain used to configure Firewall.
- fmcTargets List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeProfile String
- L3Out Node Profile in Cisco APIC.
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Connection status between SDA and ACI.* NotConnected- Connection Status NotConnected.*Connected- Connection Status Connected.
- List<Property Map>
- transit String
- Transit id for given border node.
- versionContexts List<Property Map>
- virtualNetwork String
- Virtual Network of this connection.
- vnEpg String
- Contains both VN and EPG of this connection.
- vrf String
- APIC Tenant VRF from APIC.
GetSdaaciConnectionResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSdaaciConnectionResultApicTarget     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSdaaciConnectionResultCatalystCenterTarget      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSdaaciConnectionResultFmcTarget     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSdaaciConnectionResultOrganization    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSdaaciConnectionResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSdaaciConnectionResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSdaaciConnectionResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetSdaaciConnectionResultVersionContext     
- additionalProperties string
- classId string
- interestedMos GetSdaaci Connection Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetSdaaci Connection Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetSdaaciConnectionResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSdaaciConnectionResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSdaaciConnectionTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties 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.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetSdaaciConnectionVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetSdaaci Connection Version Context Interested Mo> 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetSdaaci Connection Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetSdaaci Connection Version Context Interested Mo 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetSdaaci Connection Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetSdaaci Connection Version Context Interested Mo> 
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetSdaaci Connection Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetSdaaci Connection Version Context Interested Mo[] 
- markedFor 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.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetSdaaci Connection Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetSdaaci Connection 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 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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetSdaaciConnectionVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetSdaaciConnectionVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet