1. Packages
  2. Intersight Provider
  3. API Docs
  4. getKubernetesAciCniProfile
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getKubernetesAciCniProfile

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The 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<GetKubernetesAciCniProfileAncestor>
    ClassId string
    ClusterAciAllocations List<GetKubernetesAciCniProfileClusterAciAllocation>
    ClusterProfiles List<GetKubernetesAciCniProfileClusterProfile>
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the profile.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExtSvcDynSubnetStart string
    Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    ExtSvcStaticSubnetStart string
    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
    InfraVlanId double
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    L3OutNetworkName string
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    L3OutPolicyName string
    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.
    NestedVmmDomain string
    VMM domain within which Kubernetes clusters using this policy are nested.
    NodeSvcSubnetStart string
    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.
    NodeVlanRangeEnd double
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    NodeVlanRangeStart double
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    NumberOfKubernetesClusters double
    Number of k8s clusters currently using this ACI CNI profile.
    ObjectType string
    OpflexMulticastAddressRange string
    Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
    Organization GetKubernetesAciCniProfileOrganization
    Owners List<string>
    Parent GetKubernetesAciCniProfileParent
    PermissionResources List<GetKubernetesAciCniProfilePermissionResource>
    PodSubnetStart string
    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 GetKubernetesAciCniProfileRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SrcTemplate GetKubernetesAciCniProfileSrcTemplate
    SvcSubnetStart string
    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.
    Tags List<GetKubernetesAciCniProfileTag>
    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 GetKubernetesAciCniProfileVersionContext
    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 []GetKubernetesAciCniProfileAncestor
    ClassId string
    ClusterAciAllocations []GetKubernetesAciCniProfileClusterAciAllocation
    ClusterProfiles []GetKubernetesAciCniProfileClusterProfile
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the profile.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExtSvcDynSubnetStart string
    Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    ExtSvcStaticSubnetStart string
    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
    InfraVlanId float64
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    L3OutNetworkName string
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    L3OutPolicyName string
    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.
    NestedVmmDomain string
    VMM domain within which Kubernetes clusters using this policy are nested.
    NodeSvcSubnetStart string
    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.
    NodeVlanRangeEnd float64
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    NodeVlanRangeStart float64
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    NumberOfKubernetesClusters float64
    Number of k8s clusters currently using this ACI CNI profile.
    ObjectType string
    OpflexMulticastAddressRange string
    Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
    Organization GetKubernetesAciCniProfileOrganization
    Owners []string
    Parent GetKubernetesAciCniProfileParent
    PermissionResources []GetKubernetesAciCniProfilePermissionResource
    PodSubnetStart string
    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 GetKubernetesAciCniProfileRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SrcTemplate GetKubernetesAciCniProfileSrcTemplate
    SvcSubnetStart string
    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.
    Tags []GetKubernetesAciCniProfileTag
    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 GetKubernetesAciCniProfileVersionContext
    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<GetKubernetesAciCniProfileAncestor>
    classId String
    clusterAciAllocations List<GetKubernetesAciCniProfileClusterAciAllocation>
    clusterProfiles List<GetKubernetesAciCniProfileClusterProfile>
    createTime String
    The time when this managed object was created.
    description String
    Description of the profile.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    extSvcDynSubnetStart String
    Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    extSvcStaticSubnetStart String
    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
    infraVlanId Double
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    l3OutNetworkName String
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    l3OutPolicyName String
    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.
    nestedVmmDomain String
    VMM domain within which Kubernetes clusters using this policy are nested.
    nodeSvcSubnetStart String
    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.
    nodeVlanRangeEnd Double
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    nodeVlanRangeStart Double
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    numberOfKubernetesClusters Double
    Number of k8s clusters currently using this ACI CNI profile.
    objectType String
    opflexMulticastAddressRange String
    Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
    organization GetKubernetesAciCniProfileOrganization
    owners List<String>
    parent GetKubernetesAciCniProfileParent
    permissionResources List<GetKubernetesAciCniProfilePermissionResource>
    podSubnetStart String
    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 GetKubernetesAciCniProfileRegisteredDevice
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplate GetKubernetesAciCniProfileSrcTemplate
    svcSubnetStart String
    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.
    tags List<GetKubernetesAciCniProfileTag>
    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 GetKubernetesAciCniProfileVersionContext
    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 GetKubernetesAciCniProfileAncestor[]
    classId string
    clusterAciAllocations GetKubernetesAciCniProfileClusterAciAllocation[]
    clusterProfiles GetKubernetesAciCniProfileClusterProfile[]
    createTime string
    The time when this managed object was created.
    description string
    Description of the profile.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    extSvcDynSubnetStart string
    Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    extSvcStaticSubnetStart string
    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
    infraVlanId number
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    l3OutNetworkName string
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    l3OutPolicyName string
    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.
    nestedVmmDomain string
    VMM domain within which Kubernetes clusters using this policy are nested.
    nodeSvcSubnetStart string
    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.
    nodeVlanRangeEnd number
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    nodeVlanRangeStart number
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    numberOfKubernetesClusters number
    Number of k8s clusters currently using this ACI CNI profile.
    objectType string
    opflexMulticastAddressRange string
    Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
    organization GetKubernetesAciCniProfileOrganization
    owners string[]
    parent GetKubernetesAciCniProfileParent
    permissionResources GetKubernetesAciCniProfilePermissionResource[]
    podSubnetStart string
    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 GetKubernetesAciCniProfileRegisteredDevice
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplate GetKubernetesAciCniProfileSrcTemplate
    svcSubnetStart string
    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.
    tags GetKubernetesAciCniProfileTag[]
    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 GetKubernetesAciCniProfileVersionContext
    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[GetKubernetesAciCniProfileAncestor]
    class_id str
    cluster_aci_allocations Sequence[GetKubernetesAciCniProfileClusterAciAllocation]
    cluster_profiles Sequence[GetKubernetesAciCniProfileClusterProfile]
    create_time str
    The time when this managed object was created.
    description str
    Description of the profile.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    ext_svc_dyn_subnet_start str
    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_static_subnet_start str
    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_id float
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    l3_out_network_name str
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    l3_out_policy_name str
    Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
    l3_out_tenant str
    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_domain str
    VMM domain within which Kubernetes clusters using this policy are nested.
    node_svc_subnet_start str
    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_range_end float
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    node_vlan_range_start float
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    number_of_kubernetes_clusters float
    Number of k8s clusters currently using this ACI CNI profile.
    object_type str
    opflex_multicast_address_range str
    Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
    organization GetKubernetesAciCniProfileOrganization
    owners Sequence[str]
    parent GetKubernetesAciCniProfileParent
    permission_resources Sequence[GetKubernetesAciCniProfilePermissionResource]
    pod_subnet_start str
    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 GetKubernetesAciCniProfileRegisteredDevice
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src_template GetKubernetesAciCniProfileSrcTemplate
    svc_subnet_start str
    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.
    tags Sequence[GetKubernetesAciCniProfileTag]
    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 GetKubernetesAciCniProfileVersionContext
    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
    clusterAciAllocations List<Property Map>
    clusterProfiles List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    Description of the profile.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    extSvcDynSubnetStart String
    Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    extSvcStaticSubnetStart String
    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
    infraVlanId Number
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    l3OutNetworkName String
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    l3OutPolicyName String
    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.
    nestedVmmDomain String
    VMM domain within which Kubernetes clusters using this policy are nested.
    nodeSvcSubnetStart String
    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.
    nodeVlanRangeEnd Number
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    nodeVlanRangeStart Number
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    numberOfKubernetesClusters Number
    Number of k8s clusters currently using this ACI CNI profile.
    objectType String
    opflexMulticastAddressRange String
    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>
    podSubnetStart String
    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
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplate Property Map
    svcSubnetStart String
    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.
    tags 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<GetKubernetesAciCniProfileResult>
    AaepName string
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetKubernetesAciCniProfileAncestor>
    ClassId string
    ClusterAciAllocations List<GetKubernetesAciCniProfileClusterAciAllocation>
    ClusterProfiles List<GetKubernetesAciCniProfileClusterProfile>
    CreateTime string
    Description string
    DomainGroupMoid string
    ExtSvcDynSubnetStart string
    ExtSvcStaticSubnetStart string
    InfraVlanId double
    L3OutNetworkName string
    L3OutPolicyName string
    L3OutTenant string
    ModTime string
    Moid string
    Name string
    NestedVmmDomain string
    NodeSvcSubnetStart string
    NodeVlanRangeEnd double
    NodeVlanRangeStart double
    NumberOfKubernetesClusters double
    ObjectType string
    OpflexMulticastAddressRange string
    Organization GetKubernetesAciCniProfileOrganization
    Owners List<string>
    Parent GetKubernetesAciCniProfileParent
    PermissionResources List<GetKubernetesAciCniProfilePermissionResource>
    PodSubnetStart string
    RegisteredDevice GetKubernetesAciCniProfileRegisteredDevice
    SharedScope string
    SrcTemplate GetKubernetesAciCniProfileSrcTemplate
    SvcSubnetStart string
    Tags List<GetKubernetesAciCniProfileTag>
    Type string
    VersionContext GetKubernetesAciCniProfileVersionContext
    Vrf string
    Id string
    Results []GetKubernetesAciCniProfileResult
    AaepName string
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetKubernetesAciCniProfileAncestor
    ClassId string
    ClusterAciAllocations []GetKubernetesAciCniProfileClusterAciAllocation
    ClusterProfiles []GetKubernetesAciCniProfileClusterProfile
    CreateTime string
    Description string
    DomainGroupMoid string
    ExtSvcDynSubnetStart string
    ExtSvcStaticSubnetStart string
    InfraVlanId float64
    L3OutNetworkName string
    L3OutPolicyName string
    L3OutTenant string
    ModTime string
    Moid string
    Name string
    NestedVmmDomain string
    NodeSvcSubnetStart string
    NodeVlanRangeEnd float64
    NodeVlanRangeStart float64
    NumberOfKubernetesClusters float64
    ObjectType string
    OpflexMulticastAddressRange string
    Organization GetKubernetesAciCniProfileOrganization
    Owners []string
    Parent GetKubernetesAciCniProfileParent
    PermissionResources []GetKubernetesAciCniProfilePermissionResource
    PodSubnetStart string
    RegisteredDevice GetKubernetesAciCniProfileRegisteredDevice
    SharedScope string
    SrcTemplate GetKubernetesAciCniProfileSrcTemplate
    SvcSubnetStart string
    Tags []GetKubernetesAciCniProfileTag
    Type string
    VersionContext GetKubernetesAciCniProfileVersionContext
    Vrf string
    id String
    results List<GetKubernetesAciCniProfileResult>
    aaepName String
    accountMoid String
    additionalProperties String
    ancestors List<GetKubernetesAciCniProfileAncestor>
    classId String
    clusterAciAllocations List<GetKubernetesAciCniProfileClusterAciAllocation>
    clusterProfiles List<GetKubernetesAciCniProfileClusterProfile>
    createTime String
    description String
    domainGroupMoid String
    extSvcDynSubnetStart String
    extSvcStaticSubnetStart String
    infraVlanId Double
    l3OutNetworkName String
    l3OutPolicyName String
    l3OutTenant String
    modTime String
    moid String
    name String
    nestedVmmDomain String
    nodeSvcSubnetStart String
    nodeVlanRangeEnd Double
    nodeVlanRangeStart Double
    numberOfKubernetesClusters Double
    objectType String
    opflexMulticastAddressRange String
    organization GetKubernetesAciCniProfileOrganization
    owners List<String>
    parent GetKubernetesAciCniProfileParent
    permissionResources List<GetKubernetesAciCniProfilePermissionResource>
    podSubnetStart String
    registeredDevice GetKubernetesAciCniProfileRegisteredDevice
    sharedScope String
    srcTemplate GetKubernetesAciCniProfileSrcTemplate
    svcSubnetStart String
    tags List<GetKubernetesAciCniProfileTag>
    type String
    versionContext GetKubernetesAciCniProfileVersionContext
    vrf String
    id string
    results GetKubernetesAciCniProfileResult[]
    aaepName string
    accountMoid string
    additionalProperties string
    ancestors GetKubernetesAciCniProfileAncestor[]
    classId string
    clusterAciAllocations GetKubernetesAciCniProfileClusterAciAllocation[]
    clusterProfiles GetKubernetesAciCniProfileClusterProfile[]
    createTime string
    description string
    domainGroupMoid string
    extSvcDynSubnetStart string
    extSvcStaticSubnetStart string
    infraVlanId number
    l3OutNetworkName string
    l3OutPolicyName string
    l3OutTenant string
    modTime string
    moid string
    name string
    nestedVmmDomain string
    nodeSvcSubnetStart string
    nodeVlanRangeEnd number
    nodeVlanRangeStart number
    numberOfKubernetesClusters number
    objectType string
    opflexMulticastAddressRange string
    organization GetKubernetesAciCniProfileOrganization
    owners string[]
    parent GetKubernetesAciCniProfileParent
    permissionResources GetKubernetesAciCniProfilePermissionResource[]
    podSubnetStart string
    registeredDevice GetKubernetesAciCniProfileRegisteredDevice
    sharedScope string
    srcTemplate GetKubernetesAciCniProfileSrcTemplate
    svcSubnetStart string
    tags GetKubernetesAciCniProfileTag[]
    type string
    versionContext GetKubernetesAciCniProfileVersionContext
    vrf string
    id str
    results Sequence[GetKubernetesAciCniProfileResult]
    aaep_name str
    account_moid str
    additional_properties str
    ancestors Sequence[GetKubernetesAciCniProfileAncestor]
    class_id str
    cluster_aci_allocations Sequence[GetKubernetesAciCniProfileClusterAciAllocation]
    cluster_profiles Sequence[GetKubernetesAciCniProfileClusterProfile]
    create_time str
    description str
    domain_group_moid str
    ext_svc_dyn_subnet_start str
    ext_svc_static_subnet_start str
    infra_vlan_id float
    l3_out_network_name str
    l3_out_policy_name str
    l3_out_tenant str
    mod_time str
    moid str
    name str
    nested_vmm_domain str
    node_svc_subnet_start str
    node_vlan_range_end float
    node_vlan_range_start float
    number_of_kubernetes_clusters float
    object_type str
    opflex_multicast_address_range str
    organization GetKubernetesAciCniProfileOrganization
    owners Sequence[str]
    parent GetKubernetesAciCniProfileParent
    permission_resources Sequence[GetKubernetesAciCniProfilePermissionResource]
    pod_subnet_start str
    registered_device GetKubernetesAciCniProfileRegisteredDevice
    shared_scope str
    src_template GetKubernetesAciCniProfileSrcTemplate
    svc_subnet_start str
    tags Sequence[GetKubernetesAciCniProfileTag]
    type str
    version_context GetKubernetesAciCniProfileVersionContext
    vrf str
    id String
    results List<Property Map>
    aaepName String
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusterAciAllocations List<Property Map>
    clusterProfiles List<Property Map>
    createTime String
    description String
    domainGroupMoid String
    extSvcDynSubnetStart String
    extSvcStaticSubnetStart String
    infraVlanId Number
    l3OutNetworkName String
    l3OutPolicyName String
    l3OutTenant String
    modTime String
    moid String
    name String
    nestedVmmDomain String
    nodeSvcSubnetStart String
    nodeVlanRangeEnd Number
    nodeVlanRangeStart Number
    numberOfKubernetesClusters Number
    objectType String
    opflexMulticastAddressRange String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    podSubnetStart String
    registeredDevice Property Map
    sharedScope String
    srcTemplate Property Map
    svcSubnetStart String
    tags 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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<GetKubernetesAciCniProfileResultAncestor>
    ClassId string
    ClusterAciAllocations List<GetKubernetesAciCniProfileResultClusterAciAllocation>
    ClusterProfiles List<GetKubernetesAciCniProfileResultClusterProfile>
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the profile.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExtSvcDynSubnetStart string
    Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    ExtSvcStaticSubnetStart string
    Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    InfraVlanId double
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    L3OutNetworkName string
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    L3OutPolicyName string
    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.
    NestedVmmDomain string
    VMM domain within which Kubernetes clusters using this policy are nested.
    NodeSvcSubnetStart string
    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.
    NodeVlanRangeEnd double
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    NodeVlanRangeStart double
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    NumberOfKubernetesClusters double
    Number of k8s clusters currently using this ACI CNI profile.
    ObjectType string
    OpflexMulticastAddressRange string
    Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
    Organizations List<GetKubernetesAciCniProfileResultOrganization>
    Owners List<string>
    Parents List<GetKubernetesAciCniProfileResultParent>
    PermissionResources List<GetKubernetesAciCniProfileResultPermissionResource>
    PodSubnetStart string
    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<GetKubernetesAciCniProfileResultRegisteredDevice>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SrcTemplates List<GetKubernetesAciCniProfileResultSrcTemplate>
    SvcSubnetStart string
    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.
    Tags List<GetKubernetesAciCniProfileResultTag>
    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<GetKubernetesAciCniProfileResultVersionContext>
    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 []GetKubernetesAciCniProfileResultAncestor
    ClassId string
    ClusterAciAllocations []GetKubernetesAciCniProfileResultClusterAciAllocation
    ClusterProfiles []GetKubernetesAciCniProfileResultClusterProfile
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the profile.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExtSvcDynSubnetStart string
    Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    ExtSvcStaticSubnetStart string
    Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    InfraVlanId float64
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    L3OutNetworkName string
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    L3OutPolicyName string
    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.
    NestedVmmDomain string
    VMM domain within which Kubernetes clusters using this policy are nested.
    NodeSvcSubnetStart string
    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.
    NodeVlanRangeEnd float64
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    NodeVlanRangeStart float64
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    NumberOfKubernetesClusters float64
    Number of k8s clusters currently using this ACI CNI profile.
    ObjectType string
    OpflexMulticastAddressRange string
    Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
    Organizations []GetKubernetesAciCniProfileResultOrganization
    Owners []string
    Parents []GetKubernetesAciCniProfileResultParent
    PermissionResources []GetKubernetesAciCniProfileResultPermissionResource
    PodSubnetStart string
    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 []GetKubernetesAciCniProfileResultRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SrcTemplates []GetKubernetesAciCniProfileResultSrcTemplate
    SvcSubnetStart string
    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.
    Tags []GetKubernetesAciCniProfileResultTag
    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 []GetKubernetesAciCniProfileResultVersionContext
    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<GetKubernetesAciCniProfileResultAncestor>
    classId String
    clusterAciAllocations List<GetKubernetesAciCniProfileResultClusterAciAllocation>
    clusterProfiles List<GetKubernetesAciCniProfileResultClusterProfile>
    createTime String
    The time when this managed object was created.
    description String
    Description of the profile.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    extSvcDynSubnetStart String
    Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    extSvcStaticSubnetStart String
    Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    infraVlanId Double
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    l3OutNetworkName String
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    l3OutPolicyName String
    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.
    nestedVmmDomain String
    VMM domain within which Kubernetes clusters using this policy are nested.
    nodeSvcSubnetStart String
    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.
    nodeVlanRangeEnd Double
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    nodeVlanRangeStart Double
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    numberOfKubernetesClusters Double
    Number of k8s clusters currently using this ACI CNI profile.
    objectType String
    opflexMulticastAddressRange String
    Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
    organizations List<GetKubernetesAciCniProfileResultOrganization>
    owners List<String>
    parents List<GetKubernetesAciCniProfileResultParent>
    permissionResources List<GetKubernetesAciCniProfileResultPermissionResource>
    podSubnetStart String
    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<GetKubernetesAciCniProfileResultRegisteredDevice>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplates List<GetKubernetesAciCniProfileResultSrcTemplate>
    svcSubnetStart String
    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.
    tags List<GetKubernetesAciCniProfileResultTag>
    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<GetKubernetesAciCniProfileResultVersionContext>
    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 GetKubernetesAciCniProfileResultAncestor[]
    classId string
    clusterAciAllocations GetKubernetesAciCniProfileResultClusterAciAllocation[]
    clusterProfiles GetKubernetesAciCniProfileResultClusterProfile[]
    createTime string
    The time when this managed object was created.
    description string
    Description of the profile.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    extSvcDynSubnetStart string
    Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    extSvcStaticSubnetStart string
    Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    infraVlanId number
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    l3OutNetworkName string
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    l3OutPolicyName string
    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.
    nestedVmmDomain string
    VMM domain within which Kubernetes clusters using this policy are nested.
    nodeSvcSubnetStart string
    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.
    nodeVlanRangeEnd number
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    nodeVlanRangeStart number
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    numberOfKubernetesClusters number
    Number of k8s clusters currently using this ACI CNI profile.
    objectType string
    opflexMulticastAddressRange string
    Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
    organizations GetKubernetesAciCniProfileResultOrganization[]
    owners string[]
    parents GetKubernetesAciCniProfileResultParent[]
    permissionResources GetKubernetesAciCniProfileResultPermissionResource[]
    podSubnetStart string
    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 GetKubernetesAciCniProfileResultRegisteredDevice[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplates GetKubernetesAciCniProfileResultSrcTemplate[]
    svcSubnetStart string
    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.
    tags GetKubernetesAciCniProfileResultTag[]
    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 GetKubernetesAciCniProfileResultVersionContext[]
    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[GetKubernetesAciCniProfileResultAncestor]
    class_id str
    cluster_aci_allocations Sequence[GetKubernetesAciCniProfileResultClusterAciAllocation]
    cluster_profiles Sequence[GetKubernetesAciCniProfileResultClusterProfile]
    create_time str
    The time when this managed object was created.
    description str
    Description of the profile.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    ext_svc_dyn_subnet_start str
    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_static_subnet_start str
    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_id float
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    l3_out_network_name str
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    l3_out_policy_name str
    Name of ACI L3Out policy to be used for all Kubernetes clusters using this policy.
    l3_out_tenant str
    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_domain str
    VMM domain within which Kubernetes clusters using this policy are nested.
    node_svc_subnet_start str
    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_range_end float
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    node_vlan_range_start float
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    number_of_kubernetes_clusters float
    Number of k8s clusters currently using this ACI CNI profile.
    object_type str
    opflex_multicast_address_range str
    Range of IP Multicast addresses to be used by the Opflex protocol for Kubernetes clusters using this policy.
    organizations Sequence[GetKubernetesAciCniProfileResultOrganization]
    owners Sequence[str]
    parents Sequence[GetKubernetesAciCniProfileResultParent]
    permission_resources Sequence[GetKubernetesAciCniProfileResultPermissionResource]
    pod_subnet_start str
    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[GetKubernetesAciCniProfileResultRegisteredDevice]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src_templates Sequence[GetKubernetesAciCniProfileResultSrcTemplate]
    svc_subnet_start str
    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.
    tags Sequence[GetKubernetesAciCniProfileResultTag]
    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[GetKubernetesAciCniProfileResultVersionContext]
    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
    clusterAciAllocations List<Property Map>
    clusterProfiles List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    Description of the profile.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    extSvcDynSubnetStart String
    Start of range of IP subnets for external services with dynamic IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    extSvcStaticSubnetStart String
    Start of range of IP subnets for external services with static IP allocation for use by Kubernetes clusters using this ACI CNI policy.
    infraVlanId Number
    Value of ACI infrastructuere VLAN ID for the ACI fabric.
    l3OutNetworkName String
    Name of ACI L3Out network to be used for all Kubernetes clusters using this policy.
    l3OutPolicyName String
    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.
    nestedVmmDomain String
    VMM domain within which Kubernetes clusters using this policy are nested.
    nodeSvcSubnetStart String
    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.
    nodeVlanRangeEnd Number
    Ending value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    nodeVlanRangeStart Number
    Starting value of VLAN range used to assign Node VLAN Ids for each Kubernetes cluster using this policy.
    numberOfKubernetesClusters Number
    Number of k8s clusters currently using this ACI CNI profile.
    objectType String
    opflexMulticastAddressRange String
    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>
    podSubnetStart String
    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>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplates List<Property Map>
    svcSubnetStart String
    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.
    tags 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
    additionalProperties String
    key String
    value String

    GetKubernetesAciCniProfileResultVersionContext

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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<GetKubernetesAciCniProfileVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetKubernetesAciCniProfileVersionContextRefMo
    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 []GetKubernetesAciCniProfileVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetKubernetesAciCniProfileVersionContextRefMo
    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<GetKubernetesAciCniProfileVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetKubernetesAciCniProfileVersionContextRefMo
    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 GetKubernetesAciCniProfileVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetKubernetesAciCniProfileVersionContextRefMo
    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[GetKubernetesAciCniProfileVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetKubernetesAciCniProfileVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet