intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getKubernetesClusterProfile
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Cluster profile specifies the config profile for a Kubernetes cluster. It also depicts operations to control the life cycle of a Kubernetes cluster.
Using getKubernetesClusterProfile
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 getKubernetesClusterProfile(args: GetKubernetesClusterProfileArgs, opts?: InvokeOptions): Promise<GetKubernetesClusterProfileResult>
function getKubernetesClusterProfileOutput(args: GetKubernetesClusterProfileOutputArgs, opts?: InvokeOptions): Output<GetKubernetesClusterProfileResult>def get_kubernetes_cluster_profile(account_moid: Optional[str] = None,
                                   aci_cni_profile: Optional[GetKubernetesClusterProfileAciCniProfile] = None,
                                   action: Optional[str] = None,
                                   action_info: Optional[GetKubernetesClusterProfileActionInfo] = None,
                                   action_params: Optional[Sequence[GetKubernetesClusterProfileActionParam]] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetKubernetesClusterProfileAncestor]] = None,
                                   associated_cluster: Optional[GetKubernetesClusterProfileAssociatedCluster] = None,
                                   cert_config: Optional[GetKubernetesClusterProfileCertConfig] = None,
                                   class_id: Optional[str] = None,
                                   cluster_ip_pools: Optional[Sequence[GetKubernetesClusterProfileClusterIpPool]] = None,
                                   config_context: Optional[GetKubernetesClusterProfileConfigContext] = None,
                                   container_runtime_config: Optional[GetKubernetesClusterProfileContainerRuntimeConfig] = None,
                                   container_runtime_proxy_policy: Optional[GetKubernetesClusterProfileContainerRuntimeProxyPolicy] = None,
                                   create_time: Optional[str] = None,
                                   deployed_policies: Optional[Sequence[str]] = None,
                                   description: Optional[str] = None,
                                   device_connector_proxy_policy: Optional[GetKubernetesClusterProfileDeviceConnectorProxyPolicy] = None,
                                   domain_group_moid: Optional[str] = None,
                                   essential_addons: Optional[Sequence[GetKubernetesClusterProfileEssentialAddon]] = None,
                                   id: Optional[str] = None,
                                   kube_config: Optional[GetKubernetesClusterProfileKubeConfig] = None,
                                   loadbalancer_block_ip_leases: Optional[Sequence[GetKubernetesClusterProfileLoadbalancerBlockIpLease]] = None,
                                   loadbalancer_ip_leases: Optional[Sequence[GetKubernetesClusterProfileLoadbalancerIpLease]] = None,
                                   managed_mode: Optional[str] = None,
                                   management_config: Optional[GetKubernetesClusterProfileManagementConfig] = None,
                                   master_vip_lease: Optional[GetKubernetesClusterProfileMasterVipLease] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   name: Optional[str] = None,
                                   net_config: Optional[GetKubernetesClusterProfileNetConfig] = None,
                                   node_groups: Optional[Sequence[GetKubernetesClusterProfileNodeGroup]] = None,
                                   object_type: Optional[str] = None,
                                   organization: Optional[GetKubernetesClusterProfileOrganization] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetKubernetesClusterProfileParent] = None,
                                   parent_solution_profile: Optional[GetKubernetesClusterProfileParentSolutionProfile] = None,
                                   permission_resources: Optional[Sequence[GetKubernetesClusterProfilePermissionResource]] = None,
                                   policy_buckets: Optional[Sequence[GetKubernetesClusterProfilePolicyBucket]] = None,
                                   removed_policies: Optional[Sequence[str]] = None,
                                   scheduled_actions: Optional[Sequence[GetKubernetesClusterProfileScheduledAction]] = None,
                                   shared_scope: Optional[str] = None,
                                   src_template: Optional[GetKubernetesClusterProfileSrcTemplate] = None,
                                   status: Optional[str] = None,
                                   sys_config: Optional[GetKubernetesClusterProfileSysConfig] = None,
                                   tags: Optional[Sequence[GetKubernetesClusterProfileTag]] = None,
                                   trusted_registries: Optional[GetKubernetesClusterProfileTrustedRegistries] = None,
                                   type: Optional[str] = None,
                                   version_context: Optional[GetKubernetesClusterProfileVersionContext] = None,
                                   workflow_info: Optional[GetKubernetesClusterProfileWorkflowInfo] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetKubernetesClusterProfileResult
def get_kubernetes_cluster_profile_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   aci_cni_profile: Optional[pulumi.Input[GetKubernetesClusterProfileAciCniProfileArgs]] = None,
                                   action: Optional[pulumi.Input[str]] = None,
                                   action_info: Optional[pulumi.Input[GetKubernetesClusterProfileActionInfoArgs]] = None,
                                   action_params: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesClusterProfileActionParamArgs]]]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesClusterProfileAncestorArgs]]]] = None,
                                   associated_cluster: Optional[pulumi.Input[GetKubernetesClusterProfileAssociatedClusterArgs]] = None,
                                   cert_config: Optional[pulumi.Input[GetKubernetesClusterProfileCertConfigArgs]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   cluster_ip_pools: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesClusterProfileClusterIpPoolArgs]]]] = None,
                                   config_context: Optional[pulumi.Input[GetKubernetesClusterProfileConfigContextArgs]] = None,
                                   container_runtime_config: Optional[pulumi.Input[GetKubernetesClusterProfileContainerRuntimeConfigArgs]] = None,
                                   container_runtime_proxy_policy: Optional[pulumi.Input[GetKubernetesClusterProfileContainerRuntimeProxyPolicyArgs]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   deployed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   description: Optional[pulumi.Input[str]] = None,
                                   device_connector_proxy_policy: Optional[pulumi.Input[GetKubernetesClusterProfileDeviceConnectorProxyPolicyArgs]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   essential_addons: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesClusterProfileEssentialAddonArgs]]]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   kube_config: Optional[pulumi.Input[GetKubernetesClusterProfileKubeConfigArgs]] = None,
                                   loadbalancer_block_ip_leases: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesClusterProfileLoadbalancerBlockIpLeaseArgs]]]] = None,
                                   loadbalancer_ip_leases: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesClusterProfileLoadbalancerIpLeaseArgs]]]] = None,
                                   managed_mode: Optional[pulumi.Input[str]] = None,
                                   management_config: Optional[pulumi.Input[GetKubernetesClusterProfileManagementConfigArgs]] = None,
                                   master_vip_lease: Optional[pulumi.Input[GetKubernetesClusterProfileMasterVipLeaseArgs]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   net_config: Optional[pulumi.Input[GetKubernetesClusterProfileNetConfigArgs]] = None,
                                   node_groups: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesClusterProfileNodeGroupArgs]]]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   organization: Optional[pulumi.Input[GetKubernetesClusterProfileOrganizationArgs]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetKubernetesClusterProfileParentArgs]] = None,
                                   parent_solution_profile: Optional[pulumi.Input[GetKubernetesClusterProfileParentSolutionProfileArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesClusterProfilePermissionResourceArgs]]]] = None,
                                   policy_buckets: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesClusterProfilePolicyBucketArgs]]]] = None,
                                   removed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   scheduled_actions: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesClusterProfileScheduledActionArgs]]]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   src_template: Optional[pulumi.Input[GetKubernetesClusterProfileSrcTemplateArgs]] = None,
                                   status: Optional[pulumi.Input[str]] = None,
                                   sys_config: Optional[pulumi.Input[GetKubernetesClusterProfileSysConfigArgs]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesClusterProfileTagArgs]]]] = None,
                                   trusted_registries: Optional[pulumi.Input[GetKubernetesClusterProfileTrustedRegistriesArgs]] = None,
                                   type: Optional[pulumi.Input[str]] = None,
                                   version_context: Optional[pulumi.Input[GetKubernetesClusterProfileVersionContextArgs]] = None,
                                   workflow_info: Optional[pulumi.Input[GetKubernetesClusterProfileWorkflowInfoArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetKubernetesClusterProfileResult]func LookupKubernetesClusterProfile(ctx *Context, args *LookupKubernetesClusterProfileArgs, opts ...InvokeOption) (*LookupKubernetesClusterProfileResult, error)
func LookupKubernetesClusterProfileOutput(ctx *Context, args *LookupKubernetesClusterProfileOutputArgs, opts ...InvokeOption) LookupKubernetesClusterProfileResultOutput> Note: This function is named LookupKubernetesClusterProfile in the Go SDK.
public static class GetKubernetesClusterProfile 
{
    public static Task<GetKubernetesClusterProfileResult> InvokeAsync(GetKubernetesClusterProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetKubernetesClusterProfileResult> Invoke(GetKubernetesClusterProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKubernetesClusterProfileResult> getKubernetesClusterProfile(GetKubernetesClusterProfileArgs args, InvokeOptions options)
public static Output<GetKubernetesClusterProfileResult> getKubernetesClusterProfile(GetKubernetesClusterProfileArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getKubernetesClusterProfile:getKubernetesClusterProfile
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AciCni GetProfile Kubernetes Cluster Profile Aci Cni Profile 
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionInfo GetKubernetes Cluster Profile Action Info 
- ActionParams List<GetKubernetes Cluster Profile Action Param> 
- AdditionalProperties string
- Ancestors
List<GetKubernetes Cluster Profile Ancestor> 
- AssociatedCluster GetKubernetes Cluster Profile Associated Cluster 
- CertConfig GetKubernetes Cluster Profile Cert Config 
- ClassId string
- ClusterIp List<GetPools Kubernetes Cluster Profile Cluster Ip Pool> 
- ConfigContext GetKubernetes Cluster Profile Config Context 
- ContainerRuntime GetConfig Kubernetes Cluster Profile Container Runtime Config 
- ContainerRuntime GetProxy Policy Kubernetes Cluster Profile Container Runtime Proxy Policy 
- CreateTime string
- The time when this managed object was created.
- DeployedPolicies List<string>
- Description string
- Description of the profile.
- DeviceConnector GetProxy Policy Kubernetes Cluster Profile Device Connector Proxy Policy 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EssentialAddons List<GetKubernetes Cluster Profile Essential Addon> 
- Id string
- KubeConfig GetKubernetes Cluster Profile Kube Config 
- LoadbalancerBlock List<GetIp Leases Kubernetes Cluster Profile Loadbalancer Block Ip Lease> 
- LoadbalancerIp List<GetLeases Kubernetes Cluster Profile Loadbalancer Ip Lease> 
- ManagedMode string
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- ManagementConfig GetKubernetes Cluster Profile Management Config 
- MasterVip GetLease Kubernetes Cluster Profile Master Vip Lease 
- 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.
- NetConfig GetKubernetes Cluster Profile Net Config 
- NodeGroups List<GetKubernetes Cluster Profile Node Group> 
- ObjectType string
- Organization
GetKubernetes Cluster Profile Organization 
- Owners List<string>
- Parent
GetKubernetes Cluster Profile Parent 
- ParentSolution GetProfile Kubernetes Cluster Profile Parent Solution Profile 
- PermissionResources List<GetKubernetes Cluster Profile Permission Resource> 
- PolicyBuckets List<GetKubernetes Cluster Profile Policy Bucket> 
- RemovedPolicies List<string>
- ScheduledActions List<GetKubernetes Cluster Profile Scheduled Action> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcTemplate GetKubernetes Cluster Profile Src Template 
- Status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- SysConfig GetKubernetes Cluster Profile Sys Config 
- 
List<GetKubernetes Cluster Profile Tag> 
- TrustedRegistries GetKubernetes Cluster Profile Trusted Registries 
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContext GetKubernetes Cluster Profile Version Context 
- WorkflowInfo GetKubernetes Cluster Profile Workflow Info 
- AccountMoid string
- The Account ID for this managed object.
- AciCni GetProfile Kubernetes Cluster Profile Aci Cni Profile 
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionInfo GetKubernetes Cluster Profile Action Info 
- ActionParams []GetKubernetes Cluster Profile Action Param 
- AdditionalProperties string
- Ancestors
[]GetKubernetes Cluster Profile Ancestor 
- AssociatedCluster GetKubernetes Cluster Profile Associated Cluster 
- CertConfig GetKubernetes Cluster Profile Cert Config 
- ClassId string
- ClusterIp []GetPools Kubernetes Cluster Profile Cluster Ip Pool 
- ConfigContext GetKubernetes Cluster Profile Config Context 
- ContainerRuntime GetConfig Kubernetes Cluster Profile Container Runtime Config 
- ContainerRuntime GetProxy Policy Kubernetes Cluster Profile Container Runtime Proxy Policy 
- CreateTime string
- The time when this managed object was created.
- DeployedPolicies []string
- Description string
- Description of the profile.
- DeviceConnector GetProxy Policy Kubernetes Cluster Profile Device Connector Proxy Policy 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EssentialAddons []GetKubernetes Cluster Profile Essential Addon 
- Id string
- KubeConfig GetKubernetes Cluster Profile Kube Config 
- LoadbalancerBlock []GetIp Leases Kubernetes Cluster Profile Loadbalancer Block Ip Lease 
- LoadbalancerIp []GetLeases Kubernetes Cluster Profile Loadbalancer Ip Lease 
- ManagedMode string
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- ManagementConfig GetKubernetes Cluster Profile Management Config 
- MasterVip GetLease Kubernetes Cluster Profile Master Vip Lease 
- 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.
- NetConfig GetKubernetes Cluster Profile Net Config 
- NodeGroups []GetKubernetes Cluster Profile Node Group 
- ObjectType string
- Organization
GetKubernetes Cluster Profile Organization 
- Owners []string
- Parent
GetKubernetes Cluster Profile Parent 
- ParentSolution GetProfile Kubernetes Cluster Profile Parent Solution Profile 
- PermissionResources []GetKubernetes Cluster Profile Permission Resource 
- PolicyBuckets []GetKubernetes Cluster Profile Policy Bucket 
- RemovedPolicies []string
- ScheduledActions []GetKubernetes Cluster Profile Scheduled Action 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcTemplate GetKubernetes Cluster Profile Src Template 
- Status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- SysConfig GetKubernetes Cluster Profile Sys Config 
- 
[]GetKubernetes Cluster Profile Tag 
- TrustedRegistries GetKubernetes Cluster Profile Trusted Registries 
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContext GetKubernetes Cluster Profile Version Context 
- WorkflowInfo GetKubernetes Cluster Profile Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- aciCni GetProfile Kubernetes Cluster Profile Aci Cni Profile 
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionInfo GetKubernetes Cluster Profile Action Info 
- actionParams List<GetKubernetes Cluster Profile Action Param> 
- additionalProperties String
- ancestors
List<GetKubernetes Cluster Profile Ancestor> 
- associatedCluster GetKubernetes Cluster Profile Associated Cluster 
- certConfig GetKubernetes Cluster Profile Cert Config 
- classId String
- clusterIp List<GetPools Kubernetes Cluster Profile Cluster Ip Pool> 
- configContext GetKubernetes Cluster Profile Config Context 
- containerRuntime GetConfig Kubernetes Cluster Profile Container Runtime Config 
- containerRuntime GetProxy Policy Kubernetes Cluster Profile Container Runtime Proxy Policy 
- createTime String
- The time when this managed object was created.
- deployedPolicies List<String>
- description String
- Description of the profile.
- deviceConnector GetProxy Policy Kubernetes Cluster Profile Device Connector Proxy Policy 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- essentialAddons List<GetKubernetes Cluster Profile Essential Addon> 
- id String
- kubeConfig GetKubernetes Cluster Profile Kube Config 
- loadbalancerBlock List<GetIp Leases Kubernetes Cluster Profile Loadbalancer Block Ip Lease> 
- loadbalancerIp List<GetLeases Kubernetes Cluster Profile Loadbalancer Ip Lease> 
- managedMode String
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- managementConfig GetKubernetes Cluster Profile Management Config 
- masterVip GetLease Kubernetes Cluster Profile Master Vip Lease 
- 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.
- netConfig GetKubernetes Cluster Profile Net Config 
- nodeGroups List<GetKubernetes Cluster Profile Node Group> 
- objectType String
- organization
GetKubernetes Cluster Profile Organization 
- owners List<String>
- parent
GetKubernetes Cluster Profile Parent 
- parentSolution GetProfile Kubernetes Cluster Profile Parent Solution Profile 
- permissionResources List<GetKubernetes Cluster Profile Permission Resource> 
- policyBuckets List<GetKubernetes Cluster Profile Policy Bucket> 
- removedPolicies List<String>
- scheduledActions List<GetKubernetes Cluster Profile Scheduled Action> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplate GetKubernetes Cluster Profile Src Template 
- status String
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- sysConfig GetKubernetes Cluster Profile Sys Config 
- 
List<GetKubernetes Cluster Profile Tag> 
- trustedRegistries GetKubernetes Cluster Profile Trusted Registries 
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContext GetKubernetes Cluster Profile Version Context 
- workflowInfo GetKubernetes Cluster Profile Workflow Info 
- accountMoid string
- The Account ID for this managed object.
- aciCni GetProfile Kubernetes Cluster Profile Aci Cni Profile 
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionInfo GetKubernetes Cluster Profile Action Info 
- actionParams GetKubernetes Cluster Profile Action Param[] 
- additionalProperties string
- ancestors
GetKubernetes Cluster Profile Ancestor[] 
- associatedCluster GetKubernetes Cluster Profile Associated Cluster 
- certConfig GetKubernetes Cluster Profile Cert Config 
- classId string
- clusterIp GetPools Kubernetes Cluster Profile Cluster Ip Pool[] 
- configContext GetKubernetes Cluster Profile Config Context 
- containerRuntime GetConfig Kubernetes Cluster Profile Container Runtime Config 
- containerRuntime GetProxy Policy Kubernetes Cluster Profile Container Runtime Proxy Policy 
- createTime string
- The time when this managed object was created.
- deployedPolicies string[]
- description string
- Description of the profile.
- deviceConnector GetProxy Policy Kubernetes Cluster Profile Device Connector Proxy Policy 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- essentialAddons GetKubernetes Cluster Profile Essential Addon[] 
- id string
- kubeConfig GetKubernetes Cluster Profile Kube Config 
- loadbalancerBlock GetIp Leases Kubernetes Cluster Profile Loadbalancer Block Ip Lease[] 
- loadbalancerIp GetLeases Kubernetes Cluster Profile Loadbalancer Ip Lease[] 
- managedMode string
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- managementConfig GetKubernetes Cluster Profile Management Config 
- masterVip GetLease Kubernetes Cluster Profile Master Vip Lease 
- 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.
- netConfig GetKubernetes Cluster Profile Net Config 
- nodeGroups GetKubernetes Cluster Profile Node Group[] 
- objectType string
- organization
GetKubernetes Cluster Profile Organization 
- owners string[]
- parent
GetKubernetes Cluster Profile Parent 
- parentSolution GetProfile Kubernetes Cluster Profile Parent Solution Profile 
- permissionResources GetKubernetes Cluster Profile Permission Resource[] 
- policyBuckets GetKubernetes Cluster Profile Policy Bucket[] 
- removedPolicies string[]
- scheduledActions GetKubernetes Cluster Profile Scheduled Action[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplate GetKubernetes Cluster Profile Src Template 
- status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- sysConfig GetKubernetes Cluster Profile Sys Config 
- 
GetKubernetes Cluster Profile Tag[] 
- trustedRegistries GetKubernetes Cluster Profile Trusted Registries 
- type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContext GetKubernetes Cluster Profile Version Context 
- workflowInfo GetKubernetes Cluster Profile Workflow Info 
- account_moid str
- The Account ID for this managed object.
- aci_cni_ Getprofile Kubernetes Cluster Profile Aci Cni Profile 
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_info GetKubernetes Cluster Profile Action Info 
- action_params Sequence[GetKubernetes Cluster Profile Action Param] 
- additional_properties str
- ancestors
Sequence[GetKubernetes Cluster Profile Ancestor] 
- associated_cluster GetKubernetes Cluster Profile Associated Cluster 
- cert_config GetKubernetes Cluster Profile Cert Config 
- class_id str
- cluster_ip_ Sequence[Getpools Kubernetes Cluster Profile Cluster Ip Pool] 
- config_context GetKubernetes Cluster Profile Config Context 
- container_runtime_ Getconfig Kubernetes Cluster Profile Container Runtime Config 
- container_runtime_ Getproxy_ policy Kubernetes Cluster Profile Container Runtime Proxy Policy 
- create_time str
- The time when this managed object was created.
- deployed_policies Sequence[str]
- description str
- Description of the profile.
- device_connector_ Getproxy_ policy Kubernetes Cluster Profile Device Connector Proxy Policy 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- essential_addons Sequence[GetKubernetes Cluster Profile Essential Addon] 
- id str
- kube_config GetKubernetes Cluster Profile Kube Config 
- loadbalancer_block_ Sequence[Getip_ leases Kubernetes Cluster Profile Loadbalancer Block Ip Lease] 
- loadbalancer_ip_ Sequence[Getleases Kubernetes Cluster Profile Loadbalancer Ip Lease] 
- managed_mode str
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- management_config GetKubernetes Cluster Profile Management Config 
- master_vip_ Getlease Kubernetes Cluster Profile Master Vip Lease 
- 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.
- net_config GetKubernetes Cluster Profile Net Config 
- node_groups Sequence[GetKubernetes Cluster Profile Node Group] 
- object_type str
- organization
GetKubernetes Cluster Profile Organization 
- owners Sequence[str]
- parent
GetKubernetes Cluster Profile Parent 
- parent_solution_ Getprofile Kubernetes Cluster Profile Parent Solution Profile 
- permission_resources Sequence[GetKubernetes Cluster Profile Permission Resource] 
- policy_buckets Sequence[GetKubernetes Cluster Profile Policy Bucket] 
- removed_policies Sequence[str]
- scheduled_actions Sequence[GetKubernetes Cluster Profile Scheduled Action] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- src_template GetKubernetes Cluster Profile Src Template 
- status str
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- sys_config GetKubernetes Cluster Profile Sys Config 
- 
Sequence[GetKubernetes Cluster Profile Tag] 
- trusted_registries GetKubernetes Cluster Profile Trusted Registries 
- type str
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- version_context GetKubernetes Cluster Profile Version Context 
- workflow_info GetKubernetes Cluster Profile Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- aciCni Property MapProfile 
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionInfo Property Map
- actionParams List<Property Map>
- additionalProperties String
- ancestors List<Property Map>
- associatedCluster Property Map
- certConfig Property Map
- classId String
- clusterIp List<Property Map>Pools 
- configContext Property Map
- containerRuntime Property MapConfig 
- containerRuntime Property MapProxy Policy 
- createTime String
- The time when this managed object was created.
- deployedPolicies List<String>
- description String
- Description of the profile.
- deviceConnector Property MapProxy Policy 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- essentialAddons List<Property Map>
- id String
- kubeConfig Property Map
- loadbalancerBlock List<Property Map>Ip Leases 
- loadbalancerIp List<Property Map>Leases 
- managedMode String
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- managementConfig Property Map
- masterVip Property MapLease 
- 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.
- netConfig Property Map
- nodeGroups List<Property Map>
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- parentSolution Property MapProfile 
- permissionResources List<Property Map>
- policyBuckets List<Property Map>
- removedPolicies List<String>
- scheduledActions List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplate Property Map
- status String
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- sysConfig Property Map
- List<Property Map>
- trustedRegistries 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
- workflowInfo Property Map
getKubernetesClusterProfile Result
The following output properties are available:
- Id string
- Results
List<GetKubernetes Cluster Profile Result> 
- AccountMoid string
- AciCni GetProfile Kubernetes Cluster Profile Aci Cni Profile 
- Action string
- ActionInfo GetKubernetes Cluster Profile Action Info 
- ActionParams List<GetKubernetes Cluster Profile Action Param> 
- AdditionalProperties string
- Ancestors
List<GetKubernetes Cluster Profile Ancestor> 
- AssociatedCluster GetKubernetes Cluster Profile Associated Cluster 
- CertConfig GetKubernetes Cluster Profile Cert Config 
- ClassId string
- ClusterIp List<GetPools Kubernetes Cluster Profile Cluster Ip Pool> 
- ConfigContext GetKubernetes Cluster Profile Config Context 
- ContainerRuntime GetConfig Kubernetes Cluster Profile Container Runtime Config 
- ContainerRuntime GetProxy Policy Kubernetes Cluster Profile Container Runtime Proxy Policy 
- CreateTime string
- DeployedPolicies List<string>
- Description string
- DeviceConnector GetProxy Policy Kubernetes Cluster Profile Device Connector Proxy Policy 
- DomainGroup stringMoid 
- EssentialAddons List<GetKubernetes Cluster Profile Essential Addon> 
- KubeConfig GetKubernetes Cluster Profile Kube Config 
- LoadbalancerBlock List<GetIp Leases Kubernetes Cluster Profile Loadbalancer Block Ip Lease> 
- LoadbalancerIp List<GetLeases Kubernetes Cluster Profile Loadbalancer Ip Lease> 
- ManagedMode string
- ManagementConfig GetKubernetes Cluster Profile Management Config 
- MasterVip GetLease Kubernetes Cluster Profile Master Vip Lease 
- ModTime string
- Moid string
- Name string
- NetConfig GetKubernetes Cluster Profile Net Config 
- NodeGroups List<GetKubernetes Cluster Profile Node Group> 
- ObjectType string
- Organization
GetKubernetes Cluster Profile Organization 
- Owners List<string>
- Parent
GetKubernetes Cluster Profile Parent 
- ParentSolution GetProfile Kubernetes Cluster Profile Parent Solution Profile 
- PermissionResources List<GetKubernetes Cluster Profile Permission Resource> 
- PolicyBuckets List<GetKubernetes Cluster Profile Policy Bucket> 
- RemovedPolicies List<string>
- ScheduledActions List<GetKubernetes Cluster Profile Scheduled Action> 
- string
- SrcTemplate GetKubernetes Cluster Profile Src Template 
- Status string
- SysConfig GetKubernetes Cluster Profile Sys Config 
- 
List<GetKubernetes Cluster Profile Tag> 
- TrustedRegistries GetKubernetes Cluster Profile Trusted Registries 
- Type string
- VersionContext GetKubernetes Cluster Profile Version Context 
- WorkflowInfo GetKubernetes Cluster Profile Workflow Info 
- Id string
- Results
[]GetKubernetes Cluster Profile Result 
- AccountMoid string
- AciCni GetProfile Kubernetes Cluster Profile Aci Cni Profile 
- Action string
- ActionInfo GetKubernetes Cluster Profile Action Info 
- ActionParams []GetKubernetes Cluster Profile Action Param 
- AdditionalProperties string
- Ancestors
[]GetKubernetes Cluster Profile Ancestor 
- AssociatedCluster GetKubernetes Cluster Profile Associated Cluster 
- CertConfig GetKubernetes Cluster Profile Cert Config 
- ClassId string
- ClusterIp []GetPools Kubernetes Cluster Profile Cluster Ip Pool 
- ConfigContext GetKubernetes Cluster Profile Config Context 
- ContainerRuntime GetConfig Kubernetes Cluster Profile Container Runtime Config 
- ContainerRuntime GetProxy Policy Kubernetes Cluster Profile Container Runtime Proxy Policy 
- CreateTime string
- DeployedPolicies []string
- Description string
- DeviceConnector GetProxy Policy Kubernetes Cluster Profile Device Connector Proxy Policy 
- DomainGroup stringMoid 
- EssentialAddons []GetKubernetes Cluster Profile Essential Addon 
- KubeConfig GetKubernetes Cluster Profile Kube Config 
- LoadbalancerBlock []GetIp Leases Kubernetes Cluster Profile Loadbalancer Block Ip Lease 
- LoadbalancerIp []GetLeases Kubernetes Cluster Profile Loadbalancer Ip Lease 
- ManagedMode string
- ManagementConfig GetKubernetes Cluster Profile Management Config 
- MasterVip GetLease Kubernetes Cluster Profile Master Vip Lease 
- ModTime string
- Moid string
- Name string
- NetConfig GetKubernetes Cluster Profile Net Config 
- NodeGroups []GetKubernetes Cluster Profile Node Group 
- ObjectType string
- Organization
GetKubernetes Cluster Profile Organization 
- Owners []string
- Parent
GetKubernetes Cluster Profile Parent 
- ParentSolution GetProfile Kubernetes Cluster Profile Parent Solution Profile 
- PermissionResources []GetKubernetes Cluster Profile Permission Resource 
- PolicyBuckets []GetKubernetes Cluster Profile Policy Bucket 
- RemovedPolicies []string
- ScheduledActions []GetKubernetes Cluster Profile Scheduled Action 
- string
- SrcTemplate GetKubernetes Cluster Profile Src Template 
- Status string
- SysConfig GetKubernetes Cluster Profile Sys Config 
- 
[]GetKubernetes Cluster Profile Tag 
- TrustedRegistries GetKubernetes Cluster Profile Trusted Registries 
- Type string
- VersionContext GetKubernetes Cluster Profile Version Context 
- WorkflowInfo GetKubernetes Cluster Profile Workflow Info 
- id String
- results
List<GetKubernetes Cluster Profile Result> 
- accountMoid String
- aciCni GetProfile Kubernetes Cluster Profile Aci Cni Profile 
- action String
- actionInfo GetKubernetes Cluster Profile Action Info 
- actionParams List<GetKubernetes Cluster Profile Action Param> 
- additionalProperties String
- ancestors
List<GetKubernetes Cluster Profile Ancestor> 
- associatedCluster GetKubernetes Cluster Profile Associated Cluster 
- certConfig GetKubernetes Cluster Profile Cert Config 
- classId String
- clusterIp List<GetPools Kubernetes Cluster Profile Cluster Ip Pool> 
- configContext GetKubernetes Cluster Profile Config Context 
- containerRuntime GetConfig Kubernetes Cluster Profile Container Runtime Config 
- containerRuntime GetProxy Policy Kubernetes Cluster Profile Container Runtime Proxy Policy 
- createTime String
- deployedPolicies List<String>
- description String
- deviceConnector GetProxy Policy Kubernetes Cluster Profile Device Connector Proxy Policy 
- domainGroup StringMoid 
- essentialAddons List<GetKubernetes Cluster Profile Essential Addon> 
- kubeConfig GetKubernetes Cluster Profile Kube Config 
- loadbalancerBlock List<GetIp Leases Kubernetes Cluster Profile Loadbalancer Block Ip Lease> 
- loadbalancerIp List<GetLeases Kubernetes Cluster Profile Loadbalancer Ip Lease> 
- managedMode String
- managementConfig GetKubernetes Cluster Profile Management Config 
- masterVip GetLease Kubernetes Cluster Profile Master Vip Lease 
- modTime String
- moid String
- name String
- netConfig GetKubernetes Cluster Profile Net Config 
- nodeGroups List<GetKubernetes Cluster Profile Node Group> 
- objectType String
- organization
GetKubernetes Cluster Profile Organization 
- owners List<String>
- parent
GetKubernetes Cluster Profile Parent 
- parentSolution GetProfile Kubernetes Cluster Profile Parent Solution Profile 
- permissionResources List<GetKubernetes Cluster Profile Permission Resource> 
- policyBuckets List<GetKubernetes Cluster Profile Policy Bucket> 
- removedPolicies List<String>
- scheduledActions List<GetKubernetes Cluster Profile Scheduled Action> 
- String
- srcTemplate GetKubernetes Cluster Profile Src Template 
- status String
- sysConfig GetKubernetes Cluster Profile Sys Config 
- 
List<GetKubernetes Cluster Profile Tag> 
- trustedRegistries GetKubernetes Cluster Profile Trusted Registries 
- type String
- versionContext GetKubernetes Cluster Profile Version Context 
- workflowInfo GetKubernetes Cluster Profile Workflow Info 
- id string
- results
GetKubernetes Cluster Profile Result[] 
- accountMoid string
- aciCni GetProfile Kubernetes Cluster Profile Aci Cni Profile 
- action string
- actionInfo GetKubernetes Cluster Profile Action Info 
- actionParams GetKubernetes Cluster Profile Action Param[] 
- additionalProperties string
- ancestors
GetKubernetes Cluster Profile Ancestor[] 
- associatedCluster GetKubernetes Cluster Profile Associated Cluster 
- certConfig GetKubernetes Cluster Profile Cert Config 
- classId string
- clusterIp GetPools Kubernetes Cluster Profile Cluster Ip Pool[] 
- configContext GetKubernetes Cluster Profile Config Context 
- containerRuntime GetConfig Kubernetes Cluster Profile Container Runtime Config 
- containerRuntime GetProxy Policy Kubernetes Cluster Profile Container Runtime Proxy Policy 
- createTime string
- deployedPolicies string[]
- description string
- deviceConnector GetProxy Policy Kubernetes Cluster Profile Device Connector Proxy Policy 
- domainGroup stringMoid 
- essentialAddons GetKubernetes Cluster Profile Essential Addon[] 
- kubeConfig GetKubernetes Cluster Profile Kube Config 
- loadbalancerBlock GetIp Leases Kubernetes Cluster Profile Loadbalancer Block Ip Lease[] 
- loadbalancerIp GetLeases Kubernetes Cluster Profile Loadbalancer Ip Lease[] 
- managedMode string
- managementConfig GetKubernetes Cluster Profile Management Config 
- masterVip GetLease Kubernetes Cluster Profile Master Vip Lease 
- modTime string
- moid string
- name string
- netConfig GetKubernetes Cluster Profile Net Config 
- nodeGroups GetKubernetes Cluster Profile Node Group[] 
- objectType string
- organization
GetKubernetes Cluster Profile Organization 
- owners string[]
- parent
GetKubernetes Cluster Profile Parent 
- parentSolution GetProfile Kubernetes Cluster Profile Parent Solution Profile 
- permissionResources GetKubernetes Cluster Profile Permission Resource[] 
- policyBuckets GetKubernetes Cluster Profile Policy Bucket[] 
- removedPolicies string[]
- scheduledActions GetKubernetes Cluster Profile Scheduled Action[] 
- string
- srcTemplate GetKubernetes Cluster Profile Src Template 
- status string
- sysConfig GetKubernetes Cluster Profile Sys Config 
- 
GetKubernetes Cluster Profile Tag[] 
- trustedRegistries GetKubernetes Cluster Profile Trusted Registries 
- type string
- versionContext GetKubernetes Cluster Profile Version Context 
- workflowInfo GetKubernetes Cluster Profile Workflow Info 
- id str
- results
Sequence[GetKubernetes Cluster Profile Result] 
- account_moid str
- aci_cni_ Getprofile Kubernetes Cluster Profile Aci Cni Profile 
- action str
- action_info GetKubernetes Cluster Profile Action Info 
- action_params Sequence[GetKubernetes Cluster Profile Action Param] 
- additional_properties str
- ancestors
Sequence[GetKubernetes Cluster Profile Ancestor] 
- associated_cluster GetKubernetes Cluster Profile Associated Cluster 
- cert_config GetKubernetes Cluster Profile Cert Config 
- class_id str
- cluster_ip_ Sequence[Getpools Kubernetes Cluster Profile Cluster Ip Pool] 
- config_context GetKubernetes Cluster Profile Config Context 
- container_runtime_ Getconfig Kubernetes Cluster Profile Container Runtime Config 
- container_runtime_ Getproxy_ policy Kubernetes Cluster Profile Container Runtime Proxy Policy 
- create_time str
- deployed_policies Sequence[str]
- description str
- device_connector_ Getproxy_ policy Kubernetes Cluster Profile Device Connector Proxy Policy 
- domain_group_ strmoid 
- essential_addons Sequence[GetKubernetes Cluster Profile Essential Addon] 
- kube_config GetKubernetes Cluster Profile Kube Config 
- loadbalancer_block_ Sequence[Getip_ leases Kubernetes Cluster Profile Loadbalancer Block Ip Lease] 
- loadbalancer_ip_ Sequence[Getleases Kubernetes Cluster Profile Loadbalancer Ip Lease] 
- managed_mode str
- management_config GetKubernetes Cluster Profile Management Config 
- master_vip_ Getlease Kubernetes Cluster Profile Master Vip Lease 
- mod_time str
- moid str
- name str
- net_config GetKubernetes Cluster Profile Net Config 
- node_groups Sequence[GetKubernetes Cluster Profile Node Group] 
- object_type str
- organization
GetKubernetes Cluster Profile Organization 
- owners Sequence[str]
- parent
GetKubernetes Cluster Profile Parent 
- parent_solution_ Getprofile Kubernetes Cluster Profile Parent Solution Profile 
- permission_resources Sequence[GetKubernetes Cluster Profile Permission Resource] 
- policy_buckets Sequence[GetKubernetes Cluster Profile Policy Bucket] 
- removed_policies Sequence[str]
- scheduled_actions Sequence[GetKubernetes Cluster Profile Scheduled Action] 
- str
- src_template GetKubernetes Cluster Profile Src Template 
- status str
- sys_config GetKubernetes Cluster Profile Sys Config 
- 
Sequence[GetKubernetes Cluster Profile Tag] 
- trusted_registries GetKubernetes Cluster Profile Trusted Registries 
- type str
- version_context GetKubernetes Cluster Profile Version Context 
- workflow_info GetKubernetes Cluster Profile Workflow Info 
- id String
- results List<Property Map>
- accountMoid String
- aciCni Property MapProfile 
- action String
- actionInfo Property Map
- actionParams List<Property Map>
- additionalProperties String
- ancestors List<Property Map>
- associatedCluster Property Map
- certConfig Property Map
- classId String
- clusterIp List<Property Map>Pools 
- configContext Property Map
- containerRuntime Property MapConfig 
- containerRuntime Property MapProxy Policy 
- createTime String
- deployedPolicies List<String>
- description String
- deviceConnector Property MapProxy Policy 
- domainGroup StringMoid 
- essentialAddons List<Property Map>
- kubeConfig Property Map
- loadbalancerBlock List<Property Map>Ip Leases 
- loadbalancerIp List<Property Map>Leases 
- managedMode String
- managementConfig Property Map
- masterVip Property MapLease 
- modTime String
- moid String
- name String
- netConfig Property Map
- nodeGroups List<Property Map>
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- parentSolution Property MapProfile 
- permissionResources List<Property Map>
- policyBuckets List<Property Map>
- removedPolicies List<String>
- scheduledActions List<Property Map>
- String
- srcTemplate Property Map
- status String
- sysConfig Property Map
- List<Property Map>
- trustedRegistries Property Map
- type String
- versionContext Property Map
- workflowInfo Property Map
Supporting Types
GetKubernetesClusterProfileAciCniProfile      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileActionInfo     
- 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.
- FailureReason string
- No longer maintained and will be removed soon.
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- 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.
- FailureReason string
- No longer maintained and will be removed soon.
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- 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.
- failureReason String
- No longer maintained and will be removed soon.
- name String
- Name of the profile instance or profile template.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status String
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- 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.
- failureReason string
- No longer maintained and will be removed soon.
- name string
- Name of the profile instance or profile template.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- 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.
- failure_reason str
- No longer maintained and will be removed soon.
- name str
- Name of the profile instance or profile template.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status str
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- 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.
- failureReason String
- No longer maintained and will be removed soon.
- name String
- Name of the profile instance or profile template.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status String
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
GetKubernetesClusterProfileActionParam     
- 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.
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The action parameter value.
- 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.
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The action parameter value.
- 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.
- name String
- Name of the profile instance or profile template.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The action parameter value.
- 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.
- name string
- Name of the profile instance or profile template.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- The action parameter value.
- 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.
- name str
- Name of the profile instance or profile template.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- The action parameter value.
- 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.
- name String
- Name of the profile instance or profile template.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The action parameter value.
GetKubernetesClusterProfileAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileAssociatedCluster     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileCertConfig     
- AdditionalProperties string
- CaCert string
- Certificate for the Kubernetes API server.
- CaKey string
- Private Key for the Kubernetes API server.
- 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.
- EtcdCert string
- Certificate for the etcd cluster.
- EtcdEncryption List<string>Keys 
- EtcdKey string
- Private key for the etcd cluster.
- FrontProxy stringCert 
- Certificate for the front proxy to support Kubernetes API aggregators.
- FrontProxy stringKey 
- Private key for the front proxy to support Kubernetes API aggregators.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SaPrivate stringKey 
- Service account private key used by Kubernetes Token Controller to sign generated service account tokens.
- SaPublic stringKey 
- Service account public key used by Kubernetes API Server to validate service account tokens generated by the Token Controller.
- AdditionalProperties string
- CaCert string
- Certificate for the Kubernetes API server.
- CaKey string
- Private Key for the Kubernetes API server.
- 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.
- EtcdCert string
- Certificate for the etcd cluster.
- EtcdEncryption []stringKeys 
- EtcdKey string
- Private key for the etcd cluster.
- FrontProxy stringCert 
- Certificate for the front proxy to support Kubernetes API aggregators.
- FrontProxy stringKey 
- Private key for the front proxy to support Kubernetes API aggregators.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SaPrivate stringKey 
- Service account private key used by Kubernetes Token Controller to sign generated service account tokens.
- SaPublic stringKey 
- Service account public key used by Kubernetes API Server to validate service account tokens generated by the Token Controller.
- additionalProperties String
- caCert String
- Certificate for the Kubernetes API server.
- caKey String
- Private Key for the Kubernetes API server.
- 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.
- etcdCert String
- Certificate for the etcd cluster.
- etcdEncryption List<String>Keys 
- etcdKey String
- Private key for the etcd cluster.
- frontProxy StringCert 
- Certificate for the front proxy to support Kubernetes API aggregators.
- frontProxy StringKey 
- Private key for the front proxy to support Kubernetes API aggregators.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- saPrivate StringKey 
- Service account private key used by Kubernetes Token Controller to sign generated service account tokens.
- saPublic StringKey 
- Service account public key used by Kubernetes API Server to validate service account tokens generated by the Token Controller.
- additionalProperties string
- caCert string
- Certificate for the Kubernetes API server.
- caKey string
- Private Key for the Kubernetes API server.
- 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.
- etcdCert string
- Certificate for the etcd cluster.
- etcdEncryption string[]Keys 
- etcdKey string
- Private key for the etcd cluster.
- frontProxy stringCert 
- Certificate for the front proxy to support Kubernetes API aggregators.
- frontProxy stringKey 
- Private key for the front proxy to support Kubernetes API aggregators.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- saPrivate stringKey 
- Service account private key used by Kubernetes Token Controller to sign generated service account tokens.
- saPublic stringKey 
- Service account public key used by Kubernetes API Server to validate service account tokens generated by the Token Controller.
- additional_properties str
- ca_cert str
- Certificate for the Kubernetes API server.
- ca_key str
- Private Key for the Kubernetes API server.
- 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.
- etcd_cert str
- Certificate for the etcd cluster.
- etcd_encryption_ Sequence[str]keys 
- etcd_key str
- Private key for the etcd cluster.
- front_proxy_ strcert 
- Certificate for the front proxy to support Kubernetes API aggregators.
- front_proxy_ strkey 
- Private key for the front proxy to support Kubernetes API aggregators.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- sa_private_ strkey 
- Service account private key used by Kubernetes Token Controller to sign generated service account tokens.
- sa_public_ strkey 
- Service account public key used by Kubernetes API Server to validate service account tokens generated by the Token Controller.
- additionalProperties String
- caCert String
- Certificate for the Kubernetes API server.
- caKey String
- Private Key for the Kubernetes API server.
- 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.
- etcdCert String
- Certificate for the etcd cluster.
- etcdEncryption List<String>Keys 
- etcdKey String
- Private key for the etcd cluster.
- frontProxy StringCert 
- Certificate for the front proxy to support Kubernetes API aggregators.
- frontProxy StringKey 
- Private key for the front proxy to support Kubernetes API aggregators.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- saPrivate StringKey 
- Service account private key used by Kubernetes Token Controller to sign generated service account tokens.
- saPublic StringKey 
- Service account public key used by Kubernetes API Server to validate service account tokens generated by the Token Controller.
GetKubernetesClusterProfileClusterIpPool      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileConfigContext     
- 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.
- ConfigState string
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- ConfigState stringSummary 
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.- None- The default state is none.
- Not-assigned- Server is not assigned to the profile.
- Assigned- Server is assigned to the profile and the configurations are not yet deployed.
- Preparing- Preparing to deploy the configuration.
- Validating- Profile validation in progress.
- Configuring- Profile deploy operation is in progress.
- UnConfiguring- Server is unassigned and config cleanup is in progress.
- Analyzing- Profile changes are being analyzed.
- Activating- Configuration is being activated at the endpoint.
- Inconsistent- Profile is inconsistent with the endpoint configuration.
- Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
- Failed- The last action on the profile has failed.
- Not-complete- Config import operation on the profile is not complete.
- Waiting-for-resource- Waiting for the resource to be allocated for the profile.
- Partially-deployed- The profile configuration has been applied on a subset of endpoints.
 
- ConfigType string
- The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- ControlAction string
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- ErrorState string
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- InconsistencyReasons List<string>
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperState string
- Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- 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.
- ConfigState string
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- ConfigState stringSummary 
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.- None- The default state is none.
- Not-assigned- Server is not assigned to the profile.
- Assigned- Server is assigned to the profile and the configurations are not yet deployed.
- Preparing- Preparing to deploy the configuration.
- Validating- Profile validation in progress.
- Configuring- Profile deploy operation is in progress.
- UnConfiguring- Server is unassigned and config cleanup is in progress.
- Analyzing- Profile changes are being analyzed.
- Activating- Configuration is being activated at the endpoint.
- Inconsistent- Profile is inconsistent with the endpoint configuration.
- Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
- Failed- The last action on the profile has failed.
- Not-complete- Config import operation on the profile is not complete.
- Waiting-for-resource- Waiting for the resource to be allocated for the profile.
- Partially-deployed- The profile configuration has been applied on a subset of endpoints.
 
- ConfigType string
- The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- ControlAction string
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- ErrorState string
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- InconsistencyReasons []string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperState string
- Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- 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.
- configState String
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- configState StringSummary 
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.- None- The default state is none.
- Not-assigned- Server is not assigned to the profile.
- Assigned- Server is assigned to the profile and the configurations are not yet deployed.
- Preparing- Preparing to deploy the configuration.
- Validating- Profile validation in progress.
- Configuring- Profile deploy operation is in progress.
- UnConfiguring- Server is unassigned and config cleanup is in progress.
- Analyzing- Profile changes are being analyzed.
- Activating- Configuration is being activated at the endpoint.
- Inconsistent- Profile is inconsistent with the endpoint configuration.
- Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
- Failed- The last action on the profile has failed.
- Not-complete- Config import operation on the profile is not complete.
- Waiting-for-resource- Waiting for the resource to be allocated for the profile.
- Partially-deployed- The profile configuration has been applied on a subset of endpoints.
 
- configType String
- The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- controlAction String
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- errorState String
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistencyReasons List<String>
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState String
- Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- 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.
- configState string
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- configState stringSummary 
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.- None- The default state is none.
- Not-assigned- Server is not assigned to the profile.
- Assigned- Server is assigned to the profile and the configurations are not yet deployed.
- Preparing- Preparing to deploy the configuration.
- Validating- Profile validation in progress.
- Configuring- Profile deploy operation is in progress.
- UnConfiguring- Server is unassigned and config cleanup is in progress.
- Analyzing- Profile changes are being analyzed.
- Activating- Configuration is being activated at the endpoint.
- Inconsistent- Profile is inconsistent with the endpoint configuration.
- Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
- Failed- The last action on the profile has failed.
- Not-complete- Config import operation on the profile is not complete.
- Waiting-for-resource- Waiting for the resource to be allocated for the profile.
- Partially-deployed- The profile configuration has been applied on a subset of endpoints.
 
- configType string
- The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- controlAction string
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- errorState string
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistencyReasons string[]
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState string
- Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- 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.
- config_state str
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config_state_ strsummary 
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.- None- The default state is none.
- Not-assigned- Server is not assigned to the profile.
- Assigned- Server is assigned to the profile and the configurations are not yet deployed.
- Preparing- Preparing to deploy the configuration.
- Validating- Profile validation in progress.
- Configuring- Profile deploy operation is in progress.
- UnConfiguring- Server is unassigned and config cleanup is in progress.
- Analyzing- Profile changes are being analyzed.
- Activating- Configuration is being activated at the endpoint.
- Inconsistent- Profile is inconsistent with the endpoint configuration.
- Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
- Failed- The last action on the profile has failed.
- Not-complete- Config import operation on the profile is not complete.
- Waiting-for-resource- Waiting for the resource to be allocated for the profile.
- Partially-deployed- The profile configuration has been applied on a subset of endpoints.
 
- config_type str
- The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- control_action str
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error_state str
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistency_reasons Sequence[str]
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper_state str
- Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- 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.
- configState String
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- configState StringSummary 
- Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.- None- The default state is none.
- Not-assigned- Server is not assigned to the profile.
- Assigned- Server is assigned to the profile and the configurations are not yet deployed.
- Preparing- Preparing to deploy the configuration.
- Validating- Profile validation in progress.
- Configuring- Profile deploy operation is in progress.
- UnConfiguring- Server is unassigned and config cleanup is in progress.
- Analyzing- Profile changes are being analyzed.
- Activating- Configuration is being activated at the endpoint.
- Inconsistent- Profile is inconsistent with the endpoint configuration.
- Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
- Failed- The last action on the profile has failed.
- Not-complete- Config import operation on the profile is not complete.
- Waiting-for-resource- Waiting for the resource to be allocated for the profile.
- Partially-deployed- The profile configuration has been applied on a subset of endpoints.
 
- configType String
- The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- controlAction String
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- errorState String
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistencyReasons List<String>
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState String
- Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
GetKubernetesClusterProfileContainerRuntimeConfig      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileContainerRuntimeProxyPolicy       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileDeviceConnectorProxyPolicy       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileEssentialAddon     
- AdditionalProperties string
- AddonConfiguration GetKubernetes Cluster Profile Essential Addon Addon Configuration 
- Addon configuration settings that are specific to a single cluster.
- AddonDefinition GetKubernetes Cluster Profile Essential Addon Addon Definition 
- Addon definition associated with the addon.
- 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.
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- AddonConfiguration GetKubernetes Cluster Profile Essential Addon Addon Configuration 
- Addon configuration settings that are specific to a single cluster.
- AddonDefinition GetKubernetes Cluster Profile Essential Addon Addon Definition 
- Addon definition associated with the addon.
- 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.
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- addonConfiguration GetKubernetes Cluster Profile Essential Addon Addon Configuration 
- Addon configuration settings that are specific to a single cluster.
- addonDefinition GetKubernetes Cluster Profile Essential Addon Addon Definition 
- Addon definition associated with the addon.
- 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.
- name String
- Name of the profile instance or profile template.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- addonConfiguration GetKubernetes Cluster Profile Essential Addon Addon Configuration 
- Addon configuration settings that are specific to a single cluster.
- addonDefinition GetKubernetes Cluster Profile Essential Addon Addon Definition 
- Addon definition associated with the addon.
- 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.
- name string
- Name of the profile instance or profile template.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- addon_configuration GetKubernetes Cluster Profile Essential Addon Addon Configuration 
- Addon configuration settings that are specific to a single cluster.
- addon_definition GetKubernetes Cluster Profile Essential Addon Addon Definition 
- Addon definition associated with the addon.
- 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.
- name str
- Name of the profile instance or profile template.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- addonConfiguration Property Map
- Addon configuration settings that are specific to a single cluster.
- addonDefinition Property Map
- Addon definition associated with the addon.
- 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.
- name String
- Name of the profile instance or profile template.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetKubernetesClusterProfileEssentialAddonAddonConfiguration       
- 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.
- InstallStrategy string
- Addon install strategy to determine whether an addon is installed if not present.- None- Unspecified install strategy.
- NoAction- No install action performed.
- InstallOnly- Only install in green field. No action in case of failure or removal.
- Always- Attempt install if chart is not already installed.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OverrideSets List<GetKubernetes Cluster Profile Essential Addon Addon Configuration Override Set> 
- Overrides string
- Properties that can be overridden for an addon.
- ReleaseName string
- Name for the helm release.
- ReleaseNamespace string
- Namespace for the helm release.
- UpgradeStrategy string
- Addon upgrade strategy to determine whether an addon configuration is overwritten on upgrade.- None- Unspecified upgrade strategy.
- NoAction- This choice enables No upgrades to be performed.
- UpgradeOnly- Attempt upgrade if chart or overrides options change, no action on upgrade failure.
- ReinstallOnFailure- Attempt upgrade first. Remove and install on upgrade failure.
- AlwaysReinstall- Always remove older release and reinstall.
 
- 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.
- InstallStrategy string
- Addon install strategy to determine whether an addon is installed if not present.- None- Unspecified install strategy.
- NoAction- No install action performed.
- InstallOnly- Only install in green field. No action in case of failure or removal.
- Always- Attempt install if chart is not already installed.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OverrideSets []GetKubernetes Cluster Profile Essential Addon Addon Configuration Override Set 
- Overrides string
- Properties that can be overridden for an addon.
- ReleaseName string
- Name for the helm release.
- ReleaseNamespace string
- Namespace for the helm release.
- UpgradeStrategy string
- Addon upgrade strategy to determine whether an addon configuration is overwritten on upgrade.- None- Unspecified upgrade strategy.
- NoAction- This choice enables No upgrades to be performed.
- UpgradeOnly- Attempt upgrade if chart or overrides options change, no action on upgrade failure.
- ReinstallOnFailure- Attempt upgrade first. Remove and install on upgrade failure.
- AlwaysReinstall- Always remove older release and reinstall.
 
- 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.
- installStrategy String
- Addon install strategy to determine whether an addon is installed if not present.- None- Unspecified install strategy.
- NoAction- No install action performed.
- InstallOnly- Only install in green field. No action in case of failure or removal.
- Always- Attempt install if chart is not already installed.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- overrideSets List<GetKubernetes Cluster Profile Essential Addon Addon Configuration Override Set> 
- overrides String
- Properties that can be overridden for an addon.
- releaseName String
- Name for the helm release.
- releaseNamespace String
- Namespace for the helm release.
- upgradeStrategy String
- Addon upgrade strategy to determine whether an addon configuration is overwritten on upgrade.- None- Unspecified upgrade strategy.
- NoAction- This choice enables No upgrades to be performed.
- UpgradeOnly- Attempt upgrade if chart or overrides options change, no action on upgrade failure.
- ReinstallOnFailure- Attempt upgrade first. Remove and install on upgrade failure.
- AlwaysReinstall- Always remove older release and reinstall.
 
- 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.
- installStrategy string
- Addon install strategy to determine whether an addon is installed if not present.- None- Unspecified install strategy.
- NoAction- No install action performed.
- InstallOnly- Only install in green field. No action in case of failure or removal.
- Always- Attempt install if chart is not already installed.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- overrideSets GetKubernetes Cluster Profile Essential Addon Addon Configuration Override Set[] 
- overrides string
- Properties that can be overridden for an addon.
- releaseName string
- Name for the helm release.
- releaseNamespace string
- Namespace for the helm release.
- upgradeStrategy string
- Addon upgrade strategy to determine whether an addon configuration is overwritten on upgrade.- None- Unspecified upgrade strategy.
- NoAction- This choice enables No upgrades to be performed.
- UpgradeOnly- Attempt upgrade if chart or overrides options change, no action on upgrade failure.
- ReinstallOnFailure- Attempt upgrade first. Remove and install on upgrade failure.
- AlwaysReinstall- Always remove older release and reinstall.
 
- 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.
- install_strategy str
- Addon install strategy to determine whether an addon is installed if not present.- None- Unspecified install strategy.
- NoAction- No install action performed.
- InstallOnly- Only install in green field. No action in case of failure or removal.
- Always- Attempt install if chart is not already installed.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override_sets Sequence[GetKubernetes Cluster Profile Essential Addon Addon Configuration Override Set] 
- overrides str
- Properties that can be overridden for an addon.
- release_name str
- Name for the helm release.
- release_namespace str
- Namespace for the helm release.
- upgrade_strategy str
- Addon upgrade strategy to determine whether an addon configuration is overwritten on upgrade.- None- Unspecified upgrade strategy.
- NoAction- This choice enables No upgrades to be performed.
- UpgradeOnly- Attempt upgrade if chart or overrides options change, no action on upgrade failure.
- ReinstallOnFailure- Attempt upgrade first. Remove and install on upgrade failure.
- AlwaysReinstall- Always remove older release and reinstall.
 
- 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.
- installStrategy String
- Addon install strategy to determine whether an addon is installed if not present.- None- Unspecified install strategy.
- NoAction- No install action performed.
- InstallOnly- Only install in green field. No action in case of failure or removal.
- Always- Attempt install if chart is not already installed.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- overrideSets List<Property Map>
- overrides String
- Properties that can be overridden for an addon.
- releaseName String
- Name for the helm release.
- releaseNamespace String
- Namespace for the helm release.
- upgradeStrategy String
- Addon upgrade strategy to determine whether an addon configuration is overwritten on upgrade.- None- Unspecified upgrade strategy.
- NoAction- This choice enables No upgrades to be performed.
- UpgradeOnly- Attempt upgrade if chart or overrides options change, no action on upgrade failure.
- ReinstallOnFailure- Attempt upgrade first. Remove and install on upgrade failure.
- AlwaysReinstall- Always remove older release and reinstall.
 
GetKubernetesClusterProfileEssentialAddonAddonConfigurationOverrideSet         
- 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.
- Key string
- Key or property name in a key/value pair.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- Property value in a key/value pair.
- 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.
- Key string
- Key or property name in a key/value pair.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- Property value in a key/value pair.
- 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.
- key String
- Key or property name in a key/value pair.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- Property value in a key/value pair.
- 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.
- key string
- Key or property name in a key/value pair.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- Property value in a key/value pair.
- 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.
- key str
- Key or property name in a key/value pair.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- Property value in a key/value pair.
- 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.
- key String
- Key or property name in a key/value pair.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- Property value in a key/value pair.
GetKubernetesClusterProfileEssentialAddonAddonDefinition       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileKubeConfig     
- 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.
- KubeConfig string
- Kubernetes configuration to connect to the cluster as an system administrator.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- KubeConfig string
- Kubernetes configuration to connect to the cluster as an system administrator.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- kubeConfig String
- Kubernetes configuration to connect to the cluster as an system administrator.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- kubeConfig string
- Kubernetes configuration to connect to the cluster as an system administrator.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- kube_config str
- Kubernetes configuration to connect to the cluster as an system administrator.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- kubeConfig String
- Kubernetes configuration to connect to the cluster as an system administrator.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetKubernetesClusterProfileLoadbalancerBlockIpLease       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileLoadbalancerIpLease      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileManagementConfig     
- 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.
- IsTac boolPasswd Set 
- Indicates whether the value of the 'tacPasswd' property has been set.
- LoadBalancer doubleCount 
- Number of IP addresses to reserve for load balancer services.
- LoadBalancers List<string>
- MasterVip string
- VIP for the cluster Kubernetes API server. If this is empty and a cluster IP pool is specified, it will be allocated from the IP pool.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SshKeys List<string>
- SshUser string
- Name of the user to SSH to nodes in a cluster.
- TacPasswd string
- Hashed password of the TAC user.
- 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.
- IsTac boolPasswd Set 
- Indicates whether the value of the 'tacPasswd' property has been set.
- LoadBalancer float64Count 
- Number of IP addresses to reserve for load balancer services.
- LoadBalancers []string
- MasterVip string
- VIP for the cluster Kubernetes API server. If this is empty and a cluster IP pool is specified, it will be allocated from the IP pool.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SshKeys []string
- SshUser string
- Name of the user to SSH to nodes in a cluster.
- TacPasswd string
- Hashed password of the TAC user.
- 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.
- isTac BooleanPasswd Set 
- Indicates whether the value of the 'tacPasswd' property has been set.
- loadBalancer DoubleCount 
- Number of IP addresses to reserve for load balancer services.
- loadBalancers List<String>
- masterVip String
- VIP for the cluster Kubernetes API server. If this is empty and a cluster IP pool is specified, it will be allocated from the IP pool.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- sshKeys List<String>
- sshUser String
- Name of the user to SSH to nodes in a cluster.
- tacPasswd String
- Hashed password of the TAC user.
- 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.
- isTac booleanPasswd Set 
- Indicates whether the value of the 'tacPasswd' property has been set.
- loadBalancer numberCount 
- Number of IP addresses to reserve for load balancer services.
- loadBalancers string[]
- masterVip string
- VIP for the cluster Kubernetes API server. If this is empty and a cluster IP pool is specified, it will be allocated from the IP pool.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- sshKeys string[]
- sshUser string
- Name of the user to SSH to nodes in a cluster.
- tacPasswd string
- Hashed password of the TAC user.
- 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.
- is_tac_ boolpasswd_ set 
- Indicates whether the value of the 'tacPasswd' property has been set.
- load_balancer_ floatcount 
- Number of IP addresses to reserve for load balancer services.
- load_balancers Sequence[str]
- master_vip str
- VIP for the cluster Kubernetes API server. If this is empty and a cluster IP pool is specified, it will be allocated from the IP pool.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ssh_keys Sequence[str]
- ssh_user str
- Name of the user to SSH to nodes in a cluster.
- tac_passwd str
- Hashed password of the TAC user.
- 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.
- isTac BooleanPasswd Set 
- Indicates whether the value of the 'tacPasswd' property has been set.
- loadBalancer NumberCount 
- Number of IP addresses to reserve for load balancer services.
- loadBalancers List<String>
- masterVip String
- VIP for the cluster Kubernetes API server. If this is empty and a cluster IP pool is specified, it will be allocated from the IP pool.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- sshKeys List<String>
- sshUser String
- Name of the user to SSH to nodes in a cluster.
- tacPasswd String
- Hashed password of the TAC user.
GetKubernetesClusterProfileMasterVipLease      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileNetConfig     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileNodeGroup     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileOrganization    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileParentSolutionProfile      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfilePermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfilePolicyBucket     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileResult    
- AccountMoid string
- The Account ID for this managed object.
- AciCni List<GetProfiles Kubernetes Cluster Profile Result Aci Cni Profile> 
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionInfos List<GetKubernetes Cluster Profile Result Action Info> 
- ActionParams List<GetKubernetes Cluster Profile Result Action Param> 
- AdditionalProperties string
- Ancestors
List<GetKubernetes Cluster Profile Result Ancestor> 
- AssociatedClusters List<GetKubernetes Cluster Profile Result Associated Cluster> 
- CertConfigs List<GetKubernetes Cluster Profile Result Cert Config> 
- ClassId string
- ClusterIp List<GetPools Kubernetes Cluster Profile Result Cluster Ip Pool> 
- ConfigContexts List<GetKubernetes Cluster Profile Result Config Context> 
- ContainerRuntime List<GetConfigs Kubernetes Cluster Profile Result Container Runtime Config> 
- ContainerRuntime List<GetProxy Policies Kubernetes Cluster Profile Result Container Runtime Proxy Policy> 
- CreateTime string
- The time when this managed object was created.
- DeployedPolicies List<string>
- Description string
- Description of the profile.
- DeviceConnector List<GetProxy Policies Kubernetes Cluster Profile Result Device Connector Proxy Policy> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EssentialAddons List<GetKubernetes Cluster Profile Result Essential Addon> 
- KubeConfigs List<GetKubernetes Cluster Profile Result Kube Config> 
- LoadbalancerBlock List<GetIp Leases Kubernetes Cluster Profile Result Loadbalancer Block Ip Lease> 
- LoadbalancerIp List<GetLeases Kubernetes Cluster Profile Result Loadbalancer Ip Lease> 
- ManagedMode string
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- ManagementConfigs List<GetKubernetes Cluster Profile Result Management Config> 
- MasterVip List<GetLeases Kubernetes Cluster Profile Result Master Vip Lease> 
- 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.
- NetConfigs List<GetKubernetes Cluster Profile Result Net Config> 
- NodeGroups List<GetKubernetes Cluster Profile Result Node Group> 
- ObjectType string
- Organizations
List<GetKubernetes Cluster Profile Result Organization> 
- Owners List<string>
- ParentSolution List<GetProfiles Kubernetes Cluster Profile Result Parent Solution Profile> 
- Parents
List<GetKubernetes Cluster Profile Result Parent> 
- PermissionResources List<GetKubernetes Cluster Profile Result Permission Resource> 
- PolicyBuckets List<GetKubernetes Cluster Profile Result Policy Bucket> 
- RemovedPolicies List<string>
- ScheduledActions List<GetKubernetes Cluster Profile Result Scheduled Action> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcTemplates List<GetKubernetes Cluster Profile Result Src Template> 
- Status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- SysConfigs List<GetKubernetes Cluster Profile Result Sys Config> 
- 
List<GetKubernetes Cluster Profile Result Tag> 
- TrustedRegistries List<GetKubernetes Cluster Profile Result Trusted Registry> 
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContexts List<GetKubernetes Cluster Profile Result Version Context> 
- WorkflowInfos List<GetKubernetes Cluster Profile Result Workflow Info> 
- AccountMoid string
- The Account ID for this managed object.
- AciCni []GetProfiles Kubernetes Cluster Profile Result Aci Cni Profile 
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionInfos []GetKubernetes Cluster Profile Result Action Info 
- ActionParams []GetKubernetes Cluster Profile Result Action Param 
- AdditionalProperties string
- Ancestors
[]GetKubernetes Cluster Profile Result Ancestor 
- AssociatedClusters []GetKubernetes Cluster Profile Result Associated Cluster 
- CertConfigs []GetKubernetes Cluster Profile Result Cert Config 
- ClassId string
- ClusterIp []GetPools Kubernetes Cluster Profile Result Cluster Ip Pool 
- ConfigContexts []GetKubernetes Cluster Profile Result Config Context 
- ContainerRuntime []GetConfigs Kubernetes Cluster Profile Result Container Runtime Config 
- ContainerRuntime []GetProxy Policies Kubernetes Cluster Profile Result Container Runtime Proxy Policy 
- CreateTime string
- The time when this managed object was created.
- DeployedPolicies []string
- Description string
- Description of the profile.
- DeviceConnector []GetProxy Policies Kubernetes Cluster Profile Result Device Connector Proxy Policy 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EssentialAddons []GetKubernetes Cluster Profile Result Essential Addon 
- KubeConfigs []GetKubernetes Cluster Profile Result Kube Config 
- LoadbalancerBlock []GetIp Leases Kubernetes Cluster Profile Result Loadbalancer Block Ip Lease 
- LoadbalancerIp []GetLeases Kubernetes Cluster Profile Result Loadbalancer Ip Lease 
- ManagedMode string
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- ManagementConfigs []GetKubernetes Cluster Profile Result Management Config 
- MasterVip []GetLeases Kubernetes Cluster Profile Result Master Vip Lease 
- 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.
- NetConfigs []GetKubernetes Cluster Profile Result Net Config 
- NodeGroups []GetKubernetes Cluster Profile Result Node Group 
- ObjectType string
- Organizations
[]GetKubernetes Cluster Profile Result Organization 
- Owners []string
- ParentSolution []GetProfiles Kubernetes Cluster Profile Result Parent Solution Profile 
- Parents
[]GetKubernetes Cluster Profile Result Parent 
- PermissionResources []GetKubernetes Cluster Profile Result Permission Resource 
- PolicyBuckets []GetKubernetes Cluster Profile Result Policy Bucket 
- RemovedPolicies []string
- ScheduledActions []GetKubernetes Cluster Profile Result Scheduled Action 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcTemplates []GetKubernetes Cluster Profile Result Src Template 
- Status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- SysConfigs []GetKubernetes Cluster Profile Result Sys Config 
- 
[]GetKubernetes Cluster Profile Result Tag 
- TrustedRegistries []GetKubernetes Cluster Profile Result Trusted Registry 
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContexts []GetKubernetes Cluster Profile Result Version Context 
- WorkflowInfos []GetKubernetes Cluster Profile Result Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- aciCni List<GetProfiles Kubernetes Cluster Profile Result Aci Cni Profile> 
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionInfos List<GetKubernetes Cluster Profile Result Action Info> 
- actionParams List<GetKubernetes Cluster Profile Result Action Param> 
- additionalProperties String
- ancestors
List<GetKubernetes Cluster Profile Result Ancestor> 
- associatedClusters List<GetKubernetes Cluster Profile Result Associated Cluster> 
- certConfigs List<GetKubernetes Cluster Profile Result Cert Config> 
- classId String
- clusterIp List<GetPools Kubernetes Cluster Profile Result Cluster Ip Pool> 
- configContexts List<GetKubernetes Cluster Profile Result Config Context> 
- containerRuntime List<GetConfigs Kubernetes Cluster Profile Result Container Runtime Config> 
- containerRuntime List<GetProxy Policies Kubernetes Cluster Profile Result Container Runtime Proxy Policy> 
- createTime String
- The time when this managed object was created.
- deployedPolicies List<String>
- description String
- Description of the profile.
- deviceConnector List<GetProxy Policies Kubernetes Cluster Profile Result Device Connector Proxy Policy> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- essentialAddons List<GetKubernetes Cluster Profile Result Essential Addon> 
- kubeConfigs List<GetKubernetes Cluster Profile Result Kube Config> 
- loadbalancerBlock List<GetIp Leases Kubernetes Cluster Profile Result Loadbalancer Block Ip Lease> 
- loadbalancerIp List<GetLeases Kubernetes Cluster Profile Result Loadbalancer Ip Lease> 
- managedMode String
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- managementConfigs List<GetKubernetes Cluster Profile Result Management Config> 
- masterVip List<GetLeases Kubernetes Cluster Profile Result Master Vip Lease> 
- 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.
- netConfigs List<GetKubernetes Cluster Profile Result Net Config> 
- nodeGroups List<GetKubernetes Cluster Profile Result Node Group> 
- objectType String
- organizations
List<GetKubernetes Cluster Profile Result Organization> 
- owners List<String>
- parentSolution List<GetProfiles Kubernetes Cluster Profile Result Parent Solution Profile> 
- parents
List<GetKubernetes Cluster Profile Result Parent> 
- permissionResources List<GetKubernetes Cluster Profile Result Permission Resource> 
- policyBuckets List<GetKubernetes Cluster Profile Result Policy Bucket> 
- removedPolicies List<String>
- scheduledActions List<GetKubernetes Cluster Profile Result Scheduled Action> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplates List<GetKubernetes Cluster Profile Result Src Template> 
- status String
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- sysConfigs List<GetKubernetes Cluster Profile Result Sys Config> 
- 
List<GetKubernetes Cluster Profile Result Tag> 
- trustedRegistries List<GetKubernetes Cluster Profile Result Trusted Registry> 
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContexts List<GetKubernetes Cluster Profile Result Version Context> 
- workflowInfos List<GetKubernetes Cluster Profile Result Workflow Info> 
- accountMoid string
- The Account ID for this managed object.
- aciCni GetProfiles Kubernetes Cluster Profile Result Aci Cni Profile[] 
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionInfos GetKubernetes Cluster Profile Result Action Info[] 
- actionParams GetKubernetes Cluster Profile Result Action Param[] 
- additionalProperties string
- ancestors
GetKubernetes Cluster Profile Result Ancestor[] 
- associatedClusters GetKubernetes Cluster Profile Result Associated Cluster[] 
- certConfigs GetKubernetes Cluster Profile Result Cert Config[] 
- classId string
- clusterIp GetPools Kubernetes Cluster Profile Result Cluster Ip Pool[] 
- configContexts GetKubernetes Cluster Profile Result Config Context[] 
- containerRuntime GetConfigs Kubernetes Cluster Profile Result Container Runtime Config[] 
- containerRuntime GetProxy Policies Kubernetes Cluster Profile Result Container Runtime Proxy Policy[] 
- createTime string
- The time when this managed object was created.
- deployedPolicies string[]
- description string
- Description of the profile.
- deviceConnector GetProxy Policies Kubernetes Cluster Profile Result Device Connector Proxy Policy[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- essentialAddons GetKubernetes Cluster Profile Result Essential Addon[] 
- kubeConfigs GetKubernetes Cluster Profile Result Kube Config[] 
- loadbalancerBlock GetIp Leases Kubernetes Cluster Profile Result Loadbalancer Block Ip Lease[] 
- loadbalancerIp GetLeases Kubernetes Cluster Profile Result Loadbalancer Ip Lease[] 
- managedMode string
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- managementConfigs GetKubernetes Cluster Profile Result Management Config[] 
- masterVip GetLeases Kubernetes Cluster Profile Result Master Vip Lease[] 
- 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.
- netConfigs GetKubernetes Cluster Profile Result Net Config[] 
- nodeGroups GetKubernetes Cluster Profile Result Node Group[] 
- objectType string
- organizations
GetKubernetes Cluster Profile Result Organization[] 
- owners string[]
- parentSolution GetProfiles Kubernetes Cluster Profile Result Parent Solution Profile[] 
- parents
GetKubernetes Cluster Profile Result Parent[] 
- permissionResources GetKubernetes Cluster Profile Result Permission Resource[] 
- policyBuckets GetKubernetes Cluster Profile Result Policy Bucket[] 
- removedPolicies string[]
- scheduledActions GetKubernetes Cluster Profile Result Scheduled Action[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplates GetKubernetes Cluster Profile Result Src Template[] 
- status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- sysConfigs GetKubernetes Cluster Profile Result Sys Config[] 
- 
GetKubernetes Cluster Profile Result Tag[] 
- trustedRegistries GetKubernetes Cluster Profile Result Trusted Registry[] 
- type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContexts GetKubernetes Cluster Profile Result Version Context[] 
- workflowInfos GetKubernetes Cluster Profile Result Workflow Info[] 
- account_moid str
- The Account ID for this managed object.
- aci_cni_ Sequence[Getprofiles Kubernetes Cluster Profile Result Aci Cni Profile] 
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_infos Sequence[GetKubernetes Cluster Profile Result Action Info] 
- action_params Sequence[GetKubernetes Cluster Profile Result Action Param] 
- additional_properties str
- ancestors
Sequence[GetKubernetes Cluster Profile Result Ancestor] 
- associated_clusters Sequence[GetKubernetes Cluster Profile Result Associated Cluster] 
- cert_configs Sequence[GetKubernetes Cluster Profile Result Cert Config] 
- class_id str
- cluster_ip_ Sequence[Getpools Kubernetes Cluster Profile Result Cluster Ip Pool] 
- config_contexts Sequence[GetKubernetes Cluster Profile Result Config Context] 
- container_runtime_ Sequence[Getconfigs Kubernetes Cluster Profile Result Container Runtime Config] 
- container_runtime_ Sequence[Getproxy_ policies Kubernetes Cluster Profile Result Container Runtime Proxy Policy] 
- create_time str
- The time when this managed object was created.
- deployed_policies Sequence[str]
- description str
- Description of the profile.
- device_connector_ Sequence[Getproxy_ policies Kubernetes Cluster Profile Result Device Connector Proxy Policy] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- essential_addons Sequence[GetKubernetes Cluster Profile Result Essential Addon] 
- kube_configs Sequence[GetKubernetes Cluster Profile Result Kube Config] 
- loadbalancer_block_ Sequence[Getip_ leases Kubernetes Cluster Profile Result Loadbalancer Block Ip Lease] 
- loadbalancer_ip_ Sequence[Getleases Kubernetes Cluster Profile Result Loadbalancer Ip Lease] 
- managed_mode str
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- management_configs Sequence[GetKubernetes Cluster Profile Result Management Config] 
- master_vip_ Sequence[Getleases Kubernetes Cluster Profile Result Master Vip Lease] 
- 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.
- net_configs Sequence[GetKubernetes Cluster Profile Result Net Config] 
- node_groups Sequence[GetKubernetes Cluster Profile Result Node Group] 
- object_type str
- organizations
Sequence[GetKubernetes Cluster Profile Result Organization] 
- owners Sequence[str]
- parent_solution_ Sequence[Getprofiles Kubernetes Cluster Profile Result Parent Solution Profile] 
- parents
Sequence[GetKubernetes Cluster Profile Result Parent] 
- permission_resources Sequence[GetKubernetes Cluster Profile Result Permission Resource] 
- policy_buckets Sequence[GetKubernetes Cluster Profile Result Policy Bucket] 
- removed_policies Sequence[str]
- scheduled_actions Sequence[GetKubernetes Cluster Profile Result Scheduled Action] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- src_templates Sequence[GetKubernetes Cluster Profile Result Src Template] 
- status str
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- sys_configs Sequence[GetKubernetes Cluster Profile Result Sys Config] 
- 
Sequence[GetKubernetes Cluster Profile Result Tag] 
- trusted_registries Sequence[GetKubernetes Cluster Profile Result Trusted Registry] 
- type str
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- version_contexts Sequence[GetKubernetes Cluster Profile Result Version Context] 
- workflow_infos Sequence[GetKubernetes Cluster Profile Result Workflow Info] 
- accountMoid String
- The Account ID for this managed object.
- aciCni List<Property Map>Profiles 
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionInfos List<Property Map>
- actionParams List<Property Map>
- additionalProperties String
- ancestors List<Property Map>
- associatedClusters List<Property Map>
- certConfigs List<Property Map>
- classId String
- clusterIp List<Property Map>Pools 
- configContexts List<Property Map>
- containerRuntime List<Property Map>Configs 
- containerRuntime List<Property Map>Proxy Policies 
- createTime String
- The time when this managed object was created.
- deployedPolicies List<String>
- description String
- Description of the profile.
- deviceConnector List<Property Map>Proxy Policies 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- essentialAddons List<Property Map>
- kubeConfigs List<Property Map>
- loadbalancerBlock List<Property Map>Ip Leases 
- loadbalancerIp List<Property Map>Leases 
- managedMode String
- Management mode for the cluster. In some cases Intersight kubernetes service is not requiredto provision and manage the management entities and endpoints (for e.g. EKS). In most other casesit will be required to provision and manage these entities and endpoints.* Provided- Cluster management entities and endpoints are provided by the infrastructure platform.*Managed- Cluster management entities and endpoints are provisioned and managed by Intersight kubernetes service.
- managementConfigs List<Property Map>
- masterVip List<Property Map>Leases 
- 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.
- netConfigs List<Property Map>
- nodeGroups List<Property Map>
- objectType String
- organizations List<Property Map>
- owners List<String>
- parentSolution List<Property Map>Profiles 
- parents List<Property Map>
- permissionResources List<Property Map>
- policyBuckets List<Property Map>
- removedPolicies List<String>
- scheduledActions List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplates List<Property Map>
- status String
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- sysConfigs List<Property Map>
- List<Property Map>
- trustedRegistries 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>
- workflowInfos List<Property Map>
GetKubernetesClusterProfileResultAciCniProfile       
- 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
GetKubernetesClusterProfileResultActionInfo      
- AdditionalProperties string
- ClassId string
- FailureReason string
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- Status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- AdditionalProperties string
- ClassId string
- FailureReason string
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- Status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- additionalProperties String
- classId String
- failureReason String
- name String
- Name of the profile instance or profile template.
- objectType String
- status String
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- additionalProperties string
- classId string
- failureReason string
- name string
- Name of the profile instance or profile template.
- objectType string
- status string
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- additional_properties str
- class_id str
- failure_reason str
- name str
- Name of the profile instance or profile template.
- object_type str
- status str
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
- additionalProperties String
- classId String
- failureReason String
- name String
- Name of the profile instance or profile template.
- objectType String
- status String
- Status of the Kubernetes cluster and its nodes.* Undeployed- The cluster is undeployed.*Configuring- The cluster is being configured.*Deploying- The cluster is being deployed.*Undeploying- The cluster is being undeployed.*DeployFailedTerminal- The Cluster Deploy failed creation and can not be recovered, only Delete or Undeploy operations are available for this Cluster.*DeployFailed- The cluster deployment failed.*Upgrading- The cluster is being upgraded.*Deleting- The cluster is being deleted.*DeleteFailed- The Cluster Delete failed and the Cluster can not be recovered, only Delete or Undeploy operations are available for this Cluster.*Ready- The cluster is ready for use.*Active- The cluster is being active.*Shutdown- All the nodes in the cluster are powered off.*Terminated- The cluster is terminated.*Deployed- The cluster is deployed. The cluster may not yet be ready for use.*UndeployFailed- The cluster undeploy action failed.*NotReady- The cluster is created and some nodes are not ready.
GetKubernetesClusterProfileResultActionParam      
- AdditionalProperties string
- ClassId string
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- Value string
- additionalProperties String
- classId String
- name String
- Name of the profile instance or profile template.
- objectType String
- value String
- additionalProperties string
- classId string
- name string
- Name of the profile instance or profile template.
- objectType string
- value string
- additional_properties str
- class_id str
- name str
- Name of the profile instance or profile template.
- object_type str
- value str
- additionalProperties String
- classId String
- name String
- Name of the profile instance or profile template.
- objectType String
- value String
GetKubernetesClusterProfileResultAncestor     
- 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
GetKubernetesClusterProfileResultAssociatedCluster      
- 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
GetKubernetesClusterProfileResultCertConfig      
- AdditionalProperties string
- CaCert string
- CaKey string
- ClassId string
- EtcdCert string
- EtcdEncryption List<string>Keys 
- EtcdKey string
- FrontProxy stringCert 
- FrontProxy stringKey 
- ObjectType string
- SaPrivate stringKey 
- SaPublic stringKey 
- AdditionalProperties string
- CaCert string
- CaKey string
- ClassId string
- EtcdCert string
- EtcdEncryption []stringKeys 
- EtcdKey string
- FrontProxy stringCert 
- FrontProxy stringKey 
- ObjectType string
- SaPrivate stringKey 
- SaPublic stringKey 
- additionalProperties String
- caCert String
- caKey String
- classId String
- etcdCert String
- etcdEncryption List<String>Keys 
- etcdKey String
- frontProxy StringCert 
- frontProxy StringKey 
- objectType String
- saPrivate StringKey 
- saPublic StringKey 
- additionalProperties string
- caCert string
- caKey string
- classId string
- etcdCert string
- etcdEncryption string[]Keys 
- etcdKey string
- frontProxy stringCert 
- frontProxy stringKey 
- objectType string
- saPrivate stringKey 
- saPublic stringKey 
- additional_properties str
- ca_cert str
- ca_key str
- class_id str
- etcd_cert str
- etcd_encryption_ Sequence[str]keys 
- etcd_key str
- front_proxy_ strcert 
- front_proxy_ strkey 
- object_type str
- sa_private_ strkey 
- sa_public_ strkey 
- additionalProperties String
- caCert String
- caKey String
- classId String
- etcdCert String
- etcdEncryption List<String>Keys 
- etcdKey String
- frontProxy StringCert 
- frontProxy StringKey 
- objectType String
- saPrivate StringKey 
- saPublic StringKey 
GetKubernetesClusterProfileResultClusterIpPool       
- 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
GetKubernetesClusterProfileResultConfigContext      
- AdditionalProperties string
- ClassId string
- ConfigState string
- ConfigState stringSummary 
- ConfigType string
- ControlAction string
- ErrorState string
- InconsistencyReasons List<string>
- ObjectType string
- OperState string
- AdditionalProperties string
- ClassId string
- ConfigState string
- ConfigState stringSummary 
- ConfigType string
- ControlAction string
- ErrorState string
- InconsistencyReasons []string
- ObjectType string
- OperState string
- additionalProperties String
- classId String
- configState String
- configState StringSummary 
- configType String
- controlAction String
- errorState String
- inconsistencyReasons List<String>
- objectType String
- operState String
- additionalProperties string
- classId string
- configState string
- configState stringSummary 
- configType string
- controlAction string
- errorState string
- inconsistencyReasons string[]
- objectType string
- operState string
- additional_properties str
- class_id str
- config_state str
- config_state_ strsummary 
- config_type str
- control_action str
- error_state str
- inconsistency_reasons Sequence[str]
- object_type str
- oper_state str
- additionalProperties String
- classId String
- configState String
- configState StringSummary 
- configType String
- controlAction String
- errorState String
- inconsistencyReasons List<String>
- objectType String
- operState String
GetKubernetesClusterProfileResultContainerRuntimeConfig       
- 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
GetKubernetesClusterProfileResultContainerRuntimeProxyPolicy        
- 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
GetKubernetesClusterProfileResultDeviceConnectorProxyPolicy        
- 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
GetKubernetesClusterProfileResultEssentialAddon      
- AdditionalProperties string
- AddonConfigurations List<GetKubernetes Cluster Profile Result Essential Addon Addon Configuration> 
- AddonDefinitions List<GetKubernetes Cluster Profile Result Essential Addon Addon Definition> 
- ClassId string
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- AdditionalProperties string
- AddonConfigurations []GetKubernetes Cluster Profile Result Essential Addon Addon Configuration 
- AddonDefinitions []GetKubernetes Cluster Profile Result Essential Addon Addon Definition 
- ClassId string
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- additionalProperties String
- addonConfigurations List<GetKubernetes Cluster Profile Result Essential Addon Addon Configuration> 
- addonDefinitions List<GetKubernetes Cluster Profile Result Essential Addon Addon Definition> 
- classId String
- name String
- Name of the profile instance or profile template.
- objectType String
- additionalProperties string
- addonConfigurations GetKubernetes Cluster Profile Result Essential Addon Addon Configuration[] 
- addonDefinitions GetKubernetes Cluster Profile Result Essential Addon Addon Definition[] 
- classId string
- name string
- Name of the profile instance or profile template.
- objectType string
- additional_properties str
- addon_configurations Sequence[GetKubernetes Cluster Profile Result Essential Addon Addon Configuration] 
- addon_definitions Sequence[GetKubernetes Cluster Profile Result Essential Addon Addon Definition] 
- class_id str
- name str
- Name of the profile instance or profile template.
- object_type str
- additionalProperties String
- addonConfigurations List<Property Map>
- addonDefinitions List<Property Map>
- classId String
- name String
- Name of the profile instance or profile template.
- objectType String
GetKubernetesClusterProfileResultEssentialAddonAddonConfiguration        
- AdditionalProperties string
- ClassId string
- InstallStrategy string
- ObjectType string
- OverrideSets List<GetKubernetes Cluster Profile Result Essential Addon Addon Configuration Override Set> 
- Overrides string
- ReleaseName string
- ReleaseNamespace string
- UpgradeStrategy string
- AdditionalProperties string
- ClassId string
- InstallStrategy string
- ObjectType string
- OverrideSets []GetKubernetes Cluster Profile Result Essential Addon Addon Configuration Override Set 
- Overrides string
- ReleaseName string
- ReleaseNamespace string
- UpgradeStrategy string
- additionalProperties String
- classId String
- installStrategy String
- objectType String
- overrideSets List<GetKubernetes Cluster Profile Result Essential Addon Addon Configuration Override Set> 
- overrides String
- releaseName String
- releaseNamespace String
- upgradeStrategy String
- additionalProperties string
- classId string
- installStrategy string
- objectType string
- overrideSets GetKubernetes Cluster Profile Result Essential Addon Addon Configuration Override Set[] 
- overrides string
- releaseName string
- releaseNamespace string
- upgradeStrategy string
- additionalProperties String
- classId String
- installStrategy String
- objectType String
- overrideSets List<Property Map>
- overrides String
- releaseName String
- releaseNamespace String
- upgradeStrategy String
GetKubernetesClusterProfileResultEssentialAddonAddonConfigurationOverrideSet          
- AdditionalProperties string
- ClassId string
- Key string
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- Key string
- ObjectType string
- Value string
- additionalProperties String
- classId String
- key String
- objectType String
- value String
- additionalProperties string
- classId string
- key string
- objectType string
- value string
- additional_properties str
- class_id str
- key str
- object_type str
- value str
- additionalProperties String
- classId String
- key String
- objectType String
- value String
GetKubernetesClusterProfileResultEssentialAddonAddonDefinition        
- 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
GetKubernetesClusterProfileResultKubeConfig      
- AdditionalProperties string
- ClassId string
- KubeConfig string
- ObjectType string
- AdditionalProperties string
- ClassId string
- KubeConfig string
- ObjectType string
- additionalProperties String
- classId String
- kubeConfig String
- objectType String
- additionalProperties string
- classId string
- kubeConfig string
- objectType string
- additional_properties str
- class_id str
- kube_config str
- object_type str
- additionalProperties String
- classId String
- kubeConfig String
- objectType String
GetKubernetesClusterProfileResultLoadbalancerBlockIpLease        
- 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
GetKubernetesClusterProfileResultLoadbalancerIpLease       
- 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
GetKubernetesClusterProfileResultManagementConfig      
- AdditionalProperties string
- ClassId string
- IsTac boolPasswd Set 
- LoadBalancer doubleCount 
- LoadBalancers List<string>
- MasterVip string
- ObjectType string
- SshKeys List<string>
- SshUser string
- TacPasswd string
- AdditionalProperties string
- ClassId string
- IsTac boolPasswd Set 
- LoadBalancer float64Count 
- LoadBalancers []string
- MasterVip string
- ObjectType string
- SshKeys []string
- SshUser string
- TacPasswd string
- additionalProperties String
- classId String
- isTac BooleanPasswd Set 
- loadBalancer DoubleCount 
- loadBalancers List<String>
- masterVip String
- objectType String
- sshKeys List<String>
- sshUser String
- tacPasswd String
- additionalProperties string
- classId string
- isTac booleanPasswd Set 
- loadBalancer numberCount 
- loadBalancers string[]
- masterVip string
- objectType string
- sshKeys string[]
- sshUser string
- tacPasswd string
- additional_properties str
- class_id str
- is_tac_ boolpasswd_ set 
- load_balancer_ floatcount 
- load_balancers Sequence[str]
- master_vip str
- object_type str
- ssh_keys Sequence[str]
- ssh_user str
- tac_passwd str
- additionalProperties String
- classId String
- isTac BooleanPasswd Set 
- loadBalancer NumberCount 
- loadBalancers List<String>
- masterVip String
- objectType String
- sshKeys List<String>
- sshUser String
- tacPasswd String
GetKubernetesClusterProfileResultMasterVipLease       
- 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
GetKubernetesClusterProfileResultNetConfig      
- 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
GetKubernetesClusterProfileResultNodeGroup      
- 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
GetKubernetesClusterProfileResultOrganization     
- 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
GetKubernetesClusterProfileResultParent     
- 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
GetKubernetesClusterProfileResultParentSolutionProfile       
- 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
GetKubernetesClusterProfileResultPermissionResource      
- 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
GetKubernetesClusterProfileResultPolicyBucket      
- 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
GetKubernetesClusterProfileResultScheduledAction      
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionQualifiers List<GetKubernetes Cluster Profile Result Scheduled Action Action Qualifier> 
- AdditionalProperties string
- ClassId string
- ObjectType string
- ProceedOn boolReboot 
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionQualifiers []GetKubernetes Cluster Profile Result Scheduled Action Action Qualifier 
- AdditionalProperties string
- ClassId string
- ObjectType string
- ProceedOn boolReboot 
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionQualifiers List<GetKubernetes Cluster Profile Result Scheduled Action Action Qualifier> 
- additionalProperties String
- classId String
- objectType String
- proceedOn BooleanReboot 
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionQualifiers GetKubernetes Cluster Profile Result Scheduled Action Action Qualifier[] 
- additionalProperties string
- classId string
- objectType string
- proceedOn booleanReboot 
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_qualifiers Sequence[GetKubernetes Cluster Profile Result Scheduled Action Action Qualifier] 
- additional_properties str
- class_id str
- object_type str
- proceed_on_ boolreboot 
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionQualifiers List<Property Map>
- additionalProperties String
- classId String
- objectType String
- proceedOn BooleanReboot 
GetKubernetesClusterProfileResultScheduledActionActionQualifier        
- AdditionalProperties string
- ClassId string
- ObjectType string
- AdditionalProperties string
- ClassId string
- ObjectType string
- additionalProperties String
- classId String
- objectType String
- additionalProperties string
- classId string
- objectType string
- additional_properties str
- class_id str
- object_type str
- additionalProperties String
- classId String
- objectType String
GetKubernetesClusterProfileResultSrcTemplate      
- 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
GetKubernetesClusterProfileResultSysConfig      
- 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
GetKubernetesClusterProfileResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetKubernetesClusterProfileResultTrustedRegistry      
- 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
GetKubernetesClusterProfileResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetKubernetesClusterProfileResultVersionContextInterestedMo        
- 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
GetKubernetesClusterProfileResultVersionContextRefMo        
- 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
GetKubernetesClusterProfileResultWorkflowInfo      
- 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
GetKubernetesClusterProfileScheduledAction     
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionQualifier GetKubernetes Cluster Profile Scheduled Action Action Qualifier 
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations.
- 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ProceedOn boolReboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionQualifier GetKubernetes Cluster Profile Scheduled Action Action Qualifier 
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations.
- 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ProceedOn boolReboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionQualifier GetKubernetes Cluster Profile Scheduled Action Action Qualifier 
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations.
- 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- proceedOn BooleanReboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionQualifier GetKubernetes Cluster Profile Scheduled Action Action Qualifier 
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations.
- 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.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- proceedOn booleanReboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_qualifier GetKubernetes Cluster Profile Scheduled Action Action Qualifier 
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations.
- 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.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- proceed_on_ boolreboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionQualifier Property Map
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations.
- 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- proceedOn BooleanReboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
GetKubernetesClusterProfileScheduledActionActionQualifier       
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetKubernetesClusterProfileSrcTemplate     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileSysConfig     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileTag    
- 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.
GetKubernetesClusterProfileTrustedRegistries     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetKubernetes Cluster Profile Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetKubernetes Cluster Profile Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetKubernetes Cluster Profile Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetKubernetes Cluster Profile Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetKubernetes Cluster Profile Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetKubernetes Cluster Profile Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetKubernetes Cluster Profile Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetKubernetes Cluster Profile Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetKubernetes Cluster Profile Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetKubernetes Cluster Profile Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetKubernetesClusterProfileVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesClusterProfileWorkflowInfo     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet