intersight 1.0.75 published on Tuesday, Dec 16, 2025 by ciscodevnet
intersight 1.0.75 published on Tuesday, Dec 16, 2025 by ciscodevnet
A configuration profile for a node group in a Kubernetes cluster.
Using getKubernetesNodeGroupProfile
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 getKubernetesNodeGroupProfile(args: GetKubernetesNodeGroupProfileArgs, opts?: InvokeOptions): Promise<GetKubernetesNodeGroupProfileResult>
function getKubernetesNodeGroupProfileOutput(args: GetKubernetesNodeGroupProfileOutputArgs, opts?: InvokeOptions): Output<GetKubernetesNodeGroupProfileResult>def get_kubernetes_node_group_profile(account_moid: Optional[str] = None,
action: Optional[str] = None,
action_params: Optional[Sequence[GetKubernetesNodeGroupProfileActionParam]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetKubernetesNodeGroupProfileAncestor]] = None,
class_id: Optional[str] = None,
cluster_profile: Optional[GetKubernetesNodeGroupProfileClusterProfile] = None,
config_context: Optional[GetKubernetesNodeGroupProfileConfigContext] = None,
create_time: Optional[str] = None,
currentsize: Optional[float] = None,
deployed_policies: Optional[Sequence[str]] = None,
description: Optional[str] = None,
desiredsize: Optional[float] = None,
domain_group_moid: Optional[str] = None,
gpu_configs: Optional[Sequence[GetKubernetesNodeGroupProfileGpuConfig]] = None,
id: Optional[str] = None,
infra_provider: Optional[GetKubernetesNodeGroupProfileInfraProvider] = None,
ip_pools: Optional[Sequence[GetKubernetesNodeGroupProfileIpPool]] = None,
kubernetes_version: Optional[GetKubernetesNodeGroupProfileKubernetesVersion] = None,
labels: Optional[Sequence[GetKubernetesNodeGroupProfileLabel]] = None,
maxsize: Optional[float] = None,
minsize: Optional[float] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
node_type: Optional[str] = None,
nodes: Optional[Sequence[GetKubernetesNodeGroupProfileNode]] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetKubernetesNodeGroupProfileParent] = None,
partially_deployed_policies: Optional[Sequence[GetKubernetesNodeGroupProfilePartiallyDeployedPolicy]] = None,
permission_resources: Optional[Sequence[GetKubernetesNodeGroupProfilePermissionResource]] = None,
policy_buckets: Optional[Sequence[GetKubernetesNodeGroupProfilePolicyBucket]] = None,
policy_change_details: Optional[Sequence[GetKubernetesNodeGroupProfilePolicyChangeDetail]] = None,
removed_policies: Optional[Sequence[str]] = None,
reported_policy_changes: Optional[Sequence[GetKubernetesNodeGroupProfileReportedPolicyChange]] = None,
scheduled_actions: Optional[Sequence[GetKubernetesNodeGroupProfileScheduledAction]] = None,
shared_scope: Optional[str] = None,
src_template: Optional[GetKubernetesNodeGroupProfileSrcTemplate] = None,
tags: Optional[Sequence[GetKubernetesNodeGroupProfileTag]] = None,
taints: Optional[Sequence[GetKubernetesNodeGroupProfileTaint]] = None,
type: Optional[str] = None,
version_context: Optional[GetKubernetesNodeGroupProfileVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetKubernetesNodeGroupProfileResult
def get_kubernetes_node_group_profile_output(account_moid: Optional[pulumi.Input[str]] = None,
action: Optional[pulumi.Input[str]] = None,
action_params: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfileActionParamArgs]]]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfileAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cluster_profile: Optional[pulumi.Input[GetKubernetesNodeGroupProfileClusterProfileArgs]] = None,
config_context: Optional[pulumi.Input[GetKubernetesNodeGroupProfileConfigContextArgs]] = None,
create_time: Optional[pulumi.Input[str]] = None,
currentsize: Optional[pulumi.Input[float]] = None,
deployed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
description: Optional[pulumi.Input[str]] = None,
desiredsize: Optional[pulumi.Input[float]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
gpu_configs: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfileGpuConfigArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
infra_provider: Optional[pulumi.Input[GetKubernetesNodeGroupProfileInfraProviderArgs]] = None,
ip_pools: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfileIpPoolArgs]]]] = None,
kubernetes_version: Optional[pulumi.Input[GetKubernetesNodeGroupProfileKubernetesVersionArgs]] = None,
labels: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfileLabelArgs]]]] = None,
maxsize: Optional[pulumi.Input[float]] = None,
minsize: Optional[pulumi.Input[float]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
node_type: Optional[pulumi.Input[str]] = None,
nodes: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfileNodeArgs]]]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetKubernetesNodeGroupProfileParentArgs]] = None,
partially_deployed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfilePartiallyDeployedPolicyArgs]]]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfilePermissionResourceArgs]]]] = None,
policy_buckets: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfilePolicyBucketArgs]]]] = None,
policy_change_details: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfilePolicyChangeDetailArgs]]]] = None,
removed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
reported_policy_changes: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfileReportedPolicyChangeArgs]]]] = None,
scheduled_actions: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfileScheduledActionArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
src_template: Optional[pulumi.Input[GetKubernetesNodeGroupProfileSrcTemplateArgs]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfileTagArgs]]]] = None,
taints: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesNodeGroupProfileTaintArgs]]]] = None,
type: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetKubernetesNodeGroupProfileVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKubernetesNodeGroupProfileResult]func LookupKubernetesNodeGroupProfile(ctx *Context, args *LookupKubernetesNodeGroupProfileArgs, opts ...InvokeOption) (*LookupKubernetesNodeGroupProfileResult, error)
func LookupKubernetesNodeGroupProfileOutput(ctx *Context, args *LookupKubernetesNodeGroupProfileOutputArgs, opts ...InvokeOption) LookupKubernetesNodeGroupProfileResultOutput> Note: This function is named LookupKubernetesNodeGroupProfile in the Go SDK.
public static class GetKubernetesNodeGroupProfile
{
public static Task<GetKubernetesNodeGroupProfileResult> InvokeAsync(GetKubernetesNodeGroupProfileArgs args, InvokeOptions? opts = null)
public static Output<GetKubernetesNodeGroupProfileResult> Invoke(GetKubernetesNodeGroupProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKubernetesNodeGroupProfileResult> getKubernetesNodeGroupProfile(GetKubernetesNodeGroupProfileArgs args, InvokeOptions options)
public static Output<GetKubernetesNodeGroupProfileResult> getKubernetesNodeGroupProfile(GetKubernetesNodeGroupProfileArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getKubernetesNodeGroupProfile:getKubernetesNodeGroupProfile
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- 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.
- Action
Params List<GetKubernetes Node Group Profile Action Param> - Additional
Properties string - Ancestors
List<Get
Kubernetes Node Group Profile Ancestor> - Class
Id string - Cluster
Profile GetKubernetes Node Group Profile Cluster Profile - Config
Context GetKubernetes Node Group Profile Config Context - Create
Time string - The time when this managed object was created.
- Currentsize double
- Current number of nodes in this node group at any given point in time.
- Deployed
Policies List<string> - Description string
- Description of the profile.
- Desiredsize double
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Gpu
Configs List<GetKubernetes Node Group Profile Gpu Config> - Id string
- Infra
Provider GetKubernetes Node Group Profile Infra Provider - Ip
Pools List<GetKubernetes Node Group Profile Ip Pool> - Kubernetes
Version GetKubernetes Node Group Profile Kubernetes Version - Labels
List<Get
Kubernetes Node Group Profile Label> - Maxsize double
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- Minsize double
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- Mod
Time 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.
- Node
Type string - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - Nodes
List<Get
Kubernetes Node Group Profile Node> - Object
Type string - Owners List<string>
- Parent
Get
Kubernetes Node Group Profile Parent - Partially
Deployed List<GetPolicies Kubernetes Node Group Profile Partially Deployed Policy> - Permission
Resources List<GetKubernetes Node Group Profile Permission Resource> - Policy
Buckets List<GetKubernetes Node Group Profile Policy Bucket> - Policy
Change List<GetDetails Kubernetes Node Group Profile Policy Change Detail> - Removed
Policies List<string> - Reported
Policy List<GetChanges Kubernetes Node Group Profile Reported Policy Change> - Scheduled
Actions List<GetKubernetes Node Group 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.
- Src
Template GetKubernetes Node Group Profile Src Template -
List<Get
Kubernetes Node Group Profile Tag> - Taints
List<Get
Kubernetes Node Group Profile Taint> - 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. - Version
Context GetKubernetes Node Group Profile Version Context
- Account
Moid string - The Account ID for this managed object.
- 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.
- Action
Params []GetKubernetes Node Group Profile Action Param - Additional
Properties string - Ancestors
[]Get
Kubernetes Node Group Profile Ancestor - Class
Id string - Cluster
Profile GetKubernetes Node Group Profile Cluster Profile - Config
Context GetKubernetes Node Group Profile Config Context - Create
Time string - The time when this managed object was created.
- Currentsize float64
- Current number of nodes in this node group at any given point in time.
- Deployed
Policies []string - Description string
- Description of the profile.
- Desiredsize float64
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Gpu
Configs []GetKubernetes Node Group Profile Gpu Config - Id string
- Infra
Provider GetKubernetes Node Group Profile Infra Provider - Ip
Pools []GetKubernetes Node Group Profile Ip Pool - Kubernetes
Version GetKubernetes Node Group Profile Kubernetes Version - Labels
[]Get
Kubernetes Node Group Profile Label - Maxsize float64
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- Minsize float64
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- Mod
Time 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.
- Node
Type string - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - Nodes
[]Get
Kubernetes Node Group Profile Node - Object
Type string - Owners []string
- Parent
Get
Kubernetes Node Group Profile Parent - Partially
Deployed []GetPolicies Kubernetes Node Group Profile Partially Deployed Policy - Permission
Resources []GetKubernetes Node Group Profile Permission Resource - Policy
Buckets []GetKubernetes Node Group Profile Policy Bucket - Policy
Change []GetDetails Kubernetes Node Group Profile Policy Change Detail - Removed
Policies []string - Reported
Policy []GetChanges Kubernetes Node Group Profile Reported Policy Change - Scheduled
Actions []GetKubernetes Node Group 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.
- Src
Template GetKubernetes Node Group Profile Src Template -
[]Get
Kubernetes Node Group Profile Tag - Taints
[]Get
Kubernetes Node Group Profile Taint - 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. - Version
Context GetKubernetes Node Group Profile Version Context
- account
Moid String - The Account ID for this managed object.
- 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.
- action
Params List<GetKubernetes Node Group Profile Action Param> - additional
Properties String - ancestors
List<Get
Kubernetes Node Group Profile Ancestor> - class
Id String - cluster
Profile GetKubernetes Node Group Profile Cluster Profile - config
Context GetKubernetes Node Group Profile Config Context - create
Time String - The time when this managed object was created.
- currentsize Double
- Current number of nodes in this node group at any given point in time.
- deployed
Policies List<String> - description String
- Description of the profile.
- desiredsize Double
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- gpu
Configs List<GetKubernetes Node Group Profile Gpu Config> - id String
- infra
Provider GetKubernetes Node Group Profile Infra Provider - ip
Pools List<GetKubernetes Node Group Profile Ip Pool> - kubernetes
Version GetKubernetes Node Group Profile Kubernetes Version - labels
List<Get
Kubernetes Node Group Profile Label> - maxsize Double
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- minsize Double
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- mod
Time 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.
- node
Type String - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - nodes
List<Get
Kubernetes Node Group Profile Node> - object
Type String - owners List<String>
- parent
Get
Kubernetes Node Group Profile Parent - partially
Deployed List<GetPolicies Kubernetes Node Group Profile Partially Deployed Policy> - permission
Resources List<GetKubernetes Node Group Profile Permission Resource> - policy
Buckets List<GetKubernetes Node Group Profile Policy Bucket> - policy
Change List<GetDetails Kubernetes Node Group Profile Policy Change Detail> - removed
Policies List<String> - reported
Policy List<GetChanges Kubernetes Node Group Profile Reported Policy Change> - scheduled
Actions List<GetKubernetes Node Group 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.
- src
Template GetKubernetes Node Group Profile Src Template -
List<Get
Kubernetes Node Group Profile Tag> - taints
List<Get
Kubernetes Node Group Profile Taint> - 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. - version
Context GetKubernetes Node Group Profile Version Context
- account
Moid string - The Account ID for this managed object.
- 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.
- action
Params GetKubernetes Node Group Profile Action Param[] - additional
Properties string - ancestors
Get
Kubernetes Node Group Profile Ancestor[] - class
Id string - cluster
Profile GetKubernetes Node Group Profile Cluster Profile - config
Context GetKubernetes Node Group Profile Config Context - create
Time string - The time when this managed object was created.
- currentsize number
- Current number of nodes in this node group at any given point in time.
- deployed
Policies string[] - description string
- Description of the profile.
- desiredsize number
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- gpu
Configs GetKubernetes Node Group Profile Gpu Config[] - id string
- infra
Provider GetKubernetes Node Group Profile Infra Provider - ip
Pools GetKubernetes Node Group Profile Ip Pool[] - kubernetes
Version GetKubernetes Node Group Profile Kubernetes Version - labels
Get
Kubernetes Node Group Profile Label[] - maxsize number
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- minsize number
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- mod
Time 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.
- node
Type string - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - nodes
Get
Kubernetes Node Group Profile Node[] - object
Type string - owners string[]
- parent
Get
Kubernetes Node Group Profile Parent - partially
Deployed GetPolicies Kubernetes Node Group Profile Partially Deployed Policy[] - permission
Resources GetKubernetes Node Group Profile Permission Resource[] - policy
Buckets GetKubernetes Node Group Profile Policy Bucket[] - policy
Change GetDetails Kubernetes Node Group Profile Policy Change Detail[] - removed
Policies string[] - reported
Policy GetChanges Kubernetes Node Group Profile Reported Policy Change[] - scheduled
Actions GetKubernetes Node Group 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.
- src
Template GetKubernetes Node Group Profile Src Template -
Get
Kubernetes Node Group Profile Tag[] - taints
Get
Kubernetes Node Group Profile Taint[] - 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. - version
Context GetKubernetes Node Group Profile Version Context
- account_
moid str - The Account ID for this managed object.
- 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_
params Sequence[GetKubernetes Node Group Profile Action Param] - additional_
properties str - ancestors
Sequence[Get
Kubernetes Node Group Profile Ancestor] - class_
id str - cluster_
profile GetKubernetes Node Group Profile Cluster Profile - config_
context GetKubernetes Node Group Profile Config Context - create_
time str - The time when this managed object was created.
- currentsize float
- Current number of nodes in this node group at any given point in time.
- deployed_
policies Sequence[str] - description str
- Description of the profile.
- desiredsize float
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- gpu_
configs Sequence[GetKubernetes Node Group Profile Gpu Config] - id str
- infra_
provider GetKubernetes Node Group Profile Infra Provider - ip_
pools Sequence[GetKubernetes Node Group Profile Ip Pool] - kubernetes_
version GetKubernetes Node Group Profile Kubernetes Version - labels
Sequence[Get
Kubernetes Node Group Profile Label] - maxsize float
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- minsize float
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- 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.
- node_
type str - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - nodes
Sequence[Get
Kubernetes Node Group Profile Node] - object_
type str - owners Sequence[str]
- parent
Get
Kubernetes Node Group Profile Parent - partially_
deployed_ Sequence[Getpolicies Kubernetes Node Group Profile Partially Deployed Policy] - permission_
resources Sequence[GetKubernetes Node Group Profile Permission Resource] - policy_
buckets Sequence[GetKubernetes Node Group Profile Policy Bucket] - policy_
change_ Sequence[Getdetails Kubernetes Node Group Profile Policy Change Detail] - removed_
policies Sequence[str] - reported_
policy_ Sequence[Getchanges Kubernetes Node Group Profile Reported Policy Change] - scheduled_
actions Sequence[GetKubernetes Node Group 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 Node Group Profile Src Template -
Sequence[Get
Kubernetes Node Group Profile Tag] - taints
Sequence[Get
Kubernetes Node Group Profile Taint] - 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 Node Group Profile Version Context
- account
Moid String - The Account ID for this managed object.
- 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.
- action
Params List<Property Map> - additional
Properties String - ancestors List<Property Map>
- class
Id String - cluster
Profile Property Map - config
Context Property Map - create
Time String - The time when this managed object was created.
- currentsize Number
- Current number of nodes in this node group at any given point in time.
- deployed
Policies List<String> - description String
- Description of the profile.
- desiredsize Number
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- gpu
Configs List<Property Map> - id String
- infra
Provider Property Map - ip
Pools List<Property Map> - kubernetes
Version Property Map - labels List<Property Map>
- maxsize Number
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- minsize Number
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- mod
Time 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.
- node
Type String - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - nodes List<Property Map>
- object
Type String - owners List<String>
- parent Property Map
- partially
Deployed List<Property Map>Policies - permission
Resources List<Property Map> - policy
Buckets List<Property Map> - policy
Change List<Property Map>Details - removed
Policies List<String> - reported
Policy List<Property Map>Changes - scheduled
Actions 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.
- src
Template Property Map - List<Property Map>
- taints 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. - version
Context Property Map
getKubernetesNodeGroupProfile Result
The following output properties are available:
- Id string
- Results
List<Get
Kubernetes Node Group Profile Result> - Account
Moid string - Action string
- Action
Params List<GetKubernetes Node Group Profile Action Param> - Additional
Properties string - Ancestors
List<Get
Kubernetes Node Group Profile Ancestor> - Class
Id string - Cluster
Profile GetKubernetes Node Group Profile Cluster Profile - Config
Context GetKubernetes Node Group Profile Config Context - Create
Time string - Currentsize double
- Deployed
Policies List<string> - Description string
- Desiredsize double
- Domain
Group stringMoid - Gpu
Configs List<GetKubernetes Node Group Profile Gpu Config> - Infra
Provider GetKubernetes Node Group Profile Infra Provider - Ip
Pools List<GetKubernetes Node Group Profile Ip Pool> - Kubernetes
Version GetKubernetes Node Group Profile Kubernetes Version - Labels
List<Get
Kubernetes Node Group Profile Label> - Maxsize double
- Minsize double
- Mod
Time string - Moid string
- Name string
- Node
Type string - Nodes
List<Get
Kubernetes Node Group Profile Node> - Object
Type string - Owners List<string>
- Parent
Get
Kubernetes Node Group Profile Parent - Partially
Deployed List<GetPolicies Kubernetes Node Group Profile Partially Deployed Policy> - Permission
Resources List<GetKubernetes Node Group Profile Permission Resource> - Policy
Buckets List<GetKubernetes Node Group Profile Policy Bucket> - Policy
Change List<GetDetails Kubernetes Node Group Profile Policy Change Detail> - Removed
Policies List<string> - Reported
Policy List<GetChanges Kubernetes Node Group Profile Reported Policy Change> - Scheduled
Actions List<GetKubernetes Node Group Profile Scheduled Action> - string
- Src
Template GetKubernetes Node Group Profile Src Template -
List<Get
Kubernetes Node Group Profile Tag> - Taints
List<Get
Kubernetes Node Group Profile Taint> - Type string
- Version
Context GetKubernetes Node Group Profile Version Context
- Id string
- Results
[]Get
Kubernetes Node Group Profile Result - Account
Moid string - Action string
- Action
Params []GetKubernetes Node Group Profile Action Param - Additional
Properties string - Ancestors
[]Get
Kubernetes Node Group Profile Ancestor - Class
Id string - Cluster
Profile GetKubernetes Node Group Profile Cluster Profile - Config
Context GetKubernetes Node Group Profile Config Context - Create
Time string - Currentsize float64
- Deployed
Policies []string - Description string
- Desiredsize float64
- Domain
Group stringMoid - Gpu
Configs []GetKubernetes Node Group Profile Gpu Config - Infra
Provider GetKubernetes Node Group Profile Infra Provider - Ip
Pools []GetKubernetes Node Group Profile Ip Pool - Kubernetes
Version GetKubernetes Node Group Profile Kubernetes Version - Labels
[]Get
Kubernetes Node Group Profile Label - Maxsize float64
- Minsize float64
- Mod
Time string - Moid string
- Name string
- Node
Type string - Nodes
[]Get
Kubernetes Node Group Profile Node - Object
Type string - Owners []string
- Parent
Get
Kubernetes Node Group Profile Parent - Partially
Deployed []GetPolicies Kubernetes Node Group Profile Partially Deployed Policy - Permission
Resources []GetKubernetes Node Group Profile Permission Resource - Policy
Buckets []GetKubernetes Node Group Profile Policy Bucket - Policy
Change []GetDetails Kubernetes Node Group Profile Policy Change Detail - Removed
Policies []string - Reported
Policy []GetChanges Kubernetes Node Group Profile Reported Policy Change - Scheduled
Actions []GetKubernetes Node Group Profile Scheduled Action - string
- Src
Template GetKubernetes Node Group Profile Src Template -
[]Get
Kubernetes Node Group Profile Tag - Taints
[]Get
Kubernetes Node Group Profile Taint - Type string
- Version
Context GetKubernetes Node Group Profile Version Context
- id String
- results
List<Get
Kubernetes Node Group Profile Result> - account
Moid String - action String
- action
Params List<GetKubernetes Node Group Profile Action Param> - additional
Properties String - ancestors
List<Get
Kubernetes Node Group Profile Ancestor> - class
Id String - cluster
Profile GetKubernetes Node Group Profile Cluster Profile - config
Context GetKubernetes Node Group Profile Config Context - create
Time String - currentsize Double
- deployed
Policies List<String> - description String
- desiredsize Double
- domain
Group StringMoid - gpu
Configs List<GetKubernetes Node Group Profile Gpu Config> - infra
Provider GetKubernetes Node Group Profile Infra Provider - ip
Pools List<GetKubernetes Node Group Profile Ip Pool> - kubernetes
Version GetKubernetes Node Group Profile Kubernetes Version - labels
List<Get
Kubernetes Node Group Profile Label> - maxsize Double
- minsize Double
- mod
Time String - moid String
- name String
- node
Type String - nodes
List<Get
Kubernetes Node Group Profile Node> - object
Type String - owners List<String>
- parent
Get
Kubernetes Node Group Profile Parent - partially
Deployed List<GetPolicies Kubernetes Node Group Profile Partially Deployed Policy> - permission
Resources List<GetKubernetes Node Group Profile Permission Resource> - policy
Buckets List<GetKubernetes Node Group Profile Policy Bucket> - policy
Change List<GetDetails Kubernetes Node Group Profile Policy Change Detail> - removed
Policies List<String> - reported
Policy List<GetChanges Kubernetes Node Group Profile Reported Policy Change> - scheduled
Actions List<GetKubernetes Node Group Profile Scheduled Action> - String
- src
Template GetKubernetes Node Group Profile Src Template -
List<Get
Kubernetes Node Group Profile Tag> - taints
List<Get
Kubernetes Node Group Profile Taint> - type String
- version
Context GetKubernetes Node Group Profile Version Context
- id string
- results
Get
Kubernetes Node Group Profile Result[] - account
Moid string - action string
- action
Params GetKubernetes Node Group Profile Action Param[] - additional
Properties string - ancestors
Get
Kubernetes Node Group Profile Ancestor[] - class
Id string - cluster
Profile GetKubernetes Node Group Profile Cluster Profile - config
Context GetKubernetes Node Group Profile Config Context - create
Time string - currentsize number
- deployed
Policies string[] - description string
- desiredsize number
- domain
Group stringMoid - gpu
Configs GetKubernetes Node Group Profile Gpu Config[] - infra
Provider GetKubernetes Node Group Profile Infra Provider - ip
Pools GetKubernetes Node Group Profile Ip Pool[] - kubernetes
Version GetKubernetes Node Group Profile Kubernetes Version - labels
Get
Kubernetes Node Group Profile Label[] - maxsize number
- minsize number
- mod
Time string - moid string
- name string
- node
Type string - nodes
Get
Kubernetes Node Group Profile Node[] - object
Type string - owners string[]
- parent
Get
Kubernetes Node Group Profile Parent - partially
Deployed GetPolicies Kubernetes Node Group Profile Partially Deployed Policy[] - permission
Resources GetKubernetes Node Group Profile Permission Resource[] - policy
Buckets GetKubernetes Node Group Profile Policy Bucket[] - policy
Change GetDetails Kubernetes Node Group Profile Policy Change Detail[] - removed
Policies string[] - reported
Policy GetChanges Kubernetes Node Group Profile Reported Policy Change[] - scheduled
Actions GetKubernetes Node Group Profile Scheduled Action[] - string
- src
Template GetKubernetes Node Group Profile Src Template -
Get
Kubernetes Node Group Profile Tag[] - taints
Get
Kubernetes Node Group Profile Taint[] - type string
- version
Context GetKubernetes Node Group Profile Version Context
- id str
- results
Sequence[Get
Kubernetes Node Group Profile Result] - account_
moid str - action str
- action_
params Sequence[GetKubernetes Node Group Profile Action Param] - additional_
properties str - ancestors
Sequence[Get
Kubernetes Node Group Profile Ancestor] - class_
id str - cluster_
profile GetKubernetes Node Group Profile Cluster Profile - config_
context GetKubernetes Node Group Profile Config Context - create_
time str - currentsize float
- deployed_
policies Sequence[str] - description str
- desiredsize float
- domain_
group_ strmoid - gpu_
configs Sequence[GetKubernetes Node Group Profile Gpu Config] - infra_
provider GetKubernetes Node Group Profile Infra Provider - ip_
pools Sequence[GetKubernetes Node Group Profile Ip Pool] - kubernetes_
version GetKubernetes Node Group Profile Kubernetes Version - labels
Sequence[Get
Kubernetes Node Group Profile Label] - maxsize float
- minsize float
- mod_
time str - moid str
- name str
- node_
type str - nodes
Sequence[Get
Kubernetes Node Group Profile Node] - object_
type str - owners Sequence[str]
- parent
Get
Kubernetes Node Group Profile Parent - partially_
deployed_ Sequence[Getpolicies Kubernetes Node Group Profile Partially Deployed Policy] - permission_
resources Sequence[GetKubernetes Node Group Profile Permission Resource] - policy_
buckets Sequence[GetKubernetes Node Group Profile Policy Bucket] - policy_
change_ Sequence[Getdetails Kubernetes Node Group Profile Policy Change Detail] - removed_
policies Sequence[str] - reported_
policy_ Sequence[Getchanges Kubernetes Node Group Profile Reported Policy Change] - scheduled_
actions Sequence[GetKubernetes Node Group Profile Scheduled Action] - str
- src_
template GetKubernetes Node Group Profile Src Template -
Sequence[Get
Kubernetes Node Group Profile Tag] - taints
Sequence[Get
Kubernetes Node Group Profile Taint] - type str
- version_
context GetKubernetes Node Group Profile Version Context
- id String
- results List<Property Map>
- account
Moid String - action String
- action
Params List<Property Map> - additional
Properties String - ancestors List<Property Map>
- class
Id String - cluster
Profile Property Map - config
Context Property Map - create
Time String - currentsize Number
- deployed
Policies List<String> - description String
- desiredsize Number
- domain
Group StringMoid - gpu
Configs List<Property Map> - infra
Provider Property Map - ip
Pools List<Property Map> - kubernetes
Version Property Map - labels List<Property Map>
- maxsize Number
- minsize Number
- mod
Time String - moid String
- name String
- node
Type String - nodes List<Property Map>
- object
Type String - owners List<String>
- parent Property Map
- partially
Deployed List<Property Map>Policies - permission
Resources List<Property Map> - policy
Buckets List<Property Map> - policy
Change List<Property Map>Details - removed
Policies List<String> - reported
Policy List<Property Map>Changes - scheduled
Actions List<Property Map> - String
- src
Template Property Map - List<Property Map>
- taints List<Property Map>
- type String
- version
Context Property Map
Supporting Types
GetKubernetesNodeGroupProfileActionParam
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name of the profile instance or profile template.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name of the profile instance or profile template.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name of the profile instance or profile template.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- Name of the profile instance or profile template.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name of the profile instance or profile template.
- object
Type 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.
GetKubernetesNodeGroupProfileAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfileClusterProfile
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfileConfigContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Config
State string - Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- Config
State 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.Evaluating- Policy edit configuration change evaluation 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 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.
- Control
Action string - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- Error
State string - 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 List<string> - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Oper
State 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Config
State string - Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- Config
State 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.Evaluating- Policy edit configuration change evaluation 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 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.
- Control
Action string - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- Error
State string - 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 []string - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Oper
State 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config
State String - Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config
State 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.Evaluating- Policy edit configuration change evaluation 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 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.
- control
Action String - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error
State String - 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 List<String> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config
State string - Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config
State 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.Evaluating- Policy edit configuration change evaluation 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 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.
- control
Action string - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error
State string - 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 string[] - object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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.Evaluating- Policy edit configuration change evaluation 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config
State String - Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config
State 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.Evaluating- Policy edit configuration change evaluation 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 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.
- control
Action String - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error
State String - 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 List<String> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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.
GetKubernetesNodeGroupProfileGpuConfig
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Device
Id double - The device Id of the GPU device.
- Memory
Size double - The amount of memory on the GPU (GBs).
- Object
Type 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.
- Vendor
Id double - The vendor Id of the GPU device.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Device
Id float64 - The device Id of the GPU device.
- Memory
Size float64 - The amount of memory on the GPU (GBs).
- Object
Type 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.
- Vendor
Id float64 - The vendor Id of the GPU device.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- device
Id Double - The device Id of the GPU device.
- memory
Size Double - The amount of memory on the GPU (GBs).
- object
Type 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.
- vendor
Id Double - The vendor Id of the GPU device.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- device
Id number - The device Id of the GPU device.
- memory
Size number - The amount of memory on the GPU (GBs).
- object
Type 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.
- vendor
Id number - The vendor Id of the GPU device.
- 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.
- device_
id float - The device Id of the GPU device.
- memory_
size float - The amount of memory on the GPU (GBs).
- 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.
- vendor_
id float - The vendor Id of the GPU device.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- device
Id Number - The device Id of the GPU device.
- memory
Size Number - The amount of memory on the GPU (GBs).
- object
Type 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.
- vendor
Id Number - The vendor Id of the GPU device.
GetKubernetesNodeGroupProfileInfraProvider
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfileIpPool
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfileKubernetesVersion
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfileLabel
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- The key for a Kubernetes label for a node.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The value for a Kubernetes label for a node.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- The key for a Kubernetes label for a node.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The value for a Kubernetes label for a node.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- The key for a Kubernetes label for a node.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The value for a Kubernetes label for a node.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key string
- The key for a Kubernetes label for a node.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- The value for a Kubernetes label for a node.
- 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
- The key for a Kubernetes label for a node.
- 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 value for a Kubernetes label for a node.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- The key for a Kubernetes label for a node.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The value for a Kubernetes label for a node.
GetKubernetesNodeGroupProfileNode
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfileParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfilePartiallyDeployedPolicy
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- End
Point stringContext - Information about the endpoint to which it is applied.
Server- Configuration is applied to a server context.FI- Configuration is applied to a Fabric Identifier (FI) context.IOM- Configuration is applied to an Input/Output Module (IOM) context.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Policy string
- The name of the policy for which entry is created.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- End
Point stringContext - Information about the endpoint to which it is applied.
Server- Configuration is applied to a server context.FI- Configuration is applied to a Fabric Identifier (FI) context.IOM- Configuration is applied to an Input/Output Module (IOM) context.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Policy string
- The name of the policy for which entry is created.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end
Point StringContext - Information about the endpoint to which it is applied.
Server- Configuration is applied to a server context.FI- Configuration is applied to a Fabric Identifier (FI) context.IOM- Configuration is applied to an Input/Output Module (IOM) context.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy String
- The name of the policy for which entry is created.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end
Point stringContext - Information about the endpoint to which it is applied.
Server- Configuration is applied to a server context.FI- Configuration is applied to a Fabric Identifier (FI) context.IOM- Configuration is applied to an Input/Output Module (IOM) context.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy string
- The name of the policy for which entry is created.
- 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.
- end_
point_ strcontext - Information about the endpoint to which it is applied.
Server- Configuration is applied to a server context.FI- Configuration is applied to a Fabric Identifier (FI) context.IOM- Configuration is applied to an Input/Output Module (IOM) context.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy str
- The name of the policy for which entry is created.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end
Point StringContext - Information about the endpoint to which it is applied.
Server- Configuration is applied to a server context.FI- Configuration is applied to a Fabric Identifier (FI) context.IOM- Configuration is applied to an Input/Output Module (IOM) context.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy String
- The name of the policy for which entry is created.
GetKubernetesNodeGroupProfilePermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfilePolicyBucket
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfilePolicyChangeDetail
- Additional
Properties string - Changes List<string>
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Config
Change GetContext Kubernetes Node Group Profile Policy Change Detail Config Change Context - Context information on the change.
- Config
Change stringFlag - Config change flag to differentiate Pending-changes and Config-drift.
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.Drift-changes- Config change flag represents changes are due to endpoint configuration changes.
- Disruptions List<string>
- Message string
- Detailed description of the config change.
- Mod
Status string - Modification status of the mo in this config change.
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Changes []string
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Config
Change GetContext Kubernetes Node Group Profile Policy Change Detail Config Change Context - Context information on the change.
- Config
Change stringFlag - Config change flag to differentiate Pending-changes and Config-drift.
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.Drift-changes- Config change flag represents changes are due to endpoint configuration changes.
- Disruptions []string
- Message string
- Detailed description of the config change.
- Mod
Status string - Modification status of the mo in this config change.
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - changes List<String>
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config
Change GetContext Kubernetes Node Group Profile Policy Change Detail Config Change Context - Context information on the change.
- config
Change StringFlag - Config change flag to differentiate Pending-changes and Config-drift.
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.Drift-changes- Config change flag represents changes are due to endpoint configuration changes.
- disruptions List<String>
- message String
- Detailed description of the config change.
- mod
Status String - Modification status of the mo in this config change.
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - changes string[]
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config
Change GetContext Kubernetes Node Group Profile Policy Change Detail Config Change Context - Context information on the change.
- config
Change stringFlag - Config change flag to differentiate Pending-changes and Config-drift.
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.Drift-changes- Config change flag represents changes are due to endpoint configuration changes.
- disruptions string[]
- message string
- Detailed description of the config change.
- mod
Status string - Modification status of the mo in this config change.
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - changes Sequence[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_
change_ Getcontext Kubernetes Node Group Profile Policy Change Detail Config Change Context - Context information on the change.
- config_
change_ strflag - Config change flag to differentiate Pending-changes and Config-drift.
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.Drift-changes- Config change flag represents changes are due to endpoint configuration changes.
- disruptions Sequence[str]
- message str
- Detailed description of the config change.
- mod_
status str - Modification status of the mo in this config change.
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - changes List<String>
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config
Change Property MapContext - Context information on the change.
- config
Change StringFlag - Config change flag to differentiate Pending-changes and Config-drift.
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.Drift-changes- Config change flag represents changes are due to endpoint configuration changes.
- disruptions List<String>
- message String
- Detailed description of the config change.
- mod
Status String - Modification status of the mo in this config change.
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetKubernetesNodeGroupProfilePolicyChangeDetailConfigChangeContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Dependent
Policy List<string>Lists - Entity
Data string - The data of the object present in config result context.
- Entity
Moid string - The Moid of the object present in config result context.
- Entity
Name string - The name of the object present in config result context.
- Entity
Type string - The type of the object present in config result context.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parent
Moid string - The Moid of the parent object present in config result context.
- Parent
Policy stringObject Type - The type of the policy object associated with the profile.
- Parent
Type string - The type of the parent object present in config result context.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Dependent
Policy []stringLists - Entity
Data string - The data of the object present in config result context.
- Entity
Moid string - The Moid of the object present in config result context.
- Entity
Name string - The name of the object present in config result context.
- Entity
Type string - The type of the object present in config result context.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parent
Moid string - The Moid of the parent object present in config result context.
- Parent
Policy stringObject Type - The type of the policy object associated with the profile.
- Parent
Type string - The type of the parent object present in config result context.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- dependent
Policy List<String>Lists - entity
Data String - The data of the object present in config result context.
- entity
Moid String - The Moid of the object present in config result context.
- entity
Name String - The name of the object present in config result context.
- entity
Type String - The type of the object present in config result context.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parent
Moid String - The Moid of the parent object present in config result context.
- parent
Policy StringObject Type - The type of the policy object associated with the profile.
- parent
Type String - The type of the parent object present in config result context.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- dependent
Policy string[]Lists - entity
Data string - The data of the object present in config result context.
- entity
Moid string - The Moid of the object present in config result context.
- entity
Name string - The name of the object present in config result context.
- entity
Type string - The type of the object present in config result context.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parent
Moid string - The Moid of the parent object present in config result context.
- parent
Policy stringObject Type - The type of the policy object associated with the profile.
- parent
Type string - The type of the parent object present in config result context.
- 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.
- dependent_
policy_ Sequence[str]lists - entity_
data str - The data of the object present in config result context.
- entity_
moid str - The Moid of the object present in config result context.
- entity_
name str - The name of the object present in config result context.
- entity_
type str - The type of the object present in config result context.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parent_
moid str - The Moid of the parent object present in config result context.
- parent_
policy_ strobject_ type - The type of the policy object associated with the profile.
- parent_
type str - The type of the parent object present in config result context.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- dependent
Policy List<String>Lists - entity
Data String - The data of the object present in config result context.
- entity
Moid String - The Moid of the object present in config result context.
- entity
Name String - The name of the object present in config result context.
- entity
Type String - The type of the object present in config result context.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parent
Moid String - The Moid of the parent object present in config result context.
- parent
Policy StringObject Type - The type of the policy object associated with the profile.
- parent
Type String - The type of the parent object present in config result context.
GetKubernetesNodeGroupProfileReportedPolicyChange
- Additional
Properties string - Change
Id string - The change evaluation identifier for which the change is reported.
- Change
Status string - The status of policy change evaluation which has been reported.
Initiated- The status when policy change evaluation is triggered for a policy.Reported- The status when policy change evaluation is reported for a policy.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Policy
Type string - The type of policy for which the change has been reported.
- Additional
Properties string - Change
Id string - The change evaluation identifier for which the change is reported.
- Change
Status string - The status of policy change evaluation which has been reported.
Initiated- The status when policy change evaluation is triggered for a policy.Reported- The status when policy change evaluation is reported for a policy.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Policy
Type string - The type of policy for which the change has been reported.
- additional
Properties String - change
Id String - The change evaluation identifier for which the change is reported.
- change
Status String - The status of policy change evaluation which has been reported.
Initiated- The status when policy change evaluation is triggered for a policy.Reported- The status when policy change evaluation is reported for a policy.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy
Type String - The type of policy for which the change has been reported.
- additional
Properties string - change
Id string - The change evaluation identifier for which the change is reported.
- change
Status string - The status of policy change evaluation which has been reported.
Initiated- The status when policy change evaluation is triggered for a policy.Reported- The status when policy change evaluation is reported for a policy.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy
Type string - The type of policy for which the change has been reported.
- additional_
properties str - change_
id str - The change evaluation identifier for which the change is reported.
- change_
status str - The status of policy change evaluation which has been reported.
Initiated- The status when policy change evaluation is triggered for a policy.Reported- The status when policy change evaluation is reported for a policy.
- 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.
- policy_
type str - The type of policy for which the change has been reported.
- additional
Properties String - change
Id String - The change evaluation identifier for which the change is reported.
- change
Status String - The status of policy change evaluation which has been reported.
Initiated- The status when policy change evaluation is triggered for a policy.Reported- The status when policy change evaluation is reported for a policy.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy
Type String - The type of policy for which the change has been reported.
GetKubernetesNodeGroupProfileResult
- Account
Moid string - The Account ID for this managed object.
- 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.
- Action
Params List<GetKubernetes Node Group Profile Result Action Param> - Additional
Properties string - Ancestors
List<Get
Kubernetes Node Group Profile Result Ancestor> - Class
Id string - Cluster
Profiles List<GetKubernetes Node Group Profile Result Cluster Profile> - Config
Contexts List<GetKubernetes Node Group Profile Result Config Context> - Create
Time string - The time when this managed object was created.
- Currentsize double
- Current number of nodes in this node group at any given point in time.
- Deployed
Policies List<string> - Description string
- Description of the profile.
- Desiredsize double
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Gpu
Configs List<GetKubernetes Node Group Profile Result Gpu Config> - Infra
Providers List<GetKubernetes Node Group Profile Result Infra Provider> - Ip
Pools List<GetKubernetes Node Group Profile Result Ip Pool> - Kubernetes
Versions List<GetKubernetes Node Group Profile Result Kubernetes Version> - Labels
List<Get
Kubernetes Node Group Profile Result Label> - Maxsize double
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- Minsize double
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- Mod
Time 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.
- Node
Type string - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - Nodes
List<Get
Kubernetes Node Group Profile Result Node> - Object
Type string - Owners List<string>
- Parents
List<Get
Kubernetes Node Group Profile Result Parent> - Partially
Deployed List<GetPolicies Kubernetes Node Group Profile Result Partially Deployed Policy> - Permission
Resources List<GetKubernetes Node Group Profile Result Permission Resource> - Policy
Buckets List<GetKubernetes Node Group Profile Result Policy Bucket> - Policy
Change List<GetDetails Kubernetes Node Group Profile Result Policy Change Detail> - Removed
Policies List<string> - Reported
Policy List<GetChanges Kubernetes Node Group Profile Result Reported Policy Change> - Scheduled
Actions List<GetKubernetes Node Group 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.
- Src
Templates List<GetKubernetes Node Group Profile Result Src Template> -
List<Get
Kubernetes Node Group Profile Result Tag> - Taints
List<Get
Kubernetes Node Group Profile Result Taint> - 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. - Version
Contexts List<GetKubernetes Node Group Profile Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- 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.
- Action
Params []GetKubernetes Node Group Profile Result Action Param - Additional
Properties string - Ancestors
[]Get
Kubernetes Node Group Profile Result Ancestor - Class
Id string - Cluster
Profiles []GetKubernetes Node Group Profile Result Cluster Profile - Config
Contexts []GetKubernetes Node Group Profile Result Config Context - Create
Time string - The time when this managed object was created.
- Currentsize float64
- Current number of nodes in this node group at any given point in time.
- Deployed
Policies []string - Description string
- Description of the profile.
- Desiredsize float64
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Gpu
Configs []GetKubernetes Node Group Profile Result Gpu Config - Infra
Providers []GetKubernetes Node Group Profile Result Infra Provider - Ip
Pools []GetKubernetes Node Group Profile Result Ip Pool - Kubernetes
Versions []GetKubernetes Node Group Profile Result Kubernetes Version - Labels
[]Get
Kubernetes Node Group Profile Result Label - Maxsize float64
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- Minsize float64
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- Mod
Time 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.
- Node
Type string - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - Nodes
[]Get
Kubernetes Node Group Profile Result Node - Object
Type string - Owners []string
- Parents
[]Get
Kubernetes Node Group Profile Result Parent - Partially
Deployed []GetPolicies Kubernetes Node Group Profile Result Partially Deployed Policy - Permission
Resources []GetKubernetes Node Group Profile Result Permission Resource - Policy
Buckets []GetKubernetes Node Group Profile Result Policy Bucket - Policy
Change []GetDetails Kubernetes Node Group Profile Result Policy Change Detail - Removed
Policies []string - Reported
Policy []GetChanges Kubernetes Node Group Profile Result Reported Policy Change - Scheduled
Actions []GetKubernetes Node Group 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.
- Src
Templates []GetKubernetes Node Group Profile Result Src Template -
[]Get
Kubernetes Node Group Profile Result Tag - Taints
[]Get
Kubernetes Node Group Profile Result Taint - 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. - Version
Contexts []GetKubernetes Node Group Profile Result Version Context
- account
Moid String - The Account ID for this managed object.
- 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.
- action
Params List<GetKubernetes Node Group Profile Result Action Param> - additional
Properties String - ancestors
List<Get
Kubernetes Node Group Profile Result Ancestor> - class
Id String - cluster
Profiles List<GetKubernetes Node Group Profile Result Cluster Profile> - config
Contexts List<GetKubernetes Node Group Profile Result Config Context> - create
Time String - The time when this managed object was created.
- currentsize Double
- Current number of nodes in this node group at any given point in time.
- deployed
Policies List<String> - description String
- Description of the profile.
- desiredsize Double
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- gpu
Configs List<GetKubernetes Node Group Profile Result Gpu Config> - infra
Providers List<GetKubernetes Node Group Profile Result Infra Provider> - ip
Pools List<GetKubernetes Node Group Profile Result Ip Pool> - kubernetes
Versions List<GetKubernetes Node Group Profile Result Kubernetes Version> - labels
List<Get
Kubernetes Node Group Profile Result Label> - maxsize Double
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- minsize Double
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- mod
Time 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.
- node
Type String - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - nodes
List<Get
Kubernetes Node Group Profile Result Node> - object
Type String - owners List<String>
- parents
List<Get
Kubernetes Node Group Profile Result Parent> - partially
Deployed List<GetPolicies Kubernetes Node Group Profile Result Partially Deployed Policy> - permission
Resources List<GetKubernetes Node Group Profile Result Permission Resource> - policy
Buckets List<GetKubernetes Node Group Profile Result Policy Bucket> - policy
Change List<GetDetails Kubernetes Node Group Profile Result Policy Change Detail> - removed
Policies List<String> - reported
Policy List<GetChanges Kubernetes Node Group Profile Result Reported Policy Change> - scheduled
Actions List<GetKubernetes Node Group 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.
- src
Templates List<GetKubernetes Node Group Profile Result Src Template> -
List<Get
Kubernetes Node Group Profile Result Tag> - taints
List<Get
Kubernetes Node Group Profile Result Taint> - 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. - version
Contexts List<GetKubernetes Node Group Profile Result Version Context>
- account
Moid string - The Account ID for this managed object.
- 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.
- action
Params GetKubernetes Node Group Profile Result Action Param[] - additional
Properties string - ancestors
Get
Kubernetes Node Group Profile Result Ancestor[] - class
Id string - cluster
Profiles GetKubernetes Node Group Profile Result Cluster Profile[] - config
Contexts GetKubernetes Node Group Profile Result Config Context[] - create
Time string - The time when this managed object was created.
- currentsize number
- Current number of nodes in this node group at any given point in time.
- deployed
Policies string[] - description string
- Description of the profile.
- desiredsize number
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- gpu
Configs GetKubernetes Node Group Profile Result Gpu Config[] - infra
Providers GetKubernetes Node Group Profile Result Infra Provider[] - ip
Pools GetKubernetes Node Group Profile Result Ip Pool[] - kubernetes
Versions GetKubernetes Node Group Profile Result Kubernetes Version[] - labels
Get
Kubernetes Node Group Profile Result Label[] - maxsize number
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- minsize number
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- mod
Time 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.
- node
Type string - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - nodes
Get
Kubernetes Node Group Profile Result Node[] - object
Type string - owners string[]
- parents
Get
Kubernetes Node Group Profile Result Parent[] - partially
Deployed GetPolicies Kubernetes Node Group Profile Result Partially Deployed Policy[] - permission
Resources GetKubernetes Node Group Profile Result Permission Resource[] - policy
Buckets GetKubernetes Node Group Profile Result Policy Bucket[] - policy
Change GetDetails Kubernetes Node Group Profile Result Policy Change Detail[] - removed
Policies string[] - reported
Policy GetChanges Kubernetes Node Group Profile Result Reported Policy Change[] - scheduled
Actions GetKubernetes Node Group 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.
- src
Templates GetKubernetes Node Group Profile Result Src Template[] -
Get
Kubernetes Node Group Profile Result Tag[] - taints
Get
Kubernetes Node Group Profile Result Taint[] - 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. - version
Contexts GetKubernetes Node Group Profile Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- 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_
params Sequence[GetKubernetes Node Group Profile Result Action Param] - additional_
properties str - ancestors
Sequence[Get
Kubernetes Node Group Profile Result Ancestor] - class_
id str - cluster_
profiles Sequence[GetKubernetes Node Group Profile Result Cluster Profile] - config_
contexts Sequence[GetKubernetes Node Group Profile Result Config Context] - create_
time str - The time when this managed object was created.
- currentsize float
- Current number of nodes in this node group at any given point in time.
- deployed_
policies Sequence[str] - description str
- Description of the profile.
- desiredsize float
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- gpu_
configs Sequence[GetKubernetes Node Group Profile Result Gpu Config] - infra_
providers Sequence[GetKubernetes Node Group Profile Result Infra Provider] - ip_
pools Sequence[GetKubernetes Node Group Profile Result Ip Pool] - kubernetes_
versions Sequence[GetKubernetes Node Group Profile Result Kubernetes Version] - labels
Sequence[Get
Kubernetes Node Group Profile Result Label] - maxsize float
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- minsize float
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- 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.
- node_
type str - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - nodes
Sequence[Get
Kubernetes Node Group Profile Result Node] - object_
type str - owners Sequence[str]
- parents
Sequence[Get
Kubernetes Node Group Profile Result Parent] - partially_
deployed_ Sequence[Getpolicies Kubernetes Node Group Profile Result Partially Deployed Policy] - permission_
resources Sequence[GetKubernetes Node Group Profile Result Permission Resource] - policy_
buckets Sequence[GetKubernetes Node Group Profile Result Policy Bucket] - policy_
change_ Sequence[Getdetails Kubernetes Node Group Profile Result Policy Change Detail] - removed_
policies Sequence[str] - reported_
policy_ Sequence[Getchanges Kubernetes Node Group Profile Result Reported Policy Change] - scheduled_
actions Sequence[GetKubernetes Node Group 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 Node Group Profile Result Src Template] -
Sequence[Get
Kubernetes Node Group Profile Result Tag] - taints
Sequence[Get
Kubernetes Node Group Profile Result Taint] - 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 Node Group Profile Result Version Context]
- account
Moid String - The Account ID for this managed object.
- 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.
- action
Params List<Property Map> - additional
Properties String - ancestors List<Property Map>
- class
Id String - cluster
Profiles List<Property Map> - config
Contexts List<Property Map> - create
Time String - The time when this managed object was created.
- currentsize Number
- Current number of nodes in this node group at any given point in time.
- deployed
Policies List<String> - description String
- Description of the profile.
- desiredsize Number
- Desired number of nodes in this node group, same as minsize initially and is updated by the auto-scaler.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- gpu
Configs List<Property Map> - infra
Providers List<Property Map> - ip
Pools List<Property Map> - kubernetes
Versions List<Property Map> - labels List<Property Map>
- maxsize Number
- Maximum number of nodes this node group can scale up to during repair, replacement or upgrade operations.
- minsize Number
- Minimum number of available nodes this node group can scale down to during repair, replacement or upgrade operations.
- mod
Time 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.
- node
Type String - The node type ControlPlane, Worker or ControlPlaneWorker.*
Worker- Node will be marked as a worker node.*ControlPlane- Node will be marked as a control plane node.*ControlPlaneWorker- Node will be both a controle plane and a worker. - nodes List<Property Map>
- object
Type String - owners List<String>
- parents List<Property Map>
- partially
Deployed List<Property Map>Policies - permission
Resources List<Property Map> - policy
Buckets List<Property Map> - policy
Change List<Property Map>Details - removed
Policies List<String> - reported
Policy List<Property Map>Changes - scheduled
Actions 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.
- src
Templates List<Property Map> - List<Property Map>
- taints 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. - version
Contexts List<Property Map>
GetKubernetesNodeGroupProfileResultActionParam
- Additional
Properties string - Class
Id string - Name string
- Name of the profile instance or profile template.
- Object
Type string - Value string
- Additional
Properties string - Class
Id string - Name string
- Name of the profile instance or profile template.
- Object
Type string - Value string
- additional
Properties String - class
Id String - name String
- Name of the profile instance or profile template.
- object
Type String - value String
- additional
Properties string - class
Id string - name string
- Name of the profile instance or profile template.
- object
Type string - value string
- additional_
properties str - class_
id str - name str
- Name of the profile instance or profile template.
- object_
type str - value str
- additional
Properties String - class
Id String - name String
- Name of the profile instance or profile template.
- object
Type String - value String
GetKubernetesNodeGroupProfileResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultClusterProfile
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultConfigContext
- Additional
Properties string - Class
Id string - Config
State string - Config
State stringSummary - Config
Type string - Control
Action string - Error
State string - Inconsistency
Reasons List<string> - Object
Type string - Oper
State string
- Additional
Properties string - Class
Id string - Config
State string - Config
State stringSummary - Config
Type string - Control
Action string - Error
State string - Inconsistency
Reasons []string - Object
Type string - Oper
State string
- additional
Properties String - class
Id String - config
State String - config
State StringSummary - config
Type String - control
Action String - error
State String - inconsistency
Reasons List<String> - object
Type String - oper
State String
- additional
Properties string - class
Id string - config
State string - config
State stringSummary - config
Type string - control
Action string - error
State string - inconsistency
Reasons string[] - object
Type string - oper
State 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
- additional
Properties String - class
Id String - config
State String - config
State StringSummary - config
Type String - control
Action String - error
State String - inconsistency
Reasons List<String> - object
Type String - oper
State String
GetKubernetesNodeGroupProfileResultGpuConfig
- Additional
Properties string - Class
Id string - Device
Id double - Memory
Size double - Object
Type string - Vendor
Id double
- Additional
Properties string - Class
Id string - Device
Id float64 - Memory
Size float64 - Object
Type string - Vendor
Id float64
- additional
Properties String - class
Id String - device
Id Double - memory
Size Double - object
Type String - vendor
Id Double
- additional
Properties string - class
Id string - device
Id number - memory
Size number - object
Type string - vendor
Id number
- additional_
properties str - class_
id str - device_
id float - memory_
size float - object_
type str - vendor_
id float
- additional
Properties String - class
Id String - device
Id Number - memory
Size Number - object
Type String - vendor
Id Number
GetKubernetesNodeGroupProfileResultInfraProvider
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultIpPool
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultKubernetesVersion
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultLabel
- Additional
Properties string - Class
Id string - Key string
- Object
Type string - Value string
- Additional
Properties string - Class
Id string - Key string
- Object
Type string - Value string
- additional
Properties String - class
Id String - key String
- object
Type String - value String
- additional
Properties string - class
Id string - key string
- object
Type string - value string
- additional_
properties str - class_
id str - key str
- object_
type str - value str
- additional
Properties String - class
Id String - key String
- object
Type String - value String
GetKubernetesNodeGroupProfileResultNode
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultPartiallyDeployedPolicy
- Additional
Properties string - Class
Id string - End
Point stringContext - Object
Type string - Policy string
- Additional
Properties string - Class
Id string - End
Point stringContext - Object
Type string - Policy string
- additional
Properties String - class
Id String - end
Point StringContext - object
Type String - policy String
- additional
Properties string - class
Id string - end
Point stringContext - object
Type string - policy string
- additional_
properties str - class_
id str - end_
point_ strcontext - object_
type str - policy str
- additional
Properties String - class
Id String - end
Point StringContext - object
Type String - policy String
GetKubernetesNodeGroupProfileResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultPolicyBucket
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultPolicyChangeDetail
- Additional
Properties string - Changes List<string>
- Class
Id string - Config
Change List<GetContexts Kubernetes Node Group Profile Result Policy Change Detail Config Change Context> - Config
Change stringFlag - Disruptions List<string>
- Message string
- Mod
Status string - Object
Type string
- Additional
Properties string - Changes []string
- Class
Id string - Config
Change []GetContexts Kubernetes Node Group Profile Result Policy Change Detail Config Change Context - Config
Change stringFlag - Disruptions []string
- Message string
- Mod
Status string - Object
Type string
- additional
Properties String - changes List<String>
- class
Id String - config
Change List<GetContexts Kubernetes Node Group Profile Result Policy Change Detail Config Change Context> - config
Change StringFlag - disruptions List<String>
- message String
- mod
Status String - object
Type String
- additional
Properties string - changes string[]
- class
Id string - config
Change GetContexts Kubernetes Node Group Profile Result Policy Change Detail Config Change Context[] - config
Change stringFlag - disruptions string[]
- message string
- mod
Status string - object
Type string
- additional_
properties str - changes Sequence[str]
- class_
id str - config_
change_ Sequence[Getcontexts Kubernetes Node Group Profile Result Policy Change Detail Config Change Context] - config_
change_ strflag - disruptions Sequence[str]
- message str
- mod_
status str - object_
type str
- additional
Properties String - changes List<String>
- class
Id String - config
Change List<Property Map>Contexts - config
Change StringFlag - disruptions List<String>
- message String
- mod
Status String - object
Type String
GetKubernetesNodeGroupProfileResultPolicyChangeDetailConfigChangeContext
- Additional
Properties string - Class
Id string - Dependent
Policy List<string>Lists - Entity
Data string - Entity
Moid string - Entity
Name string - Entity
Type string - Object
Type string - Parent
Moid string - Parent
Policy stringObject Type - Parent
Type string
- Additional
Properties string - Class
Id string - Dependent
Policy []stringLists - Entity
Data string - Entity
Moid string - Entity
Name string - Entity
Type string - Object
Type string - Parent
Moid string - Parent
Policy stringObject Type - Parent
Type string
- additional
Properties String - class
Id String - dependent
Policy List<String>Lists - entity
Data String - entity
Moid String - entity
Name String - entity
Type String - object
Type String - parent
Moid String - parent
Policy StringObject Type - parent
Type String
- additional
Properties string - class
Id string - dependent
Policy string[]Lists - entity
Data string - entity
Moid string - entity
Name string - entity
Type string - object
Type string - parent
Moid string - parent
Policy stringObject Type - parent
Type string
- additional_
properties str - class_
id str - dependent_
policy_ Sequence[str]lists - entity_
data str - entity_
moid str - entity_
name str - entity_
type str - object_
type str - parent_
moid str - parent_
policy_ strobject_ type - parent_
type str
- additional
Properties String - class
Id String - dependent
Policy List<String>Lists - entity
Data String - entity
Moid String - entity
Name String - entity
Type String - object
Type String - parent
Moid String - parent
Policy StringObject Type - parent
Type String
GetKubernetesNodeGroupProfileResultReportedPolicyChange
- Additional
Properties string - Change
Id string - Change
Status string - Class
Id string - Object
Type string - Policy
Type string
- Additional
Properties string - Change
Id string - Change
Status string - Class
Id string - Object
Type string - Policy
Type string
- additional
Properties String - change
Id String - change
Status String - class
Id String - object
Type String - policy
Type String
- additional
Properties string - change
Id string - change
Status string - class
Id string - object
Type string - policy
Type string
- additional_
properties str - change_
id str - change_
status str - class_
id str - object_
type str - policy_
type str
- additional
Properties String - change
Id String - change
Status String - class
Id String - object
Type String - policy
Type String
GetKubernetesNodeGroupProfileResultScheduledAction
- 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.
- Action
Qualifiers List<GetKubernetes Node Group Profile Result Scheduled Action Action Qualifier> - Additional
Properties string - Class
Id string - Object
Type string - 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.
- Action
Qualifiers []GetKubernetes Node Group Profile Result Scheduled Action Action Qualifier - Additional
Properties string - Class
Id string - Object
Type string - 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.
- action
Qualifiers List<GetKubernetes Node Group Profile Result Scheduled Action Action Qualifier> - additional
Properties String - class
Id String - object
Type String - proceed
On 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.
- action
Qualifiers GetKubernetes Node Group Profile Result Scheduled Action Action Qualifier[] - additional
Properties string - class
Id string - object
Type string - proceed
On 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 Node Group 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.
- action
Qualifiers List<Property Map> - additional
Properties String - class
Id String - object
Type String - proceed
On BooleanReboot
GetKubernetesNodeGroupProfileResultScheduledActionActionQualifier
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetKubernetesNodeGroupProfileResultSrcTemplate
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultTag
- Additional
Properties string - Ancestor
Definitions List<GetKubernetes Node Group Profile Result Tag Ancestor Definition> - Definitions
List<Get
Kubernetes Node Group Profile Result Tag Definition> - Key string
- Propagated bool
- Sys
Tag bool - 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. - Value string
- Additional
Properties string - Ancestor
Definitions []GetKubernetes Node Group Profile Result Tag Ancestor Definition - Definitions
[]Get
Kubernetes Node Group Profile Result Tag Definition - Key string
- Propagated bool
- Sys
Tag bool - 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. - Value string
- additional
Properties String - ancestor
Definitions List<GetKubernetes Node Group Profile Result Tag Ancestor Definition> - definitions
List<Get
Kubernetes Node Group Profile Result Tag Definition> - key String
- propagated Boolean
- sys
Tag Boolean - 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. - value String
- additional
Properties string - ancestor
Definitions GetKubernetes Node Group Profile Result Tag Ancestor Definition[] - definitions
Get
Kubernetes Node Group Profile Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - 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. - value string
- additional_
properties str - ancestor_
definitions Sequence[GetKubernetes Node Group Profile Result Tag Ancestor Definition] - definitions
Sequence[Get
Kubernetes Node Group Profile Result Tag Definition] - key str
- propagated bool
- sys_
tag bool - 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. - value str
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - 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. - value String
GetKubernetesNodeGroupProfileResultTagAncestorDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultTagDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultTaint
- Additional
Properties string - Class
Id string - Effect string
- Key string
- Object
Type string - Value string
- Additional
Properties string - Class
Id string - Effect string
- Key string
- Object
Type string - Value string
- additional
Properties String - class
Id String - effect String
- key String
- object
Type String - value String
- additional
Properties string - class
Id string - effect string
- key string
- object
Type string - value string
- additional_
properties str - class_
id str - effect str
- key str
- object_
type str - value str
- additional
Properties String - class
Id String - effect String
- key String
- object
Type String - value String
GetKubernetesNodeGroupProfileResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetKubernetesNodeGroupProfileResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesNodeGroupProfileScheduledAction
- 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.
- Action
Qualifier GetKubernetes Node Group 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - 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.
- Action
Qualifier GetKubernetes Node Group 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - 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.
- action
Qualifier GetKubernetes Node Group 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- proceed
On 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.
- action
Qualifier GetKubernetes Node Group 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- proceed
On 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 Node Group 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.
- action
Qualifier 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- proceed
On BooleanReboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
GetKubernetesNodeGroupProfileScheduledActionActionQualifier
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type 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.
GetKubernetesNodeGroupProfileSrcTemplate
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfileTag
- Additional
Properties string - Ancestor
Definitions List<GetKubernetes Node Group Profile Tag Ancestor Definition> - Definition
Get
Kubernetes Node Group Profile Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- 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. - Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetKubernetes Node Group Profile Tag Ancestor Definition - Definition
Get
Kubernetes Node Group Profile Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- 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. - Value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetKubernetes Node Group Profile Tag Ancestor Definition> - definition
Get
Kubernetes Node Group Profile Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- 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. - value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetKubernetes Node Group Profile Tag Ancestor Definition[] - definition
Get
Kubernetes Node Group Profile Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- 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. - value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetKubernetes Node Group Profile Tag Ancestor Definition] - definition
Get
Kubernetes Node Group Profile Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- 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. - value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- 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. - value String
- The string representation of a tag value.
GetKubernetesNodeGroupProfileTagAncestorDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfileTagDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfileTaint
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Effect string
- The effect to enforce when the key does not match the value.
- Key string
- The key for a Kubernetes taint.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- If the key does not match this value, the specified effect is enforced.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Effect string
- The effect to enforce when the key does not match the value.
- Key string
- The key for a Kubernetes taint.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- If the key does not match this value, the specified effect is enforced.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- effect String
- The effect to enforce when the key does not match the value.
- key String
- The key for a Kubernetes taint.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- If the key does not match this value, the specified effect is enforced.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- effect string
- The effect to enforce when the key does not match the value.
- key string
- The key for a Kubernetes taint.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- If the key does not match this value, the specified effect is enforced.
- 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.
- effect str
- The effect to enforce when the key does not match the value.
- key str
- The key for a Kubernetes taint.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- If the key does not match this value, the specified effect is enforced.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- effect String
- The effect to enforce when the key does not match the value.
- key String
- The key for a Kubernetes taint.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- If the key does not match this value, the specified effect is enforced.
GetKubernetesNodeGroupProfileVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetKubernetes Node Group 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetKubernetes Node Group Profile Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetKubernetes Node Group 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetKubernetes Node Group Profile Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetKubernetes Node Group Profile Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetKubernetes Node Group Profile Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetKubernetes Node Group Profile Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetKubernetes Node Group Profile Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetKubernetes Node Group 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 Node Group 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
GetKubernetesNodeGroupProfileVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetKubernetesNodeGroupProfileVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersightTerraform Provider.
intersight 1.0.75 published on Tuesday, Dec 16, 2025 by ciscodevnet
