intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getKubernetesAciCniProfile
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Configuration for an ACI CNI profile.
Using getKubernetesAciCniProfile
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 getKubernetesAciCniProfile(args: GetKubernetesAciCniProfileArgs, opts?: InvokeOptions): Promise<GetKubernetesAciCniProfileResult>
function getKubernetesAciCniProfileOutput(args: GetKubernetesAciCniProfileOutputArgs, opts?: InvokeOptions): Output<GetKubernetesAciCniProfileResult>def get_kubernetes_aci_cni_profile(aaep_name: Optional[str] = None,
                                   account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetKubernetesAciCniProfileAncestor]] = None,
                                   class_id: Optional[str] = None,
                                   cluster_aci_allocations: Optional[Sequence[GetKubernetesAciCniProfileClusterAciAllocation]] = None,
                                   cluster_profiles: Optional[Sequence[GetKubernetesAciCniProfileClusterProfile]] = None,
                                   create_time: Optional[str] = None,
                                   description: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   ext_svc_dyn_subnet_start: Optional[str] = None,
                                   ext_svc_static_subnet_start: Optional[str] = None,
                                   id: Optional[str] = None,
                                   infra_vlan_id: Optional[float] = None,
                                   l3_out_network_name: Optional[str] = None,
                                   l3_out_policy_name: Optional[str] = None,
                                   l3_out_tenant: Optional[str] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   name: Optional[str] = None,
                                   nested_vmm_domain: Optional[str] = None,
                                   node_svc_subnet_start: Optional[str] = None,
                                   node_vlan_range_end: Optional[float] = None,
                                   node_vlan_range_start: Optional[float] = None,
                                   number_of_kubernetes_clusters: Optional[float] = None,
                                   object_type: Optional[str] = None,
                                   opflex_multicast_address_range: Optional[str] = None,
                                   organization: Optional[GetKubernetesAciCniProfileOrganization] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetKubernetesAciCniProfileParent] = None,
                                   permission_resources: Optional[Sequence[GetKubernetesAciCniProfilePermissionResource]] = None,
                                   pod_subnet_start: Optional[str] = None,
                                   registered_device: Optional[GetKubernetesAciCniProfileRegisteredDevice] = None,
                                   shared_scope: Optional[str] = None,
                                   src_template: Optional[GetKubernetesAciCniProfileSrcTemplate] = None,
                                   svc_subnet_start: Optional[str] = None,
                                   tags: Optional[Sequence[GetKubernetesAciCniProfileTag]] = None,
                                   type: Optional[str] = None,
                                   version_context: Optional[GetKubernetesAciCniProfileVersionContext] = None,
                                   vrf: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetKubernetesAciCniProfileResult
def get_kubernetes_aci_cni_profile_output(aaep_name: Optional[pulumi.Input[str]] = None,
                                   account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesAciCniProfileAncestorArgs]]]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   cluster_aci_allocations: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesAciCniProfileClusterAciAllocationArgs]]]] = None,
                                   cluster_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesAciCniProfileClusterProfileArgs]]]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   description: Optional[pulumi.Input[str]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   ext_svc_dyn_subnet_start: Optional[pulumi.Input[str]] = None,
                                   ext_svc_static_subnet_start: Optional[pulumi.Input[str]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   infra_vlan_id: Optional[pulumi.Input[float]] = None,
                                   l3_out_network_name: Optional[pulumi.Input[str]] = None,
                                   l3_out_policy_name: Optional[pulumi.Input[str]] = None,
                                   l3_out_tenant: Optional[pulumi.Input[str]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   nested_vmm_domain: Optional[pulumi.Input[str]] = None,
                                   node_svc_subnet_start: Optional[pulumi.Input[str]] = None,
                                   node_vlan_range_end: Optional[pulumi.Input[float]] = None,
                                   node_vlan_range_start: Optional[pulumi.Input[float]] = None,
                                   number_of_kubernetes_clusters: Optional[pulumi.Input[float]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   opflex_multicast_address_range: Optional[pulumi.Input[str]] = None,
                                   organization: Optional[pulumi.Input[GetKubernetesAciCniProfileOrganizationArgs]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetKubernetesAciCniProfileParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesAciCniProfilePermissionResourceArgs]]]] = None,
                                   pod_subnet_start: Optional[pulumi.Input[str]] = None,
                                   registered_device: Optional[pulumi.Input[GetKubernetesAciCniProfileRegisteredDeviceArgs]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   src_template: Optional[pulumi.Input[GetKubernetesAciCniProfileSrcTemplateArgs]] = None,
                                   svc_subnet_start: Optional[pulumi.Input[str]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesAciCniProfileTagArgs]]]] = None,
                                   type: Optional[pulumi.Input[str]] = None,
                                   version_context: Optional[pulumi.Input[GetKubernetesAciCniProfileVersionContextArgs]] = None,
                                   vrf: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetKubernetesAciCniProfileResult]func LookupKubernetesAciCniProfile(ctx *Context, args *LookupKubernetesAciCniProfileArgs, opts ...InvokeOption) (*LookupKubernetesAciCniProfileResult, error)
func LookupKubernetesAciCniProfileOutput(ctx *Context, args *LookupKubernetesAciCniProfileOutputArgs, opts ...InvokeOption) LookupKubernetesAciCniProfileResultOutput> Note: This function is named LookupKubernetesAciCniProfile in the Go SDK.
public static class GetKubernetesAciCniProfile 
{
    public static Task<GetKubernetesAciCniProfileResult> InvokeAsync(GetKubernetesAciCniProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetKubernetesAciCniProfileResult> Invoke(GetKubernetesAciCniProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKubernetesAciCniProfileResult> getKubernetesAciCniProfile(GetKubernetesAciCniProfileArgs args, InvokeOptions options)
public static Output<GetKubernetesAciCniProfileResult> getKubernetesAciCniProfile(GetKubernetesAciCniProfileArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getKubernetesAciCniProfile:getKubernetesAciCniProfile
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AaepName string
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetKubernetes Aci Cni Profile Ancestor> 
- ClassId string
- ClusterAci List<GetAllocations Kubernetes Aci Cni Profile Cluster Aci Allocation> 
- ClusterProfiles List<GetKubernetes Aci Cni Profile Cluster Profile> 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the profile.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExtSvc stringDyn Subnet Start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- ExtSvc stringStatic Subnet Start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- Id string
- InfraVlan doubleId 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- L3OutNetwork stringName 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- L3OutPolicy stringName 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- L3OutTenant string
- Tenant in ACI used by this L3Out and Common VRF.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the profile instance or profile template.
- NestedVmm stringDomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- NodeSvc stringSubnet Start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- NodeVlan doubleRange End 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- NodeVlan doubleRange Start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- NumberOf doubleKubernetes Clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- ObjectType string
- OpflexMulticast stringAddress Range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- Organization
GetKubernetes Aci Cni Profile Organization 
- Owners List<string>
- Parent
GetKubernetes Aci Cni Profile Parent 
- PermissionResources List<GetKubernetes Aci Cni Profile Permission Resource> 
- PodSubnet stringStart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- RegisteredDevice GetKubernetes Aci Cni Profile Registered Device 
- 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.
- SrcTemplate GetKubernetes Aci Cni Profile Src Template 
- SvcSubnet stringStart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- 
List<GetKubernetes Aci Cni Profile Tag> 
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContext GetKubernetes Aci Cni Profile Version Context 
- Vrf string
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
- AaepName string
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetKubernetes Aci Cni Profile Ancestor 
- ClassId string
- ClusterAci []GetAllocations Kubernetes Aci Cni Profile Cluster Aci Allocation 
- ClusterProfiles []GetKubernetes Aci Cni Profile Cluster Profile 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the profile.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExtSvc stringDyn Subnet Start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- ExtSvc stringStatic Subnet Start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- Id string
- InfraVlan float64Id 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- L3OutNetwork stringName 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- L3OutPolicy stringName 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- L3OutTenant string
- Tenant in ACI used by this L3Out and Common VRF.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the profile instance or profile template.
- NestedVmm stringDomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- NodeSvc stringSubnet Start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- NodeVlan float64Range End 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- NodeVlan float64Range Start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- NumberOf float64Kubernetes Clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- ObjectType string
- OpflexMulticast stringAddress Range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- Organization
GetKubernetes Aci Cni Profile Organization 
- Owners []string
- Parent
GetKubernetes Aci Cni Profile Parent 
- PermissionResources []GetKubernetes Aci Cni Profile Permission Resource 
- PodSubnet stringStart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- RegisteredDevice GetKubernetes Aci Cni Profile Registered Device 
- 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.
- SrcTemplate GetKubernetes Aci Cni Profile Src Template 
- SvcSubnet stringStart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- 
[]GetKubernetes Aci Cni Profile Tag 
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContext GetKubernetes Aci Cni Profile Version Context 
- Vrf string
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
- aaepName String
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetKubernetes Aci Cni Profile Ancestor> 
- classId String
- clusterAci List<GetAllocations Kubernetes Aci Cni Profile Cluster Aci Allocation> 
- clusterProfiles List<GetKubernetes Aci Cni Profile Cluster Profile> 
- createTime String
- The time when this managed object was created.
- description String
- Description of the profile.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- extSvc StringDyn Subnet Start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- extSvc StringStatic Subnet Start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- id String
- infraVlan DoubleId 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- l3OutNetwork StringName 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- l3OutPolicy StringName 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- l3OutTenant String
- Tenant in ACI used by this L3Out and Common VRF.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the profile instance or profile template.
- nestedVmm StringDomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- nodeSvc StringSubnet Start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- nodeVlan DoubleRange End 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- nodeVlan DoubleRange Start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- numberOf DoubleKubernetes Clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- objectType String
- opflexMulticast StringAddress Range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- organization
GetKubernetes Aci Cni Profile Organization 
- owners List<String>
- parent
GetKubernetes Aci Cni Profile Parent 
- permissionResources List<GetKubernetes Aci Cni Profile Permission Resource> 
- podSubnet StringStart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- registeredDevice GetKubernetes Aci Cni Profile Registered Device 
- 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.
- srcTemplate GetKubernetes Aci Cni Profile Src Template 
- svcSubnet StringStart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- 
List<GetKubernetes Aci Cni Profile Tag> 
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContext GetKubernetes Aci Cni Profile Version Context 
- vrf String
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
- aaepName string
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetKubernetes Aci Cni Profile Ancestor[] 
- classId string
- clusterAci GetAllocations Kubernetes Aci Cni Profile Cluster Aci Allocation[] 
- clusterProfiles GetKubernetes Aci Cni Profile Cluster Profile[] 
- createTime string
- The time when this managed object was created.
- description string
- Description of the profile.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- extSvc stringDyn Subnet Start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- extSvc stringStatic Subnet Start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- id string
- infraVlan numberId 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- l3OutNetwork stringName 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- l3OutPolicy stringName 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- l3OutTenant string
- Tenant in ACI used by this L3Out and Common VRF.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the profile instance or profile template.
- nestedVmm stringDomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- nodeSvc stringSubnet Start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- nodeVlan numberRange End 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- nodeVlan numberRange Start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- numberOf numberKubernetes Clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- objectType string
- opflexMulticast stringAddress Range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- organization
GetKubernetes Aci Cni Profile Organization 
- owners string[]
- parent
GetKubernetes Aci Cni Profile Parent 
- permissionResources GetKubernetes Aci Cni Profile Permission Resource[] 
- podSubnet stringStart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- registeredDevice GetKubernetes Aci Cni Profile Registered Device 
- 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.
- srcTemplate GetKubernetes Aci Cni Profile Src Template 
- svcSubnet stringStart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- 
GetKubernetes Aci Cni Profile Tag[] 
- type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContext GetKubernetes Aci Cni Profile Version Context 
- vrf string
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
- aaep_name str
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetKubernetes Aci Cni Profile Ancestor] 
- class_id str
- cluster_aci_ Sequence[Getallocations Kubernetes Aci Cni Profile Cluster Aci Allocation] 
- cluster_profiles Sequence[GetKubernetes Aci Cni Profile Cluster Profile] 
- create_time str
- The time when this managed object was created.
- description str
- Description of the profile.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- ext_svc_ strdyn_ subnet_ start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- ext_svc_ strstatic_ subnet_ start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- id str
- infra_vlan_ floatid 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- l3_out_ strnetwork_ name 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- l3_out_ strpolicy_ name 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- l3_out_ strtenant 
- Tenant in ACI used by this L3Out and Common VRF.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the profile instance or profile template.
- nested_vmm_ strdomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- node_svc_ strsubnet_ start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- node_vlan_ floatrange_ end 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- node_vlan_ floatrange_ start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- number_of_ floatkubernetes_ clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- object_type str
- opflex_multicast_ straddress_ range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- organization
GetKubernetes Aci Cni Profile Organization 
- owners Sequence[str]
- parent
GetKubernetes Aci Cni Profile Parent 
- permission_resources Sequence[GetKubernetes Aci Cni Profile Permission Resource] 
- pod_subnet_ strstart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- registered_device GetKubernetes Aci Cni Profile Registered Device 
- 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.
- src_template GetKubernetes Aci Cni Profile Src Template 
- svc_subnet_ strstart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- 
Sequence[GetKubernetes Aci Cni Profile Tag] 
- type str
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- version_context GetKubernetes Aci Cni Profile Version Context 
- vrf str
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
- aaepName String
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterAci List<Property Map>Allocations 
- clusterProfiles List<Property Map>
- createTime String
- The time when this managed object was created.
- description String
- Description of the profile.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- extSvc StringDyn Subnet Start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- extSvc StringStatic Subnet Start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- id String
- infraVlan NumberId 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- l3OutNetwork StringName 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- l3OutPolicy StringName 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- l3OutTenant String
- Tenant in ACI used by this L3Out and Common VRF.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the profile instance or profile template.
- nestedVmm StringDomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- nodeSvc StringSubnet Start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- nodeVlan NumberRange End 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- nodeVlan NumberRange Start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- numberOf NumberKubernetes Clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- objectType String
- opflexMulticast StringAddress Range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- podSubnet StringStart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- registeredDevice 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.
- srcTemplate Property Map
- svcSubnet StringStart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- List<Property Map>
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContext Property Map
- vrf String
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
getKubernetesAciCniProfile Result
The following output properties are available:
- Id string
- Results
List<GetKubernetes Aci Cni Profile Result> 
- AaepName string
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetKubernetes Aci Cni Profile Ancestor> 
- ClassId string
- ClusterAci List<GetAllocations Kubernetes Aci Cni Profile Cluster Aci Allocation> 
- ClusterProfiles List<GetKubernetes Aci Cni Profile Cluster Profile> 
- CreateTime string
- Description string
- DomainGroup stringMoid 
- ExtSvc stringDyn Subnet Start 
- ExtSvc stringStatic Subnet Start 
- InfraVlan doubleId 
- L3OutNetwork stringName 
- L3OutPolicy stringName 
- L3OutTenant string
- ModTime string
- Moid string
- Name string
- NestedVmm stringDomain 
- NodeSvc stringSubnet Start 
- NodeVlan doubleRange End 
- NodeVlan doubleRange Start 
- NumberOf doubleKubernetes Clusters 
- ObjectType string
- OpflexMulticast stringAddress Range 
- Organization
GetKubernetes Aci Cni Profile Organization 
- Owners List<string>
- Parent
GetKubernetes Aci Cni Profile Parent 
- PermissionResources List<GetKubernetes Aci Cni Profile Permission Resource> 
- PodSubnet stringStart 
- RegisteredDevice GetKubernetes Aci Cni Profile Registered Device 
- string
- SrcTemplate GetKubernetes Aci Cni Profile Src Template 
- SvcSubnet stringStart 
- 
List<GetKubernetes Aci Cni Profile Tag> 
- Type string
- VersionContext GetKubernetes Aci Cni Profile Version Context 
- Vrf string
- Id string
- Results
[]GetKubernetes Aci Cni Profile Result 
- AaepName string
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetKubernetes Aci Cni Profile Ancestor 
- ClassId string
- ClusterAci []GetAllocations Kubernetes Aci Cni Profile Cluster Aci Allocation 
- ClusterProfiles []GetKubernetes Aci Cni Profile Cluster Profile 
- CreateTime string
- Description string
- DomainGroup stringMoid 
- ExtSvc stringDyn Subnet Start 
- ExtSvc stringStatic Subnet Start 
- InfraVlan float64Id 
- L3OutNetwork stringName 
- L3OutPolicy stringName 
- L3OutTenant string
- ModTime string
- Moid string
- Name string
- NestedVmm stringDomain 
- NodeSvc stringSubnet Start 
- NodeVlan float64Range End 
- NodeVlan float64Range Start 
- NumberOf float64Kubernetes Clusters 
- ObjectType string
- OpflexMulticast stringAddress Range 
- Organization
GetKubernetes Aci Cni Profile Organization 
- Owners []string
- Parent
GetKubernetes Aci Cni Profile Parent 
- PermissionResources []GetKubernetes Aci Cni Profile Permission Resource 
- PodSubnet stringStart 
- RegisteredDevice GetKubernetes Aci Cni Profile Registered Device 
- string
- SrcTemplate GetKubernetes Aci Cni Profile Src Template 
- SvcSubnet stringStart 
- 
[]GetKubernetes Aci Cni Profile Tag 
- Type string
- VersionContext GetKubernetes Aci Cni Profile Version Context 
- Vrf string
- id String
- results
List<GetKubernetes Aci Cni Profile Result> 
- aaepName String
- accountMoid String
- additionalProperties String
- ancestors
List<GetKubernetes Aci Cni Profile Ancestor> 
- classId String
- clusterAci List<GetAllocations Kubernetes Aci Cni Profile Cluster Aci Allocation> 
- clusterProfiles List<GetKubernetes Aci Cni Profile Cluster Profile> 
- createTime String
- description String
- domainGroup StringMoid 
- extSvc StringDyn Subnet Start 
- extSvc StringStatic Subnet Start 
- infraVlan DoubleId 
- l3OutNetwork StringName 
- l3OutPolicy StringName 
- l3OutTenant String
- modTime String
- moid String
- name String
- nestedVmm StringDomain 
- nodeSvc StringSubnet Start 
- nodeVlan DoubleRange End 
- nodeVlan DoubleRange Start 
- numberOf DoubleKubernetes Clusters 
- objectType String
- opflexMulticast StringAddress Range 
- organization
GetKubernetes Aci Cni Profile Organization 
- owners List<String>
- parent
GetKubernetes Aci Cni Profile Parent 
- permissionResources List<GetKubernetes Aci Cni Profile Permission Resource> 
- podSubnet StringStart 
- registeredDevice GetKubernetes Aci Cni Profile Registered Device 
- String
- srcTemplate GetKubernetes Aci Cni Profile Src Template 
- svcSubnet StringStart 
- 
List<GetKubernetes Aci Cni Profile Tag> 
- type String
- versionContext GetKubernetes Aci Cni Profile Version Context 
- vrf String
- id string
- results
GetKubernetes Aci Cni Profile Result[] 
- aaepName string
- accountMoid string
- additionalProperties string
- ancestors
GetKubernetes Aci Cni Profile Ancestor[] 
- classId string
- clusterAci GetAllocations Kubernetes Aci Cni Profile Cluster Aci Allocation[] 
- clusterProfiles GetKubernetes Aci Cni Profile Cluster Profile[] 
- createTime string
- description string
- domainGroup stringMoid 
- extSvc stringDyn Subnet Start 
- extSvc stringStatic Subnet Start 
- infraVlan numberId 
- l3OutNetwork stringName 
- l3OutPolicy stringName 
- l3OutTenant string
- modTime string
- moid string
- name string
- nestedVmm stringDomain 
- nodeSvc stringSubnet Start 
- nodeVlan numberRange End 
- nodeVlan numberRange Start 
- numberOf numberKubernetes Clusters 
- objectType string
- opflexMulticast stringAddress Range 
- organization
GetKubernetes Aci Cni Profile Organization 
- owners string[]
- parent
GetKubernetes Aci Cni Profile Parent 
- permissionResources GetKubernetes Aci Cni Profile Permission Resource[] 
- podSubnet stringStart 
- registeredDevice GetKubernetes Aci Cni Profile Registered Device 
- string
- srcTemplate GetKubernetes Aci Cni Profile Src Template 
- svcSubnet stringStart 
- 
GetKubernetes Aci Cni Profile Tag[] 
- type string
- versionContext GetKubernetes Aci Cni Profile Version Context 
- vrf string
- id str
- results
Sequence[GetKubernetes Aci Cni Profile Result] 
- aaep_name str
- account_moid str
- additional_properties str
- ancestors
Sequence[GetKubernetes Aci Cni Profile Ancestor] 
- class_id str
- cluster_aci_ Sequence[Getallocations Kubernetes Aci Cni Profile Cluster Aci Allocation] 
- cluster_profiles Sequence[GetKubernetes Aci Cni Profile Cluster Profile] 
- create_time str
- description str
- domain_group_ strmoid 
- ext_svc_ strdyn_ subnet_ start 
- ext_svc_ strstatic_ subnet_ start 
- infra_vlan_ floatid 
- l3_out_ strnetwork_ name 
- l3_out_ strpolicy_ name 
- l3_out_ strtenant 
- mod_time str
- moid str
- name str
- nested_vmm_ strdomain 
- node_svc_ strsubnet_ start 
- node_vlan_ floatrange_ end 
- node_vlan_ floatrange_ start 
- number_of_ floatkubernetes_ clusters 
- object_type str
- opflex_multicast_ straddress_ range 
- organization
GetKubernetes Aci Cni Profile Organization 
- owners Sequence[str]
- parent
GetKubernetes Aci Cni Profile Parent 
- permission_resources Sequence[GetKubernetes Aci Cni Profile Permission Resource] 
- pod_subnet_ strstart 
- registered_device GetKubernetes Aci Cni Profile Registered Device 
- str
- src_template GetKubernetes Aci Cni Profile Src Template 
- svc_subnet_ strstart 
- 
Sequence[GetKubernetes Aci Cni Profile Tag] 
- type str
- version_context GetKubernetes Aci Cni Profile Version Context 
- vrf str
- id String
- results List<Property Map>
- aaepName String
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterAci List<Property Map>Allocations 
- clusterProfiles List<Property Map>
- createTime String
- description String
- domainGroup StringMoid 
- extSvc StringDyn Subnet Start 
- extSvc StringStatic Subnet Start 
- infraVlan NumberId 
- l3OutNetwork StringName 
- l3OutPolicy StringName 
- l3OutTenant String
- modTime String
- moid String
- name String
- nestedVmm StringDomain 
- nodeSvc StringSubnet Start 
- nodeVlan NumberRange End 
- nodeVlan NumberRange Start 
- numberOf NumberKubernetes Clusters 
- objectType String
- opflexMulticast StringAddress Range 
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- podSubnet StringStart 
- registeredDevice Property Map
- String
- srcTemplate Property Map
- svcSubnet StringStart 
- List<Property Map>
- type String
- versionContext Property Map
- vrf String
Supporting Types
GetKubernetesAciCniProfileAncestor     
- 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'.
 
GetKubernetesAciCniProfileClusterAciAllocation       
- 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'.
 
GetKubernetesAciCniProfileClusterProfile      
- 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'.
 
GetKubernetesAciCniProfileOrganization     
- 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'.
 
GetKubernetesAciCniProfileParent     
- 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'.
 
GetKubernetesAciCniProfilePermissionResource      
- 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'.
 
GetKubernetesAciCniProfileRegisteredDevice      
- 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'.
 
GetKubernetesAciCniProfileResult     
- AaepName string
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetKubernetes Aci Cni Profile Result Ancestor> 
- ClassId string
- ClusterAci List<GetAllocations Kubernetes Aci Cni Profile Result Cluster Aci Allocation> 
- ClusterProfiles List<GetKubernetes Aci Cni Profile Result Cluster Profile> 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the profile.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExtSvc stringDyn Subnet Start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- ExtSvc stringStatic Subnet Start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- InfraVlan doubleId 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- L3OutNetwork stringName 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- L3OutPolicy stringName 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- L3OutTenant string
- Tenant in ACI used by this L3Out and Common VRF.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the profile instance or profile template.
- NestedVmm stringDomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- NodeSvc stringSubnet Start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- NodeVlan doubleRange End 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- NodeVlan doubleRange Start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- NumberOf doubleKubernetes Clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- ObjectType string
- OpflexMulticast stringAddress Range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- Organizations
List<GetKubernetes Aci Cni Profile Result Organization> 
- Owners List<string>
- Parents
List<GetKubernetes Aci Cni Profile Result Parent> 
- PermissionResources List<GetKubernetes Aci Cni Profile Result Permission Resource> 
- PodSubnet stringStart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- RegisteredDevices List<GetKubernetes Aci Cni Profile Result Registered Device> 
- 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.
- SrcTemplates List<GetKubernetes Aci Cni Profile Result Src Template> 
- SvcSubnet stringStart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- 
List<GetKubernetes Aci Cni Profile Result Tag> 
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContexts List<GetKubernetes Aci Cni Profile Result Version Context> 
- Vrf string
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
- AaepName string
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetKubernetes Aci Cni Profile Result Ancestor 
- ClassId string
- ClusterAci []GetAllocations Kubernetes Aci Cni Profile Result Cluster Aci Allocation 
- ClusterProfiles []GetKubernetes Aci Cni Profile Result Cluster Profile 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the profile.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExtSvc stringDyn Subnet Start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- ExtSvc stringStatic Subnet Start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- InfraVlan float64Id 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- L3OutNetwork stringName 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- L3OutPolicy stringName 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- L3OutTenant string
- Tenant in ACI used by this L3Out and Common VRF.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the profile instance or profile template.
- NestedVmm stringDomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- NodeSvc stringSubnet Start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- NodeVlan float64Range End 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- NodeVlan float64Range Start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- NumberOf float64Kubernetes Clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- ObjectType string
- OpflexMulticast stringAddress Range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- Organizations
[]GetKubernetes Aci Cni Profile Result Organization 
- Owners []string
- Parents
[]GetKubernetes Aci Cni Profile Result Parent 
- PermissionResources []GetKubernetes Aci Cni Profile Result Permission Resource 
- PodSubnet stringStart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- RegisteredDevices []GetKubernetes Aci Cni Profile Result Registered Device 
- 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.
- SrcTemplates []GetKubernetes Aci Cni Profile Result Src Template 
- SvcSubnet stringStart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- 
[]GetKubernetes Aci Cni Profile Result Tag 
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContexts []GetKubernetes Aci Cni Profile Result Version Context 
- Vrf string
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
- aaepName String
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetKubernetes Aci Cni Profile Result Ancestor> 
- classId String
- clusterAci List<GetAllocations Kubernetes Aci Cni Profile Result Cluster Aci Allocation> 
- clusterProfiles List<GetKubernetes Aci Cni Profile Result Cluster Profile> 
- createTime String
- The time when this managed object was created.
- description String
- Description of the profile.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- extSvc StringDyn Subnet Start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- extSvc StringStatic Subnet Start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- infraVlan DoubleId 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- l3OutNetwork StringName 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- l3OutPolicy StringName 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- l3OutTenant String
- Tenant in ACI used by this L3Out and Common VRF.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the profile instance or profile template.
- nestedVmm StringDomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- nodeSvc StringSubnet Start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- nodeVlan DoubleRange End 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- nodeVlan DoubleRange Start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- numberOf DoubleKubernetes Clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- objectType String
- opflexMulticast StringAddress Range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- organizations
List<GetKubernetes Aci Cni Profile Result Organization> 
- owners List<String>
- parents
List<GetKubernetes Aci Cni Profile Result Parent> 
- permissionResources List<GetKubernetes Aci Cni Profile Result Permission Resource> 
- podSubnet StringStart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- registeredDevices List<GetKubernetes Aci Cni Profile Result Registered Device> 
- 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.
- srcTemplates List<GetKubernetes Aci Cni Profile Result Src Template> 
- svcSubnet StringStart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- 
List<GetKubernetes Aci Cni Profile Result Tag> 
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContexts List<GetKubernetes Aci Cni Profile Result Version Context> 
- vrf String
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
- aaepName string
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetKubernetes Aci Cni Profile Result Ancestor[] 
- classId string
- clusterAci GetAllocations Kubernetes Aci Cni Profile Result Cluster Aci Allocation[] 
- clusterProfiles GetKubernetes Aci Cni Profile Result Cluster Profile[] 
- createTime string
- The time when this managed object was created.
- description string
- Description of the profile.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- extSvc stringDyn Subnet Start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- extSvc stringStatic Subnet Start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- infraVlan numberId 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- l3OutNetwork stringName 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- l3OutPolicy stringName 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- l3OutTenant string
- Tenant in ACI used by this L3Out and Common VRF.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the profile instance or profile template.
- nestedVmm stringDomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- nodeSvc stringSubnet Start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- nodeVlan numberRange End 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- nodeVlan numberRange Start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- numberOf numberKubernetes Clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- objectType string
- opflexMulticast stringAddress Range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- organizations
GetKubernetes Aci Cni Profile Result Organization[] 
- owners string[]
- parents
GetKubernetes Aci Cni Profile Result Parent[] 
- permissionResources GetKubernetes Aci Cni Profile Result Permission Resource[] 
- podSubnet stringStart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- registeredDevices GetKubernetes Aci Cni Profile Result Registered Device[] 
- 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.
- srcTemplates GetKubernetes Aci Cni Profile Result Src Template[] 
- svcSubnet stringStart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- 
GetKubernetes Aci Cni Profile Result Tag[] 
- type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContexts GetKubernetes Aci Cni Profile Result Version Context[] 
- vrf string
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
- aaep_name str
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetKubernetes Aci Cni Profile Result Ancestor] 
- class_id str
- cluster_aci_ Sequence[Getallocations Kubernetes Aci Cni Profile Result Cluster Aci Allocation] 
- cluster_profiles Sequence[GetKubernetes Aci Cni Profile Result Cluster Profile] 
- create_time str
- The time when this managed object was created.
- description str
- Description of the profile.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- ext_svc_ strdyn_ subnet_ start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- ext_svc_ strstatic_ subnet_ start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- infra_vlan_ floatid 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- l3_out_ strnetwork_ name 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- l3_out_ strpolicy_ name 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- l3_out_ strtenant 
- Tenant in ACI used by this L3Out and Common VRF.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the profile instance or profile template.
- nested_vmm_ strdomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- node_svc_ strsubnet_ start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- node_vlan_ floatrange_ end 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- node_vlan_ floatrange_ start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- number_of_ floatkubernetes_ clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- object_type str
- opflex_multicast_ straddress_ range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- organizations
Sequence[GetKubernetes Aci Cni Profile Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetKubernetes Aci Cni Profile Result Parent] 
- permission_resources Sequence[GetKubernetes Aci Cni Profile Result Permission Resource] 
- pod_subnet_ strstart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- registered_devices Sequence[GetKubernetes Aci Cni Profile Result Registered Device] 
- 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.
- src_templates Sequence[GetKubernetes Aci Cni Profile Result Src Template] 
- svc_subnet_ strstart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- 
Sequence[GetKubernetes Aci Cni Profile Result Tag] 
- type str
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- version_contexts Sequence[GetKubernetes Aci Cni Profile Result Version Context] 
- vrf str
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
- aaepName String
- Name of ACI AAEP (Attachable Access Entity Profile) to be used for all Kubernetes clusters using this policy.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterAci List<Property Map>Allocations 
- clusterProfiles List<Property Map>
- createTime String
- The time when this managed object was created.
- description String
- Description of the profile.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- extSvc StringDyn Subnet Start 
- Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- extSvc StringStatic Subnet Start 
- Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
- infraVlan NumberId 
- Value of ACI infrastructuere VLAN ID for the ACI fabric.
- l3OutNetwork StringName 
- Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
- l3OutPolicy StringName 
- Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
- l3OutTenant String
- Tenant in ACI used by this L3Out and Common VRF.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the profile instance or profile template.
- nestedVmm StringDomain 
- VMM domain within which Kubernetes clusters using this policy are nested.
- nodeSvc StringSubnet Start 
- Start of range of ACI Node Service IP subnets to use by Kubernetes clusters using this ACI CNI policy This is used for the service graph which is used for ACI PBR based load balancing.
- nodeVlan NumberRange End 
- Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- nodeVlan NumberRange Start 
- Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
- numberOf NumberKubernetes Clusters 
- Number of k8s clusters currently using this ACI CNI profile.
- objectType String
- opflexMulticast StringAddress Range 
- Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- podSubnet StringStart 
- Start of range of Kubernetes pod IP subnets to use by Kubernetes clusters using this ACI CNI policy This should be a /8 IP subnet so that multiple /16 subnets can be assigned for pod subnets of Kubernetes clusters using this profile.
- registeredDevices 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.
- srcTemplates List<Property Map>
- svcSubnet StringStart 
- Start of range of Kubernetes Service IP subnets to use by Kubernetes clusters using this ACI CNI policy Currently this is fixed internally and read-only.
- List<Property Map>
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContexts List<Property Map>
- vrf String
- VRF (Virtual Routing and Forwarding) domain to be used within ACI fabric by all k8s clusters using this policy.
GetKubernetesAciCniProfileResultAncestor      
- 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
GetKubernetesAciCniProfileResultClusterAciAllocation        
- 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
GetKubernetesAciCniProfileResultClusterProfile       
- 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
GetKubernetesAciCniProfileResultOrganization      
- 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
GetKubernetesAciCniProfileResultParent      
- 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
GetKubernetesAciCniProfileResultPermissionResource       
- 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
GetKubernetesAciCniProfileResultRegisteredDevice       
- 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
GetKubernetesAciCniProfileResultSrcTemplate       
- 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
GetKubernetesAciCniProfileResultTag      
- 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
GetKubernetesAciCniProfileResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetKubernetesAciCniProfileResultVersionContextInterestedMo         
- 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
GetKubernetesAciCniProfileResultVersionContextRefMo         
- 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
GetKubernetesAciCniProfileSrcTemplate      
- 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'.
 
GetKubernetesAciCniProfileTag     
- 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.
GetKubernetesAciCniProfileVersionContext      
- 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<GetKubernetes Aci Cni Profile 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 GetKubernetes Aci Cni Profile 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 []GetKubernetes Aci Cni Profile 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 GetKubernetes Aci Cni Profile 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<GetKubernetes Aci Cni Profile 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 GetKubernetes Aci Cni Profile 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 GetKubernetes Aci Cni Profile 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 GetKubernetes Aci Cni Profile 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[GetKubernetes Aci Cni Profile 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 GetKubernetes Aci Cni Profile 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.
 
GetKubernetesAciCniProfileVersionContextInterestedMo        
- 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'.
 
GetKubernetesAciCniProfileVersionContextRefMo        
- 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