intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getKubernetesBaremetalNodeProfile
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
A profile specifying configuration settings for a baremetal node. Users can do operations like Drain, Cordon, Rebuild on a node.
Using getKubernetesBaremetalNodeProfile
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 getKubernetesBaremetalNodeProfile(args: GetKubernetesBaremetalNodeProfileArgs, opts?: InvokeOptions): Promise<GetKubernetesBaremetalNodeProfileResult>
function getKubernetesBaremetalNodeProfileOutput(args: GetKubernetesBaremetalNodeProfileOutputArgs, opts?: InvokeOptions): Output<GetKubernetesBaremetalNodeProfileResult>
def get_kubernetes_baremetal_node_profile(account_moid: Optional[str] = None,
action: Optional[str] = None,
action_params: Optional[Sequence[GetKubernetesBaremetalNodeProfileActionParam]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetKubernetesBaremetalNodeProfileAncestor]] = None,
class_id: Optional[str] = None,
cloud_provider: Optional[str] = None,
config_context: Optional[GetKubernetesBaremetalNodeProfileConfigContext] = None,
config_result: Optional[GetKubernetesBaremetalNodeProfileConfigResult] = None,
create_time: Optional[str] = None,
deployed_policies: Optional[Sequence[str]] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
kubernetes_nic: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
network_info: Optional[GetKubernetesBaremetalNodeProfileNetworkInfo] = None,
node_group: Optional[GetKubernetesBaremetalNodeProfileNodeGroup] = None,
nr_version: Optional[GetKubernetesBaremetalNodeProfileNrVersion] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetKubernetesBaremetalNodeProfileParent] = None,
permission_resources: Optional[Sequence[GetKubernetesBaremetalNodeProfilePermissionResource]] = None,
policy_buckets: Optional[Sequence[GetKubernetesBaremetalNodeProfilePolicyBucket]] = None,
removed_policies: Optional[Sequence[str]] = None,
scheduled_actions: Optional[Sequence[GetKubernetesBaremetalNodeProfileScheduledAction]] = None,
server: Optional[GetKubernetesBaremetalNodeProfileServer] = None,
shared_scope: Optional[str] = None,
src_template: Optional[GetKubernetesBaremetalNodeProfileSrcTemplate] = None,
tags: Optional[Sequence[GetKubernetesBaremetalNodeProfileTag]] = None,
target: Optional[GetKubernetesBaremetalNodeProfileTarget] = None,
type: Optional[str] = None,
version_context: Optional[GetKubernetesBaremetalNodeProfileVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetKubernetesBaremetalNodeProfileResult
def get_kubernetes_baremetal_node_profile_output(account_moid: Optional[pulumi.Input[str]] = None,
action: Optional[pulumi.Input[str]] = None,
action_params: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesBaremetalNodeProfileActionParamArgs]]]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesBaremetalNodeProfileAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cloud_provider: Optional[pulumi.Input[str]] = None,
config_context: Optional[pulumi.Input[GetKubernetesBaremetalNodeProfileConfigContextArgs]] = None,
config_result: Optional[pulumi.Input[GetKubernetesBaremetalNodeProfileConfigResultArgs]] = None,
create_time: Optional[pulumi.Input[str]] = None,
deployed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
kubernetes_nic: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
network_info: Optional[pulumi.Input[GetKubernetesBaremetalNodeProfileNetworkInfoArgs]] = None,
node_group: Optional[pulumi.Input[GetKubernetesBaremetalNodeProfileNodeGroupArgs]] = None,
nr_version: Optional[pulumi.Input[GetKubernetesBaremetalNodeProfileNrVersionArgs]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetKubernetesBaremetalNodeProfileParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesBaremetalNodeProfilePermissionResourceArgs]]]] = None,
policy_buckets: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesBaremetalNodeProfilePolicyBucketArgs]]]] = None,
removed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
scheduled_actions: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesBaremetalNodeProfileScheduledActionArgs]]]] = None,
server: Optional[pulumi.Input[GetKubernetesBaremetalNodeProfileServerArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
src_template: Optional[pulumi.Input[GetKubernetesBaremetalNodeProfileSrcTemplateArgs]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesBaremetalNodeProfileTagArgs]]]] = None,
target: Optional[pulumi.Input[GetKubernetesBaremetalNodeProfileTargetArgs]] = None,
type: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetKubernetesBaremetalNodeProfileVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKubernetesBaremetalNodeProfileResult]
func LookupKubernetesBaremetalNodeProfile(ctx *Context, args *LookupKubernetesBaremetalNodeProfileArgs, opts ...InvokeOption) (*LookupKubernetesBaremetalNodeProfileResult, error)
func LookupKubernetesBaremetalNodeProfileOutput(ctx *Context, args *LookupKubernetesBaremetalNodeProfileOutputArgs, opts ...InvokeOption) LookupKubernetesBaremetalNodeProfileResultOutput
> Note: This function is named LookupKubernetesBaremetalNodeProfile
in the Go SDK.
public static class GetKubernetesBaremetalNodeProfile
{
public static Task<GetKubernetesBaremetalNodeProfileResult> InvokeAsync(GetKubernetesBaremetalNodeProfileArgs args, InvokeOptions? opts = null)
public static Output<GetKubernetesBaremetalNodeProfileResult> Invoke(GetKubernetesBaremetalNodeProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetKubernetesBaremetalNodeProfileResult> getKubernetesBaremetalNodeProfile(GetKubernetesBaremetalNodeProfileArgs args, InvokeOptions options)
public static Output<GetKubernetesBaremetalNodeProfileResult> getKubernetesBaremetalNodeProfile(GetKubernetesBaremetalNodeProfileArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getKubernetesBaremetalNodeProfile:getKubernetesBaremetalNodeProfile
arguments:
# arguments dictionary
The 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 Baremetal Node Profile Action Param> - Additional
Properties string - Ancestors
List<Get
Kubernetes Baremetal Node Profile Ancestor> - Class
Id string - Cloud
Provider string - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - Config
Context GetKubernetes Baremetal Node Profile Config Context - Config
Result GetKubernetes Baremetal Node Profile Config Result - Create
Time string - The time when this managed object was created.
- Deployed
Policies List<string> - Description string
- Description of the profile.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Kubernetes
Nic string - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- 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.
- Network
Info GetKubernetes Baremetal Node Profile Network Info - Node
Group GetKubernetes Baremetal Node Profile Node Group - Nr
Version GetKubernetes Baremetal Node Profile Nr Version - Object
Type string - Owners List<string>
- Parent
Get
Kubernetes Baremetal Node Profile Parent - Permission
Resources List<GetKubernetes Baremetal Node Profile Permission Resource> - Policy
Buckets List<GetKubernetes Baremetal Node Profile Policy Bucket> - Removed
Policies List<string> - Scheduled
Actions List<GetKubernetes Baremetal Node Profile Scheduled Action> - Server
Get
Kubernetes Baremetal Node Profile Server - 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 Baremetal Node Profile Src Template - List<Get
Kubernetes Baremetal Node Profile Tag> - Target
Get
Kubernetes Baremetal Node Profile Target - 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 Baremetal Node 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 Baremetal Node Profile Action Param - Additional
Properties string - Ancestors
[]Get
Kubernetes Baremetal Node Profile Ancestor - Class
Id string - Cloud
Provider string - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - Config
Context GetKubernetes Baremetal Node Profile Config Context - Config
Result GetKubernetes Baremetal Node Profile Config Result - Create
Time string - The time when this managed object was created.
- Deployed
Policies []string - Description string
- Description of the profile.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Kubernetes
Nic string - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- 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.
- Network
Info GetKubernetes Baremetal Node Profile Network Info - Node
Group GetKubernetes Baremetal Node Profile Node Group - Nr
Version GetKubernetes Baremetal Node Profile Nr Version - Object
Type string - Owners []string
- Parent
Get
Kubernetes Baremetal Node Profile Parent - Permission
Resources []GetKubernetes Baremetal Node Profile Permission Resource - Policy
Buckets []GetKubernetes Baremetal Node Profile Policy Bucket - Removed
Policies []string - Scheduled
Actions []GetKubernetes Baremetal Node Profile Scheduled Action - Server
Get
Kubernetes Baremetal Node Profile Server - 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 Baremetal Node Profile Src Template - []Get
Kubernetes Baremetal Node Profile Tag - Target
Get
Kubernetes Baremetal Node Profile Target - 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 Baremetal Node 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 Baremetal Node Profile Action Param> - additional
Properties String - ancestors
List<Get
Kubernetes Baremetal Node Profile Ancestor> - class
Id String - cloud
Provider String - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - config
Context GetKubernetes Baremetal Node Profile Config Context - config
Result GetKubernetes Baremetal Node Profile Config Result - create
Time String - The time when this managed object was created.
- deployed
Policies List<String> - description String
- Description of the profile.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- kubernetes
Nic String - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- 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.
- network
Info GetKubernetes Baremetal Node Profile Network Info - node
Group GetKubernetes Baremetal Node Profile Node Group - nr
Version GetKubernetes Baremetal Node Profile Nr Version - object
Type String - owners List<String>
- parent
Get
Kubernetes Baremetal Node Profile Parent - permission
Resources List<GetKubernetes Baremetal Node Profile Permission Resource> - policy
Buckets List<GetKubernetes Baremetal Node Profile Policy Bucket> - removed
Policies List<String> - scheduled
Actions List<GetKubernetes Baremetal Node Profile Scheduled Action> - server
Get
Kubernetes Baremetal Node Profile Server - 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 Baremetal Node Profile Src Template - List<Get
Kubernetes Baremetal Node Profile Tag> - target
Get
Kubernetes Baremetal Node Profile Target - 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 Baremetal Node 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 Baremetal Node Profile Action Param[] - additional
Properties string - ancestors
Get
Kubernetes Baremetal Node Profile Ancestor[] - class
Id string - cloud
Provider string - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - config
Context GetKubernetes Baremetal Node Profile Config Context - config
Result GetKubernetes Baremetal Node Profile Config Result - create
Time string - The time when this managed object was created.
- deployed
Policies string[] - description string
- Description of the profile.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- kubernetes
Nic string - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- 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.
- network
Info GetKubernetes Baremetal Node Profile Network Info - node
Group GetKubernetes Baremetal Node Profile Node Group - nr
Version GetKubernetes Baremetal Node Profile Nr Version - object
Type string - owners string[]
- parent
Get
Kubernetes Baremetal Node Profile Parent - permission
Resources GetKubernetes Baremetal Node Profile Permission Resource[] - policy
Buckets GetKubernetes Baremetal Node Profile Policy Bucket[] - removed
Policies string[] - scheduled
Actions GetKubernetes Baremetal Node Profile Scheduled Action[] - server
Get
Kubernetes Baremetal Node Profile Server - 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 Baremetal Node Profile Src Template - Get
Kubernetes Baremetal Node Profile Tag[] - target
Get
Kubernetes Baremetal Node Profile Target - 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 Baremetal Node 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 Baremetal Node Profile Action Param] - additional_
properties str - ancestors
Sequence[Get
Kubernetes Baremetal Node Profile Ancestor] - class_
id str - cloud_
provider str - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - config_
context GetKubernetes Baremetal Node Profile Config Context - config_
result GetKubernetes Baremetal Node Profile Config Result - create_
time str - The time when this managed object was created.
- deployed_
policies Sequence[str] - description str
- Description of the profile.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- kubernetes_
nic str - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- 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.
- network_
info GetKubernetes Baremetal Node Profile Network Info - node_
group GetKubernetes Baremetal Node Profile Node Group - nr_
version GetKubernetes Baremetal Node Profile Nr Version - object_
type str - owners Sequence[str]
- parent
Get
Kubernetes Baremetal Node Profile Parent - permission_
resources Sequence[GetKubernetes Baremetal Node Profile Permission Resource] - policy_
buckets Sequence[GetKubernetes Baremetal Node Profile Policy Bucket] - removed_
policies Sequence[str] - scheduled_
actions Sequence[GetKubernetes Baremetal Node Profile Scheduled Action] - server
Get
Kubernetes Baremetal Node Profile Server - 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 Baremetal Node Profile Src Template - Sequence[Get
Kubernetes Baremetal Node Profile Tag] - target
Get
Kubernetes Baremetal Node Profile Target - 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 Baremetal Node 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 - cloud
Provider String - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - config
Context Property Map - config
Result Property Map - create
Time String - The time when this managed object was created.
- deployed
Policies List<String> - description String
- Description of the profile.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- kubernetes
Nic String - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- 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.
- network
Info Property Map - node
Group Property Map - nr
Version Property Map - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - policy
Buckets List<Property Map> - removed
Policies List<String> - scheduled
Actions List<Property Map> - server 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>
- target 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
getKubernetesBaremetalNodeProfile Result
The following output properties are available:
- Id string
- Results
List<Get
Kubernetes Baremetal Node Profile Result> - Account
Moid string - Action string
- Action
Params List<GetKubernetes Baremetal Node Profile Action Param> - Additional
Properties string - Ancestors
List<Get
Kubernetes Baremetal Node Profile Ancestor> - Class
Id string - Cloud
Provider string - Config
Context GetKubernetes Baremetal Node Profile Config Context - Config
Result GetKubernetes Baremetal Node Profile Config Result - Create
Time string - Deployed
Policies List<string> - Description string
- Domain
Group stringMoid - Kubernetes
Nic string - Mod
Time string - Moid string
- Name string
- Network
Info GetKubernetes Baremetal Node Profile Network Info - Node
Group GetKubernetes Baremetal Node Profile Node Group - Nr
Version GetKubernetes Baremetal Node Profile Nr Version - Object
Type string - Owners List<string>
- Parent
Get
Kubernetes Baremetal Node Profile Parent - Permission
Resources List<GetKubernetes Baremetal Node Profile Permission Resource> - Policy
Buckets List<GetKubernetes Baremetal Node Profile Policy Bucket> - Removed
Policies List<string> - Scheduled
Actions List<GetKubernetes Baremetal Node Profile Scheduled Action> - Server
Get
Kubernetes Baremetal Node Profile Server - string
- Src
Template GetKubernetes Baremetal Node Profile Src Template - List<Get
Kubernetes Baremetal Node Profile Tag> - Target
Get
Kubernetes Baremetal Node Profile Target - Type string
- Version
Context GetKubernetes Baremetal Node Profile Version Context
- Id string
- Results
[]Get
Kubernetes Baremetal Node Profile Result - Account
Moid string - Action string
- Action
Params []GetKubernetes Baremetal Node Profile Action Param - Additional
Properties string - Ancestors
[]Get
Kubernetes Baremetal Node Profile Ancestor - Class
Id string - Cloud
Provider string - Config
Context GetKubernetes Baremetal Node Profile Config Context - Config
Result GetKubernetes Baremetal Node Profile Config Result - Create
Time string - Deployed
Policies []string - Description string
- Domain
Group stringMoid - Kubernetes
Nic string - Mod
Time string - Moid string
- Name string
- Network
Info GetKubernetes Baremetal Node Profile Network Info - Node
Group GetKubernetes Baremetal Node Profile Node Group - Nr
Version GetKubernetes Baremetal Node Profile Nr Version - Object
Type string - Owners []string
- Parent
Get
Kubernetes Baremetal Node Profile Parent - Permission
Resources []GetKubernetes Baremetal Node Profile Permission Resource - Policy
Buckets []GetKubernetes Baremetal Node Profile Policy Bucket - Removed
Policies []string - Scheduled
Actions []GetKubernetes Baremetal Node Profile Scheduled Action - Server
Get
Kubernetes Baremetal Node Profile Server - string
- Src
Template GetKubernetes Baremetal Node Profile Src Template - []Get
Kubernetes Baremetal Node Profile Tag - Target
Get
Kubernetes Baremetal Node Profile Target - Type string
- Version
Context GetKubernetes Baremetal Node Profile Version Context
- id String
- results
List<Get
Kubernetes Baremetal Node Profile Result> - account
Moid String - action String
- action
Params List<GetKubernetes Baremetal Node Profile Action Param> - additional
Properties String - ancestors
List<Get
Kubernetes Baremetal Node Profile Ancestor> - class
Id String - cloud
Provider String - config
Context GetKubernetes Baremetal Node Profile Config Context - config
Result GetKubernetes Baremetal Node Profile Config Result - create
Time String - deployed
Policies List<String> - description String
- domain
Group StringMoid - kubernetes
Nic String - mod
Time String - moid String
- name String
- network
Info GetKubernetes Baremetal Node Profile Network Info - node
Group GetKubernetes Baremetal Node Profile Node Group - nr
Version GetKubernetes Baremetal Node Profile Nr Version - object
Type String - owners List<String>
- parent
Get
Kubernetes Baremetal Node Profile Parent - permission
Resources List<GetKubernetes Baremetal Node Profile Permission Resource> - policy
Buckets List<GetKubernetes Baremetal Node Profile Policy Bucket> - removed
Policies List<String> - scheduled
Actions List<GetKubernetes Baremetal Node Profile Scheduled Action> - server
Get
Kubernetes Baremetal Node Profile Server - String
- src
Template GetKubernetes Baremetal Node Profile Src Template - List<Get
Kubernetes Baremetal Node Profile Tag> - target
Get
Kubernetes Baremetal Node Profile Target - type String
- version
Context GetKubernetes Baremetal Node Profile Version Context
- id string
- results
Get
Kubernetes Baremetal Node Profile Result[] - account
Moid string - action string
- action
Params GetKubernetes Baremetal Node Profile Action Param[] - additional
Properties string - ancestors
Get
Kubernetes Baremetal Node Profile Ancestor[] - class
Id string - cloud
Provider string - config
Context GetKubernetes Baremetal Node Profile Config Context - config
Result GetKubernetes Baremetal Node Profile Config Result - create
Time string - deployed
Policies string[] - description string
- domain
Group stringMoid - kubernetes
Nic string - mod
Time string - moid string
- name string
- network
Info GetKubernetes Baremetal Node Profile Network Info - node
Group GetKubernetes Baremetal Node Profile Node Group - nr
Version GetKubernetes Baremetal Node Profile Nr Version - object
Type string - owners string[]
- parent
Get
Kubernetes Baremetal Node Profile Parent - permission
Resources GetKubernetes Baremetal Node Profile Permission Resource[] - policy
Buckets GetKubernetes Baremetal Node Profile Policy Bucket[] - removed
Policies string[] - scheduled
Actions GetKubernetes Baremetal Node Profile Scheduled Action[] - server
Get
Kubernetes Baremetal Node Profile Server - string
- src
Template GetKubernetes Baremetal Node Profile Src Template - Get
Kubernetes Baremetal Node Profile Tag[] - target
Get
Kubernetes Baremetal Node Profile Target - type string
- version
Context GetKubernetes Baremetal Node Profile Version Context
- id str
- results
Sequence[Get
Kubernetes Baremetal Node Profile Result] - account_
moid str - action str
- action_
params Sequence[GetKubernetes Baremetal Node Profile Action Param] - additional_
properties str - ancestors
Sequence[Get
Kubernetes Baremetal Node Profile Ancestor] - class_
id str - cloud_
provider str - config_
context GetKubernetes Baremetal Node Profile Config Context - config_
result GetKubernetes Baremetal Node Profile Config Result - create_
time str - deployed_
policies Sequence[str] - description str
- domain_
group_ strmoid - kubernetes_
nic str - mod_
time str - moid str
- name str
- network_
info GetKubernetes Baremetal Node Profile Network Info - node_
group GetKubernetes Baremetal Node Profile Node Group - nr_
version GetKubernetes Baremetal Node Profile Nr Version - object_
type str - owners Sequence[str]
- parent
Get
Kubernetes Baremetal Node Profile Parent - permission_
resources Sequence[GetKubernetes Baremetal Node Profile Permission Resource] - policy_
buckets Sequence[GetKubernetes Baremetal Node Profile Policy Bucket] - removed_
policies Sequence[str] - scheduled_
actions Sequence[GetKubernetes Baremetal Node Profile Scheduled Action] - server
Get
Kubernetes Baremetal Node Profile Server - str
- src_
template GetKubernetes Baremetal Node Profile Src Template - Sequence[Get
Kubernetes Baremetal Node Profile Tag] - target
Get
Kubernetes Baremetal Node Profile Target - type str
- version_
context GetKubernetes Baremetal Node 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 - cloud
Provider String - config
Context Property Map - config
Result Property Map - create
Time String - deployed
Policies List<String> - description String
- domain
Group StringMoid - kubernetes
Nic String - mod
Time String - moid String
- name String
- network
Info Property Map - node
Group Property Map - nr
Version Property Map - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - policy
Buckets List<Property Map> - removed
Policies List<String> - scheduled
Actions List<Property Map> - server Property Map
- String
- src
Template Property Map - List<Property Map>
- target Property Map
- type String
- version
Context Property Map
Supporting Types
GetKubernetesBaremetalNodeProfileActionParam
- 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.
GetKubernetesBaremetalNodeProfileAncestor
- 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'.
GetKubernetesBaremetalNodeProfileConfigContext
- 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.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.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.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.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.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.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.
GetKubernetesBaremetalNodeProfileConfigResult
- 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'.
GetKubernetesBaremetalNodeProfileNetworkInfo
- 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.
- Ethernets
List<Get
Kubernetes Baremetal Node Profile Network Info Ethernet> - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ovsbonds
List<Get
Kubernetes Baremetal Node Profile Network Info Ovsbond>
- 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.
- Ethernets
[]Get
Kubernetes Baremetal Node Profile Network Info Ethernet - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ovsbonds
[]Get
Kubernetes Baremetal Node Profile Network Info Ovsbond
- 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.
- ethernets
List<Get
Kubernetes Baremetal Node Profile Network Info Ethernet> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ovsbonds
List<Get
Kubernetes Baremetal Node Profile Network Info Ovsbond>
- 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.
- ethernets
Get
Kubernetes Baremetal Node Profile Network Info Ethernet[] - object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ovsbonds
Get
Kubernetes Baremetal Node Profile Network Info Ovsbond[]
- 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.
- ethernets
Sequence[Get
Kubernetes Baremetal Node Profile Network Info Ethernet] - object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ovsbonds
Sequence[Get
Kubernetes Baremetal Node Profile Network Info Ovsbond]
- 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.
- ethernets List<Property Map>
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ovsbonds List<Property Map>
GetKubernetesBaremetalNodeProfileNetworkInfoEthernet
- Additional
Properties string - Addresses 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.
- Gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- Ip
V4Configs List<GetKubernetes Baremetal Node Profile Network Info Ethernet Ip V4Config> - Matcher
Get
Kubernetes Baremetal Node Profile Network Info Ethernet Matcher - The matcher to be used to find the physical network interface represented by this ethernet device.
- Mtu double
- The MTU to assign to this Network Interface.
- 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.
- Provider
Name string - If the infrastructure network is selectable, this indicates which network to attach to the port.
- Routes
List<Get
Kubernetes Baremetal Node Profile Network Info Ethernet Route>
- Additional
Properties string - Addresses []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.
- Gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- Ip
V4Configs []GetKubernetes Baremetal Node Profile Network Info Ethernet Ip V4Config - Matcher
Get
Kubernetes Baremetal Node Profile Network Info Ethernet Matcher - The matcher to be used to find the physical network interface represented by this ethernet device.
- Mtu float64
- The MTU to assign to this Network Interface.
- 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.
- Provider
Name string - If the infrastructure network is selectable, this indicates which network to attach to the port.
- Routes
[]Get
Kubernetes Baremetal Node Profile Network Info Ethernet Route
- additional
Properties String - addresses 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.
- gateway String
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- ip
V4Configs List<GetKubernetes Baremetal Node Profile Network Info Ethernet Ip V4Config> - matcher
Get
Kubernetes Baremetal Node Profile Network Info Ethernet Matcher - The matcher to be used to find the physical network interface represented by this ethernet device.
- mtu Double
- The MTU to assign to this Network Interface.
- 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.
- provider
Name String - If the infrastructure network is selectable, this indicates which network to attach to the port.
- routes
List<Get
Kubernetes Baremetal Node Profile Network Info Ethernet Route>
- additional
Properties string - addresses 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.
- gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- ip
V4Configs GetKubernetes Baremetal Node Profile Network Info Ethernet Ip V4Config[] - matcher
Get
Kubernetes Baremetal Node Profile Network Info Ethernet Matcher - The matcher to be used to find the physical network interface represented by this ethernet device.
- mtu number
- The MTU to assign to this Network Interface.
- 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.
- provider
Name string - If the infrastructure network is selectable, this indicates which network to attach to the port.
- routes
Get
Kubernetes Baremetal Node Profile Network Info Ethernet Route[]
- additional_
properties str - addresses 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.
- gateway str
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- ip_
v4_ Sequence[Getconfigs Kubernetes Baremetal Node Profile Network Info Ethernet Ip V4Config] - matcher
Get
Kubernetes Baremetal Node Profile Network Info Ethernet Matcher - The matcher to be used to find the physical network interface represented by this ethernet device.
- mtu float
- The MTU to assign to this Network Interface.
- 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.
- provider_
name str - If the infrastructure network is selectable, this indicates which network to attach to the port.
- routes
Sequence[Get
Kubernetes Baremetal Node Profile Network Info Ethernet Route]
- additional
Properties String - addresses 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.
- gateway String
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- ip
V4Configs List<Property Map> - matcher Property Map
- The matcher to be used to find the physical network interface represented by this ethernet device.
- mtu Number
- The MTU to assign to this Network Interface.
- 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.
- provider
Name String - If the infrastructure network is selectable, this indicates which network to attach to the port.
- routes List<Property Map>
GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4Config
- 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.
- Ip string
- IPv4 Address in CIDR format.
- Lease
Get
Kubernetes Baremetal Node Profile Network Info Ethernet Ip V4Config Lease - The IP Lease if allocated from a Pool. It can include gateway information.
- 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 - 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.
- Ip string
- IPv4 Address in CIDR format.
- Lease
Get
Kubernetes Baremetal Node Profile Network Info Ethernet Ip V4Config Lease - The IP Lease if allocated from a Pool. It can include gateway information.
- 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 - 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.
- ip String
- IPv4 Address in CIDR format.
- lease
Get
Kubernetes Baremetal Node Profile Network Info Ethernet Ip V4Config Lease - The IP Lease if allocated from a Pool. It can include gateway information.
- 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 - 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.
- ip string
- IPv4 Address in CIDR format.
- lease
Get
Kubernetes Baremetal Node Profile Network Info Ethernet Ip V4Config Lease - The IP Lease if allocated from a Pool. It can include gateway information.
- 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 - 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.
- ip str
- IPv4 Address in CIDR format.
- lease
Get
Kubernetes Baremetal Node Profile Network Info Ethernet Ip V4Config Lease - The IP Lease if allocated from a Pool. It can include gateway information.
- 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 - 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.
- ip String
- IPv4 Address in CIDR format.
- lease Property Map
- The IP Lease if allocated from a Pool. It can include gateway information.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLease
- 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'.
GetKubernetesBaremetalNodeProfileNetworkInfoEthernetMatcher
- 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.
- 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 value to match for the property specified by 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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 value to match for the property specified by 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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 value to match for the property specified by 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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 value to match for the property specified by 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.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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 value to match for the property specified by 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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 value to match for the property specified by type.
GetKubernetesBaremetalNodeProfileNetworkInfoEthernetRoute
- 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.
- To string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- Via string
- Via is the gateway for traffic destined for the subnet in the To property.
- 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.
- To string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- Via string
- Via is the gateway for traffic destined for the subnet in the To property.
- 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.
- to String
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via String
- Via is the gateway for traffic destined for the subnet in the To property.
- 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.
- to string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via string
- Via is the gateway for traffic destined for the subnet in the To property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- to str
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via str
- Via is the gateway for traffic destined for the subnet in the To property.
- 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.
- to String
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via String
- Via is the gateway for traffic destined for the subnet in the To property.
GetKubernetesBaremetalNodeProfileNetworkInfoOvsbond
- Additional
Properties string - Addresses 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.
- Gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- Interfaces List<string>
- Ip
V4Configs List<GetKubernetes Baremetal Node Profile Network Info Ovsbond Ip V4Config> - Mtu double
- The MTU to assign to this Network Interface.
- 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.
- Routes
List<Get
Kubernetes Baremetal Node Profile Network Info Ovsbond Route> - Vlan double
- Native VLAN for to use for the bond.
- Additional
Properties string - Addresses []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.
- Gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- Interfaces []string
- Ip
V4Configs []GetKubernetes Baremetal Node Profile Network Info Ovsbond Ip V4Config - Mtu float64
- The MTU to assign to this Network Interface.
- 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.
- Routes
[]Get
Kubernetes Baremetal Node Profile Network Info Ovsbond Route - Vlan float64
- Native VLAN for to use for the bond.
- additional
Properties String - addresses 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.
- gateway String
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- interfaces List<String>
- ip
V4Configs List<GetKubernetes Baremetal Node Profile Network Info Ovsbond Ip V4Config> - mtu Double
- The MTU to assign to this Network Interface.
- 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.
- routes
List<Get
Kubernetes Baremetal Node Profile Network Info Ovsbond Route> - vlan Double
- Native VLAN for to use for the bond.
- additional
Properties string - addresses 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.
- gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- interfaces string[]
- ip
V4Configs GetKubernetes Baremetal Node Profile Network Info Ovsbond Ip V4Config[] - mtu number
- The MTU to assign to this Network Interface.
- 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.
- routes
Get
Kubernetes Baremetal Node Profile Network Info Ovsbond Route[] - vlan number
- Native VLAN for to use for the bond.
- additional_
properties str - addresses 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.
- gateway str
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- interfaces Sequence[str]
- ip_
v4_ Sequence[Getconfigs Kubernetes Baremetal Node Profile Network Info Ovsbond Ip V4Config] - mtu float
- The MTU to assign to this Network Interface.
- 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.
- routes
Sequence[Get
Kubernetes Baremetal Node Profile Network Info Ovsbond Route] - vlan float
- Native VLAN for to use for the bond.
- additional
Properties String - addresses 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.
- gateway String
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- interfaces List<String>
- ip
V4Configs List<Property Map> - mtu Number
- The MTU to assign to this Network Interface.
- 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.
- routes List<Property Map>
- vlan Number
- Native VLAN for to use for the bond.
GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4Config
- 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.
- Ip string
- IPv4 Address in CIDR format.
- Lease
Get
Kubernetes Baremetal Node Profile Network Info Ovsbond Ip V4Config Lease - The IP Lease if allocated from a Pool. It can include gateway information.
- 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 - 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.
- Ip string
- IPv4 Address in CIDR format.
- Lease
Get
Kubernetes Baremetal Node Profile Network Info Ovsbond Ip V4Config Lease - The IP Lease if allocated from a Pool. It can include gateway information.
- 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 - 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.
- ip String
- IPv4 Address in CIDR format.
- lease
Get
Kubernetes Baremetal Node Profile Network Info Ovsbond Ip V4Config Lease - The IP Lease if allocated from a Pool. It can include gateway information.
- 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 - 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.
- ip string
- IPv4 Address in CIDR format.
- lease
Get
Kubernetes Baremetal Node Profile Network Info Ovsbond Ip V4Config Lease - The IP Lease if allocated from a Pool. It can include gateway information.
- 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 - 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.
- ip str
- IPv4 Address in CIDR format.
- lease
Get
Kubernetes Baremetal Node Profile Network Info Ovsbond Ip V4Config Lease - The IP Lease if allocated from a Pool. It can include gateway information.
- 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 - 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.
- ip String
- IPv4 Address in CIDR format.
- lease Property Map
- The IP Lease if allocated from a Pool. It can include gateway information.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLease
- 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'.
GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondRoute
- 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.
- To string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- Via string
- Via is the gateway for traffic destined for the subnet in the To property.
- 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.
- To string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- Via string
- Via is the gateway for traffic destined for the subnet in the To property.
- 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.
- to String
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via String
- Via is the gateway for traffic destined for the subnet in the To property.
- 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.
- to string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via string
- Via is the gateway for traffic destined for the subnet in the To property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- to str
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via str
- Via is the gateway for traffic destined for the subnet in the To property.
- 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.
- to String
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via String
- Via is the gateway for traffic destined for the subnet in the To property.
GetKubernetesBaremetalNodeProfileNodeGroup
- 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'.
GetKubernetesBaremetalNodeProfileNrVersion
- 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'.
GetKubernetesBaremetalNodeProfileParent
- 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'.
GetKubernetesBaremetalNodeProfilePermissionResource
- 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'.
GetKubernetesBaremetalNodeProfilePolicyBucket
- 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'.
GetKubernetesBaremetalNodeProfileResult
- Account
Moid This property is required. string - The Account ID for this managed object.
- Action
This property is required. 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 This property is required. List<GetKubernetes Baremetal Node Profile Result Action Param> - Additional
Properties This property is required. string - Ancestors
This property is required. List<GetKubernetes Baremetal Node Profile Result Ancestor> - Class
Id This property is required. string - Cloud
Provider This property is required. string - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - Config
Contexts This property is required. List<GetKubernetes Baremetal Node Profile Result Config Context> - Config
Results This property is required. List<GetKubernetes Baremetal Node Profile Result Config Result> - Create
Time This property is required. string - The time when this managed object was created.
- Deployed
Policies This property is required. List<string> - Description
This property is required. string - Description of the profile.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Kubernetes
Nic This property is required. string - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - Name of the profile instance or profile template.
- Network
Infos This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info> - Node
Groups This property is required. List<GetKubernetes Baremetal Node Profile Result Node Group> - Nr
Versions This property is required. List<GetKubernetes Baremetal Node Profile Result Nr Version> - Object
Type This property is required. string - Owners
This property is required. List<string> - Parents
This property is required. List<GetKubernetes Baremetal Node Profile Result Parent> - Permission
Resources This property is required. List<GetKubernetes Baremetal Node Profile Result Permission Resource> - Policy
Buckets This property is required. List<GetKubernetes Baremetal Node Profile Result Policy Bucket> - Removed
Policies This property is required. List<string> - Scheduled
Actions This property is required. List<GetKubernetes Baremetal Node Profile Result Scheduled Action> - Servers
This property is required. List<GetKubernetes Baremetal Node Profile Result Server> This property is required. 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 This property is required. List<GetKubernetes Baremetal Node Profile Result Src Template> This property is required. List<GetKubernetes Baremetal Node Profile Result Tag> - Targets
This property is required. List<GetKubernetes Baremetal Node Profile Result Target> - Type
This property is required. 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 This property is required. List<GetKubernetes Baremetal Node Profile Result Version Context>
- Account
Moid This property is required. string - The Account ID for this managed object.
- Action
This property is required. 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 This property is required. []GetKubernetes Baremetal Node Profile Result Action Param - Additional
Properties This property is required. string - Ancestors
This property is required. []GetKubernetes Baremetal Node Profile Result Ancestor - Class
Id This property is required. string - Cloud
Provider This property is required. string - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - Config
Contexts This property is required. []GetKubernetes Baremetal Node Profile Result Config Context - Config
Results This property is required. []GetKubernetes Baremetal Node Profile Result Config Result - Create
Time This property is required. string - The time when this managed object was created.
- Deployed
Policies This property is required. []string - Description
This property is required. string - Description of the profile.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Kubernetes
Nic This property is required. string - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - Name of the profile instance or profile template.
- Network
Infos This property is required. []GetKubernetes Baremetal Node Profile Result Network Info - Node
Groups This property is required. []GetKubernetes Baremetal Node Profile Result Node Group - Nr
Versions This property is required. []GetKubernetes Baremetal Node Profile Result Nr Version - Object
Type This property is required. string - Owners
This property is required. []string - Parents
This property is required. []GetKubernetes Baremetal Node Profile Result Parent - Permission
Resources This property is required. []GetKubernetes Baremetal Node Profile Result Permission Resource - Policy
Buckets This property is required. []GetKubernetes Baremetal Node Profile Result Policy Bucket - Removed
Policies This property is required. []string - Scheduled
Actions This property is required. []GetKubernetes Baremetal Node Profile Result Scheduled Action - Servers
This property is required. []GetKubernetes Baremetal Node Profile Result Server This property is required. 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 This property is required. []GetKubernetes Baremetal Node Profile Result Src Template This property is required. []GetKubernetes Baremetal Node Profile Result Tag - Targets
This property is required. []GetKubernetes Baremetal Node Profile Result Target - Type
This property is required. 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 This property is required. []GetKubernetes Baremetal Node Profile Result Version Context
- account
Moid This property is required. String - The Account ID for this managed object.
- action
This property is required. 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 This property is required. List<GetKubernetes Baremetal Node Profile Result Action Param> - additional
Properties This property is required. String - ancestors
This property is required. List<GetKubernetes Baremetal Node Profile Result Ancestor> - class
Id This property is required. String - cloud
Provider This property is required. String - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - config
Contexts This property is required. List<GetKubernetes Baremetal Node Profile Result Config Context> - config
Results This property is required. List<GetKubernetes Baremetal Node Profile Result Config Result> - create
Time This property is required. String - The time when this managed object was created.
- deployed
Policies This property is required. List<String> - description
This property is required. String - Description of the profile.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- kubernetes
Nic This property is required. String - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - Name of the profile instance or profile template.
- network
Infos This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info> - node
Groups This property is required. List<GetKubernetes Baremetal Node Profile Result Node Group> - nr
Versions This property is required. List<GetKubernetes Baremetal Node Profile Result Nr Version> - object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<GetKubernetes Baremetal Node Profile Result Parent> - permission
Resources This property is required. List<GetKubernetes Baremetal Node Profile Result Permission Resource> - policy
Buckets This property is required. List<GetKubernetes Baremetal Node Profile Result Policy Bucket> - removed
Policies This property is required. List<String> - scheduled
Actions This property is required. List<GetKubernetes Baremetal Node Profile Result Scheduled Action> - servers
This property is required. List<GetKubernetes Baremetal Node Profile Result Server> This property is required. 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 This property is required. List<GetKubernetes Baremetal Node Profile Result Src Template> This property is required. List<GetKubernetes Baremetal Node Profile Result Tag> - targets
This property is required. List<GetKubernetes Baremetal Node Profile Result Target> - type
This property is required. 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 This property is required. List<GetKubernetes Baremetal Node Profile Result Version Context>
- account
Moid This property is required. string - The Account ID for this managed object.
- action
This property is required. 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 This property is required. GetKubernetes Baremetal Node Profile Result Action Param[] - additional
Properties This property is required. string - ancestors
This property is required. GetKubernetes Baremetal Node Profile Result Ancestor[] - class
Id This property is required. string - cloud
Provider This property is required. string - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - config
Contexts This property is required. GetKubernetes Baremetal Node Profile Result Config Context[] - config
Results This property is required. GetKubernetes Baremetal Node Profile Result Config Result[] - create
Time This property is required. string - The time when this managed object was created.
- deployed
Policies This property is required. string[] - description
This property is required. string - Description of the profile.
- domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- kubernetes
Nic This property is required. string - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- mod
Time This property is required. string - The time when this managed object was last modified.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- name
This property is required. string - Name of the profile instance or profile template.
- network
Infos This property is required. GetKubernetes Baremetal Node Profile Result Network Info[] - node
Groups This property is required. GetKubernetes Baremetal Node Profile Result Node Group[] - nr
Versions This property is required. GetKubernetes Baremetal Node Profile Result Nr Version[] - object
Type This property is required. string - owners
This property is required. string[] - parents
This property is required. GetKubernetes Baremetal Node Profile Result Parent[] - permission
Resources This property is required. GetKubernetes Baremetal Node Profile Result Permission Resource[] - policy
Buckets This property is required. GetKubernetes Baremetal Node Profile Result Policy Bucket[] - removed
Policies This property is required. string[] - scheduled
Actions This property is required. GetKubernetes Baremetal Node Profile Result Scheduled Action[] - servers
This property is required. GetKubernetes Baremetal Node Profile Result Server[] This property is required. 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 This property is required. GetKubernetes Baremetal Node Profile Result Src Template[] This property is required. GetKubernetes Baremetal Node Profile Result Tag[] - targets
This property is required. GetKubernetes Baremetal Node Profile Result Target[] - type
This property is required. 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 This property is required. GetKubernetes Baremetal Node Profile Result Version Context[]
- account_
moid This property is required. str - The Account ID for this managed object.
- action
This property is required. 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 This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Action Param] - additional_
properties This property is required. str - ancestors
This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Ancestor] - class_
id This property is required. str - cloud_
provider This property is required. str - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - config_
contexts This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Config Context] - config_
results This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Config Result] - create_
time This property is required. str - The time when this managed object was created.
- deployed_
policies This property is required. Sequence[str] - description
This property is required. str - Description of the profile.
- domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- kubernetes_
nic This property is required. str - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- mod_
time This property is required. str - The time when this managed object was last modified.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- name
This property is required. str - Name of the profile instance or profile template.
- network_
infos This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Network Info] - node_
groups This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Node Group] - nr_
versions This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Nr Version] - object_
type This property is required. str - owners
This property is required. Sequence[str] - parents
This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Parent] - permission_
resources This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Permission Resource] - policy_
buckets This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Policy Bucket] - removed_
policies This property is required. Sequence[str] - scheduled_
actions This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Scheduled Action] - servers
This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Server] This property is required. 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 This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Src Template] This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Tag] - targets
This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Target] - type
This property is required. 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 This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Version Context]
- account
Moid This property is required. String - The Account ID for this managed object.
- action
This property is required. 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 This property is required. List<Property Map> - additional
Properties This property is required. String - ancestors
This property is required. List<Property Map> - class
Id This property is required. String - cloud
Provider This property is required. String - Cloud provider for this node profile.*
noProvider
- Enables the use of no cloud provider.*external
- Out of tree cloud provider, e.g. CPI for vsphere. - config
Contexts This property is required. List<Property Map> - config
Results This property is required. List<Property Map> - create
Time This property is required. String - The time when this managed object was created.
- deployed
Policies This property is required. List<String> - description
This property is required. String - Description of the profile.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- kubernetes
Nic This property is required. String - Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - Name of the profile instance or profile template.
- network
Infos This property is required. List<Property Map> - node
Groups This property is required. List<Property Map> - nr
Versions This property is required. List<Property Map> - object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<Property Map> - permission
Resources This property is required. List<Property Map> - policy
Buckets This property is required. List<Property Map> - removed
Policies This property is required. List<String> - scheduled
Actions This property is required. List<Property Map> - servers
This property is required. List<Property Map> This property is required. 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 This property is required. List<Property Map> This property is required. List<Property Map>- targets
This property is required. List<Property Map> - type
This property is required. 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 This property is required. List<Property Map>
GetKubernetesBaremetalNodeProfileResultActionParam
- Additional
Properties This property is required. string - Class
Id This property is required. string - Name
This property is required. string - Name of the profile instance or profile template.
- Object
Type This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Name
This property is required. string - Name of the profile instance or profile template.
- Object
Type This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - name
This property is required. String - Name of the profile instance or profile template.
- object
Type This property is required. String - value
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - name
This property is required. string - Name of the profile instance or profile template.
- object
Type This property is required. string - value
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - name
This property is required. str - Name of the profile instance or profile template.
- object_
type This property is required. str - value
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - name
This property is required. String - Name of the profile instance or profile template.
- object
Type This property is required. String - value
This property is required. String
GetKubernetesBaremetalNodeProfileResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultConfigContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Config
State This property is required. string - Config
State Summary This property is required. string - Config
Type This property is required. string - Control
Action This property is required. string - Error
State This property is required. string - Inconsistency
Reasons This property is required. List<string> - Object
Type This property is required. string - Oper
State This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Config
State This property is required. string - Config
State Summary This property is required. string - Config
Type This property is required. string - Control
Action This property is required. string - Error
State This property is required. string - Inconsistency
Reasons This property is required. []string - Object
Type This property is required. string - Oper
State This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - config
State This property is required. String - config
State Summary This property is required. String - config
Type This property is required. String - control
Action This property is required. String - error
State This property is required. String - inconsistency
Reasons This property is required. List<String> - object
Type This property is required. String - oper
State This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - config
State This property is required. string - config
State Summary This property is required. string - config
Type This property is required. string - control
Action This property is required. string - error
State This property is required. string - inconsistency
Reasons This property is required. string[] - object
Type This property is required. string - oper
State This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - config_
state This property is required. str - config_
state_ summary This property is required. str - config_
type This property is required. str - control_
action This property is required. str - error_
state This property is required. str - inconsistency_
reasons This property is required. Sequence[str] - object_
type This property is required. str - oper_
state This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - config
State This property is required. String - config
State Summary This property is required. String - config
Type This property is required. String - control
Action This property is required. String - error
State This property is required. String - inconsistency
Reasons This property is required. List<String> - object
Type This property is required. String - oper
State This property is required. String
GetKubernetesBaremetalNodeProfileResultConfigResult
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultNetworkInfo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ethernets
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ethernet> - Object
Type This property is required. string - Ovsbonds
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ovsbond>
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ethernets
This property is required. []GetKubernetes Baremetal Node Profile Result Network Info Ethernet - Object
Type This property is required. string - Ovsbonds
This property is required. []GetKubernetes Baremetal Node Profile Result Network Info Ovsbond
- additional
Properties This property is required. String - class
Id This property is required. String - ethernets
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ethernet> - object
Type This property is required. String - ovsbonds
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ovsbond>
- additional
Properties This property is required. string - class
Id This property is required. string - ethernets
This property is required. GetKubernetes Baremetal Node Profile Result Network Info Ethernet[] - object
Type This property is required. string - ovsbonds
This property is required. GetKubernetes Baremetal Node Profile Result Network Info Ovsbond[]
- additional_
properties This property is required. str - class_
id This property is required. str - ethernets
This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Network Info Ethernet] - object_
type This property is required. str - ovsbonds
This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Network Info Ovsbond]
- additional
Properties This property is required. String - class
Id This property is required. String - ethernets
This property is required. List<Property Map> - object
Type This property is required. String - ovsbonds
This property is required. List<Property Map>
GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernet
- Additional
Properties This property is required. string - Addresses
This property is required. List<string> - Class
Id This property is required. string - Gateway
This property is required. string - Ip
V4Configs This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ethernet Ip V4Config> - Matchers
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ethernet Matcher> - Mtu
This property is required. double - Name
This property is required. string - Name of the profile instance or profile template.
- Object
Type This property is required. string - Provider
Name This property is required. string - Routes
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ethernet Route>
- Additional
Properties This property is required. string - Addresses
This property is required. []string - Class
Id This property is required. string - Gateway
This property is required. string - Ip
V4Configs This property is required. []GetKubernetes Baremetal Node Profile Result Network Info Ethernet Ip V4Config - Matchers
This property is required. []GetKubernetes Baremetal Node Profile Result Network Info Ethernet Matcher - Mtu
This property is required. float64 - Name
This property is required. string - Name of the profile instance or profile template.
- Object
Type This property is required. string - Provider
Name This property is required. string - Routes
This property is required. []GetKubernetes Baremetal Node Profile Result Network Info Ethernet Route
- additional
Properties This property is required. String - addresses
This property is required. List<String> - class
Id This property is required. String - gateway
This property is required. String - ip
V4Configs This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ethernet Ip V4Config> - matchers
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ethernet Matcher> - mtu
This property is required. Double - name
This property is required. String - Name of the profile instance or profile template.
- object
Type This property is required. String - provider
Name This property is required. String - routes
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ethernet Route>
- additional
Properties This property is required. string - addresses
This property is required. string[] - class
Id This property is required. string - gateway
This property is required. string - ip
V4Configs This property is required. GetKubernetes Baremetal Node Profile Result Network Info Ethernet Ip V4Config[] - matchers
This property is required. GetKubernetes Baremetal Node Profile Result Network Info Ethernet Matcher[] - mtu
This property is required. number - name
This property is required. string - Name of the profile instance or profile template.
- object
Type This property is required. string - provider
Name This property is required. string - routes
This property is required. GetKubernetes Baremetal Node Profile Result Network Info Ethernet Route[]
- additional_
properties This property is required. str - addresses
This property is required. Sequence[str] - class_
id This property is required. str - gateway
This property is required. str - ip_
v4_ configs This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Network Info Ethernet Ip V4Config] - matchers
This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Network Info Ethernet Matcher] - mtu
This property is required. float - name
This property is required. str - Name of the profile instance or profile template.
- object_
type This property is required. str - provider_
name This property is required. str - routes
This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Network Info Ethernet Route]
- additional
Properties This property is required. String - addresses
This property is required. List<String> - class
Id This property is required. String - gateway
This property is required. String - ip
V4Configs This property is required. List<Property Map> - matchers
This property is required. List<Property Map> - mtu
This property is required. Number - name
This property is required. String - Name of the profile instance or profile template.
- object
Type This property is required. String - provider
Name This property is required. String - routes
This property is required. List<Property Map>
GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4Config
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ip
This property is required. string - Leases
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ethernet Ip V4Config Lease> - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ip
This property is required. string - Leases
This property is required. []GetKubernetes Baremetal Node Profile Result Network Info Ethernet Ip V4Config Lease - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - ip
This property is required. String - leases
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ethernet Ip V4Config Lease> - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - ip
This property is required. string - leases
This property is required. GetKubernetes Baremetal Node Profile Result Network Info Ethernet Ip V4Config Lease[] - object
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - ip
This property is required. str - leases
This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Network Info Ethernet Ip V4Config Lease] - object_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - ip
This property is required. String - leases
This property is required. List<Property Map> - object
Type This property is required. String
GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4ConfigLease
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetMatcher
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string - Type
This property is required. 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
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string - Type
This property is required. 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
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String - type
This property is required. 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
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - object
Type This property is required. string - type
This property is required. 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
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - object_
type This property is required. str - type
This property is required. 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
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String - type
This property is required. 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
This property is required. String
GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetRoute
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string - To
This property is required. string - Via
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string - To
This property is required. string - Via
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String - to
This property is required. String - via
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - object
Type This property is required. string - to
This property is required. string - via
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - object_
type This property is required. str - to
This property is required. str - via
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String - to
This property is required. String - via
This property is required. String
GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbond
- Additional
Properties This property is required. string - Addresses
This property is required. List<string> - Class
Id This property is required. string - Gateway
This property is required. string - Interfaces
This property is required. List<string> - Ip
V4Configs This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Ip V4Config> - Mtu
This property is required. double - Name
This property is required. string - Name of the profile instance or profile template.
- Object
Type This property is required. string - Routes
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Route> - Vlan
This property is required. double
- Additional
Properties This property is required. string - Addresses
This property is required. []string - Class
Id This property is required. string - Gateway
This property is required. string - Interfaces
This property is required. []string - Ip
V4Configs This property is required. []GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Ip V4Config - Mtu
This property is required. float64 - Name
This property is required. string - Name of the profile instance or profile template.
- Object
Type This property is required. string - Routes
This property is required. []GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Route - Vlan
This property is required. float64
- additional
Properties This property is required. String - addresses
This property is required. List<String> - class
Id This property is required. String - gateway
This property is required. String - interfaces
This property is required. List<String> - ip
V4Configs This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Ip V4Config> - mtu
This property is required. Double - name
This property is required. String - Name of the profile instance or profile template.
- object
Type This property is required. String - routes
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Route> - vlan
This property is required. Double
- additional
Properties This property is required. string - addresses
This property is required. string[] - class
Id This property is required. string - gateway
This property is required. string - interfaces
This property is required. string[] - ip
V4Configs This property is required. GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Ip V4Config[] - mtu
This property is required. number - name
This property is required. string - Name of the profile instance or profile template.
- object
Type This property is required. string - routes
This property is required. GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Route[] - vlan
This property is required. number
- additional_
properties This property is required. str - addresses
This property is required. Sequence[str] - class_
id This property is required. str - gateway
This property is required. str - interfaces
This property is required. Sequence[str] - ip_
v4_ configs This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Ip V4Config] - mtu
This property is required. float - name
This property is required. str - Name of the profile instance or profile template.
- object_
type This property is required. str - routes
This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Route] - vlan
This property is required. float
- additional
Properties This property is required. String - addresses
This property is required. List<String> - class
Id This property is required. String - gateway
This property is required. String - interfaces
This property is required. List<String> - ip
V4Configs This property is required. List<Property Map> - mtu
This property is required. Number - name
This property is required. String - Name of the profile instance or profile template.
- object
Type This property is required. String - routes
This property is required. List<Property Map> - vlan
This property is required. Number
GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4Config
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ip
This property is required. string - Leases
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Ip V4Config Lease> - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ip
This property is required. string - Leases
This property is required. []GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Ip V4Config Lease - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - ip
This property is required. String - leases
This property is required. List<GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Ip V4Config Lease> - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - ip
This property is required. string - leases
This property is required. GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Ip V4Config Lease[] - object
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - ip
This property is required. str - leases
This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Network Info Ovsbond Ip V4Config Lease] - object_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - ip
This property is required. String - leases
This property is required. List<Property Map> - object
Type This property is required. String
GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4ConfigLease
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondRoute
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string - To
This property is required. string - Via
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string - To
This property is required. string - Via
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String - to
This property is required. String - via
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - object
Type This property is required. string - to
This property is required. string - via
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - object_
type This property is required. str - to
This property is required. str - via
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String - to
This property is required. String - via
This property is required. String
GetKubernetesBaremetalNodeProfileResultNodeGroup
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultNrVersion
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultPolicyBucket
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultScheduledAction
- Action
This property is required. 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.
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string - Proceed
On Reboot This property is required. bool
- Action
This property is required. 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.
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string - Proceed
On Reboot This property is required. bool
- action
This property is required. 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.
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String - proceed
On Reboot This property is required. Boolean
- action
This property is required. 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.
- additional
Properties This property is required. string - class
Id This property is required. string - object
Type This property is required. string - proceed
On Reboot This property is required. boolean
- action
This property is required. 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.
- additional_
properties This property is required. str - class_
id This property is required. str - object_
type This property is required. str - proceed_
on_ reboot This property is required. bool
- action
This property is required. 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.
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String - proceed
On Reboot This property is required. Boolean
GetKubernetesBaremetalNodeProfileResultServer
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultSrcTemplate
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties This property is required. string - key
This property is required. string - value
This property is required. string
- additional_
properties This property is required. str - key
This property is required. str - value
This property is required. str
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetKubernetesBaremetalNodeProfileResultTarget
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetKubernetes Baremetal Node Profile Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. List<GetKubernetes Baremetal Node Profile Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetKubernetes Baremetal Node Profile Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. []GetKubernetes Baremetal Node Profile Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetKubernetes Baremetal Node Profile Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<GetKubernetes Baremetal Node Profile Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetKubernetes Baremetal Node Profile Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - object
Type This property is required. string - ref
Mos This property is required. GetKubernetes Baremetal Node Profile Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - object_
type This property is required. str - ref_
mos This property is required. Sequence[GetKubernetes Baremetal Node Profile Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetKubernetesBaremetalNodeProfileResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetKubernetesBaremetalNodeProfileScheduledAction
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
GetKubernetesBaremetalNodeProfileServer
- 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'.
GetKubernetesBaremetalNodeProfileSrcTemplate
- 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'.
GetKubernetesBaremetalNodeProfileTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetKubernetesBaremetalNodeProfileTarget
- 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'.
GetKubernetesBaremetalNodeProfileVersionContext
- 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 Baremetal Node 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 Baremetal Node 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 Baremetal Node 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 Baremetal Node 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 Baremetal Node 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 Baremetal Node 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 Baremetal Node 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 Baremetal Node 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 Baremetal Node 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 Baremetal Node 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.
GetKubernetesBaremetalNodeProfileVersionContextInterestedMo
- 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'.
GetKubernetesBaremetalNodeProfileVersionContextRefMo
- 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
intersight
Terraform Provider.
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet