1. Packages
  2. Intersight Provider
  3. API Docs
  4. getKubernetesBaremetalNodeProfile
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getKubernetesBaremetalNodeProfile

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupKubernetesBaremetalNodeProfile(ctx *Context, args *LookupKubernetesBaremetalNodeProfileArgs, opts ...InvokeOption) (*LookupKubernetesBaremetalNodeProfileResult, error)
func LookupKubernetesBaremetalNodeProfileOutput(ctx *Context, args *LookupKubernetesBaremetalNodeProfileOutputArgs, opts ...InvokeOption) LookupKubernetesBaremetalNodeProfileResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetKubernetesBaremetalNodeProfileResult> getKubernetesBaremetalNodeProfile(GetKubernetesBaremetalNodeProfileArgs args, InvokeOptions options)
public static Output<GetKubernetesBaremetalNodeProfileResult> getKubernetesBaremetalNodeProfile(GetKubernetesBaremetalNodeProfileArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getKubernetesBaremetalNodeProfile:getKubernetesBaremetalNodeProfile
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid 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.
ActionParams List<GetKubernetesBaremetalNodeProfileActionParam>
AdditionalProperties string
Ancestors List<GetKubernetesBaremetalNodeProfileAncestor>
ClassId string
CloudProvider 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.
ConfigContext GetKubernetesBaremetalNodeProfileConfigContext
ConfigResult GetKubernetesBaremetalNodeProfileConfigResult
CreateTime string
The time when this managed object was created.
DeployedPolicies List<string>
Description string
Description of the profile.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
KubernetesNic string
Network interface from NetworkInfo (by name) to use for kubernetes VIP.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of the profile instance or profile template.
NetworkInfo GetKubernetesBaremetalNodeProfileNetworkInfo
NodeGroup GetKubernetesBaremetalNodeProfileNodeGroup
NrVersion GetKubernetesBaremetalNodeProfileNrVersion
ObjectType string
Owners List<string>
Parent GetKubernetesBaremetalNodeProfileParent
PermissionResources List<GetKubernetesBaremetalNodeProfilePermissionResource>
PolicyBuckets List<GetKubernetesBaremetalNodeProfilePolicyBucket>
RemovedPolicies List<string>
ScheduledActions List<GetKubernetesBaremetalNodeProfileScheduledAction>
Server GetKubernetesBaremetalNodeProfileServer
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SrcTemplate GetKubernetesBaremetalNodeProfileSrcTemplate
Tags List<GetKubernetesBaremetalNodeProfileTag>
Target GetKubernetesBaremetalNodeProfileTarget
Type string
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
VersionContext GetKubernetesBaremetalNodeProfileVersionContext
AccountMoid 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.
ActionParams []GetKubernetesBaremetalNodeProfileActionParam
AdditionalProperties string
Ancestors []GetKubernetesBaremetalNodeProfileAncestor
ClassId string
CloudProvider 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.
ConfigContext GetKubernetesBaremetalNodeProfileConfigContext
ConfigResult GetKubernetesBaremetalNodeProfileConfigResult
CreateTime string
The time when this managed object was created.
DeployedPolicies []string
Description string
Description of the profile.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
KubernetesNic string
Network interface from NetworkInfo (by name) to use for kubernetes VIP.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of the profile instance or profile template.
NetworkInfo GetKubernetesBaremetalNodeProfileNetworkInfo
NodeGroup GetKubernetesBaremetalNodeProfileNodeGroup
NrVersion GetKubernetesBaremetalNodeProfileNrVersion
ObjectType string
Owners []string
Parent GetKubernetesBaremetalNodeProfileParent
PermissionResources []GetKubernetesBaremetalNodeProfilePermissionResource
PolicyBuckets []GetKubernetesBaremetalNodeProfilePolicyBucket
RemovedPolicies []string
ScheduledActions []GetKubernetesBaremetalNodeProfileScheduledAction
Server GetKubernetesBaremetalNodeProfileServer
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SrcTemplate GetKubernetesBaremetalNodeProfileSrcTemplate
Tags []GetKubernetesBaremetalNodeProfileTag
Target GetKubernetesBaremetalNodeProfileTarget
Type string
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
VersionContext GetKubernetesBaremetalNodeProfileVersionContext
accountMoid 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.
actionParams List<GetKubernetesBaremetalNodeProfileActionParam>
additionalProperties String
ancestors List<GetKubernetesBaremetalNodeProfileAncestor>
classId String
cloudProvider 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.
configContext GetKubernetesBaremetalNodeProfileConfigContext
configResult GetKubernetesBaremetalNodeProfileConfigResult
createTime String
The time when this managed object was created.
deployedPolicies List<String>
description String
Description of the profile.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
kubernetesNic String
Network interface from NetworkInfo (by name) to use for kubernetes VIP.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
Name of the profile instance or profile template.
networkInfo GetKubernetesBaremetalNodeProfileNetworkInfo
nodeGroup GetKubernetesBaremetalNodeProfileNodeGroup
nrVersion GetKubernetesBaremetalNodeProfileNrVersion
objectType String
owners List<String>
parent GetKubernetesBaremetalNodeProfileParent
permissionResources List<GetKubernetesBaremetalNodeProfilePermissionResource>
policyBuckets List<GetKubernetesBaremetalNodeProfilePolicyBucket>
removedPolicies List<String>
scheduledActions List<GetKubernetesBaremetalNodeProfileScheduledAction>
server GetKubernetesBaremetalNodeProfileServer
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
srcTemplate GetKubernetesBaremetalNodeProfileSrcTemplate
tags List<GetKubernetesBaremetalNodeProfileTag>
target GetKubernetesBaremetalNodeProfileTarget
type String
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
versionContext GetKubernetesBaremetalNodeProfileVersionContext
accountMoid 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.
actionParams GetKubernetesBaremetalNodeProfileActionParam[]
additionalProperties string
ancestors GetKubernetesBaremetalNodeProfileAncestor[]
classId string
cloudProvider 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.
configContext GetKubernetesBaremetalNodeProfileConfigContext
configResult GetKubernetesBaremetalNodeProfileConfigResult
createTime string
The time when this managed object was created.
deployedPolicies string[]
description string
Description of the profile.
domainGroupMoid string
The DomainGroup ID for this managed object.
id string
kubernetesNic string
Network interface from NetworkInfo (by name) to use for kubernetes VIP.
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
Name of the profile instance or profile template.
networkInfo GetKubernetesBaremetalNodeProfileNetworkInfo
nodeGroup GetKubernetesBaremetalNodeProfileNodeGroup
nrVersion GetKubernetesBaremetalNodeProfileNrVersion
objectType string
owners string[]
parent GetKubernetesBaremetalNodeProfileParent
permissionResources GetKubernetesBaremetalNodeProfilePermissionResource[]
policyBuckets GetKubernetesBaremetalNodeProfilePolicyBucket[]
removedPolicies string[]
scheduledActions GetKubernetesBaremetalNodeProfileScheduledAction[]
server GetKubernetesBaremetalNodeProfileServer
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
srcTemplate GetKubernetesBaremetalNodeProfileSrcTemplate
tags GetKubernetesBaremetalNodeProfileTag[]
target GetKubernetesBaremetalNodeProfileTarget
type string
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
versionContext GetKubernetesBaremetalNodeProfileVersionContext
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[GetKubernetesBaremetalNodeProfileActionParam]
additional_properties str
ancestors Sequence[GetKubernetesBaremetalNodeProfileAncestor]
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 GetKubernetesBaremetalNodeProfileConfigContext
config_result GetKubernetesBaremetalNodeProfileConfigResult
create_time str
The time when this managed object was created.
deployed_policies Sequence[str]
description str
Description of the profile.
domain_group_moid str
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 GetKubernetesBaremetalNodeProfileNetworkInfo
node_group GetKubernetesBaremetalNodeProfileNodeGroup
nr_version GetKubernetesBaremetalNodeProfileNrVersion
object_type str
owners Sequence[str]
parent GetKubernetesBaremetalNodeProfileParent
permission_resources Sequence[GetKubernetesBaremetalNodeProfilePermissionResource]
policy_buckets Sequence[GetKubernetesBaremetalNodeProfilePolicyBucket]
removed_policies Sequence[str]
scheduled_actions Sequence[GetKubernetesBaremetalNodeProfileScheduledAction]
server GetKubernetesBaremetalNodeProfileServer
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
src_template GetKubernetesBaremetalNodeProfileSrcTemplate
tags Sequence[GetKubernetesBaremetalNodeProfileTag]
target GetKubernetesBaremetalNodeProfileTarget
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 GetKubernetesBaremetalNodeProfileVersionContext
accountMoid 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.
actionParams List<Property Map>
additionalProperties String
ancestors List<Property Map>
classId String
cloudProvider 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.
configContext Property Map
configResult Property Map
createTime String
The time when this managed object was created.
deployedPolicies List<String>
description String
Description of the profile.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
kubernetesNic String
Network interface from NetworkInfo (by name) to use for kubernetes VIP.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
Name of the profile instance or profile template.
networkInfo Property Map
nodeGroup Property Map
nrVersion Property Map
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
policyBuckets List<Property Map>
removedPolicies List<String>
scheduledActions List<Property Map>
server Property Map
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
srcTemplate Property Map
tags 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.
versionContext Property Map

getKubernetesBaremetalNodeProfile Result

The following output properties are available:

Id string
Results List<GetKubernetesBaremetalNodeProfileResult>
AccountMoid string
Action string
ActionParams List<GetKubernetesBaremetalNodeProfileActionParam>
AdditionalProperties string
Ancestors List<GetKubernetesBaremetalNodeProfileAncestor>
ClassId string
CloudProvider string
ConfigContext GetKubernetesBaremetalNodeProfileConfigContext
ConfigResult GetKubernetesBaremetalNodeProfileConfigResult
CreateTime string
DeployedPolicies List<string>
Description string
DomainGroupMoid string
KubernetesNic string
ModTime string
Moid string
Name string
NetworkInfo GetKubernetesBaremetalNodeProfileNetworkInfo
NodeGroup GetKubernetesBaremetalNodeProfileNodeGroup
NrVersion GetKubernetesBaremetalNodeProfileNrVersion
ObjectType string
Owners List<string>
Parent GetKubernetesBaremetalNodeProfileParent
PermissionResources List<GetKubernetesBaremetalNodeProfilePermissionResource>
PolicyBuckets List<GetKubernetesBaremetalNodeProfilePolicyBucket>
RemovedPolicies List<string>
ScheduledActions List<GetKubernetesBaremetalNodeProfileScheduledAction>
Server GetKubernetesBaremetalNodeProfileServer
SharedScope string
SrcTemplate GetKubernetesBaremetalNodeProfileSrcTemplate
Tags List<GetKubernetesBaremetalNodeProfileTag>
Target GetKubernetesBaremetalNodeProfileTarget
Type string
VersionContext GetKubernetesBaremetalNodeProfileVersionContext
Id string
Results []GetKubernetesBaremetalNodeProfileResult
AccountMoid string
Action string
ActionParams []GetKubernetesBaremetalNodeProfileActionParam
AdditionalProperties string
Ancestors []GetKubernetesBaremetalNodeProfileAncestor
ClassId string
CloudProvider string
ConfigContext GetKubernetesBaremetalNodeProfileConfigContext
ConfigResult GetKubernetesBaremetalNodeProfileConfigResult
CreateTime string
DeployedPolicies []string
Description string
DomainGroupMoid string
KubernetesNic string
ModTime string
Moid string
Name string
NetworkInfo GetKubernetesBaremetalNodeProfileNetworkInfo
NodeGroup GetKubernetesBaremetalNodeProfileNodeGroup
NrVersion GetKubernetesBaremetalNodeProfileNrVersion
ObjectType string
Owners []string
Parent GetKubernetesBaremetalNodeProfileParent
PermissionResources []GetKubernetesBaremetalNodeProfilePermissionResource
PolicyBuckets []GetKubernetesBaremetalNodeProfilePolicyBucket
RemovedPolicies []string
ScheduledActions []GetKubernetesBaremetalNodeProfileScheduledAction
Server GetKubernetesBaremetalNodeProfileServer
SharedScope string
SrcTemplate GetKubernetesBaremetalNodeProfileSrcTemplate
Tags []GetKubernetesBaremetalNodeProfileTag
Target GetKubernetesBaremetalNodeProfileTarget
Type string
VersionContext GetKubernetesBaremetalNodeProfileVersionContext
id String
results List<GetKubernetesBaremetalNodeProfileResult>
accountMoid String
action String
actionParams List<GetKubernetesBaremetalNodeProfileActionParam>
additionalProperties String
ancestors List<GetKubernetesBaremetalNodeProfileAncestor>
classId String
cloudProvider String
configContext GetKubernetesBaremetalNodeProfileConfigContext
configResult GetKubernetesBaremetalNodeProfileConfigResult
createTime String
deployedPolicies List<String>
description String
domainGroupMoid String
kubernetesNic String
modTime String
moid String
name String
networkInfo GetKubernetesBaremetalNodeProfileNetworkInfo
nodeGroup GetKubernetesBaremetalNodeProfileNodeGroup
nrVersion GetKubernetesBaremetalNodeProfileNrVersion
objectType String
owners List<String>
parent GetKubernetesBaremetalNodeProfileParent
permissionResources List<GetKubernetesBaremetalNodeProfilePermissionResource>
policyBuckets List<GetKubernetesBaremetalNodeProfilePolicyBucket>
removedPolicies List<String>
scheduledActions List<GetKubernetesBaremetalNodeProfileScheduledAction>
server GetKubernetesBaremetalNodeProfileServer
sharedScope String
srcTemplate GetKubernetesBaremetalNodeProfileSrcTemplate
tags List<GetKubernetesBaremetalNodeProfileTag>
target GetKubernetesBaremetalNodeProfileTarget
type String
versionContext GetKubernetesBaremetalNodeProfileVersionContext
id str
results Sequence[GetKubernetesBaremetalNodeProfileResult]
account_moid str
action str
action_params Sequence[GetKubernetesBaremetalNodeProfileActionParam]
additional_properties str
ancestors Sequence[GetKubernetesBaremetalNodeProfileAncestor]
class_id str
cloud_provider str
config_context GetKubernetesBaremetalNodeProfileConfigContext
config_result GetKubernetesBaremetalNodeProfileConfigResult
create_time str
deployed_policies Sequence[str]
description str
domain_group_moid str
kubernetes_nic str
mod_time str
moid str
name str
network_info GetKubernetesBaremetalNodeProfileNetworkInfo
node_group GetKubernetesBaremetalNodeProfileNodeGroup
nr_version GetKubernetesBaremetalNodeProfileNrVersion
object_type str
owners Sequence[str]
parent GetKubernetesBaremetalNodeProfileParent
permission_resources Sequence[GetKubernetesBaremetalNodeProfilePermissionResource]
policy_buckets Sequence[GetKubernetesBaremetalNodeProfilePolicyBucket]
removed_policies Sequence[str]
scheduled_actions Sequence[GetKubernetesBaremetalNodeProfileScheduledAction]
server GetKubernetesBaremetalNodeProfileServer
shared_scope str
src_template GetKubernetesBaremetalNodeProfileSrcTemplate
tags Sequence[GetKubernetesBaremetalNodeProfileTag]
target GetKubernetesBaremetalNodeProfileTarget
type str
version_context GetKubernetesBaremetalNodeProfileVersionContext

Supporting Types

GetKubernetesBaremetalNodeProfileActionParam

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Name string
Name of the profile instance or profile template.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Value string
The action parameter value.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Name string
Name of the profile instance or profile template.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Value string
The action parameter value.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name String
Name of the profile instance or profile template.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value String
The action parameter value.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name string
Name of the profile instance or profile template.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value string
The action parameter value.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name str
Name of the profile instance or profile template.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value str
The action parameter value.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name String
Name of the profile instance or profile template.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value String
The action parameter value.

GetKubernetesBaremetalNodeProfileAncestor

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfileConfigContext

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ConfigState string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
ConfigStateSummary string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
ConfigType string
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
ControlAction string
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
ErrorState string
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
InconsistencyReasons List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OperState string
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ConfigState string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
ConfigStateSummary string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
ConfigType string
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
ControlAction string
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
ErrorState string
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
InconsistencyReasons []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OperState string
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
configState String
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
configStateSummary String
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
configType String
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
controlAction String
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
errorState String
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
inconsistencyReasons List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
operState String
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
configState string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
configStateSummary string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
configType string
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
controlAction string
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
errorState string
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
inconsistencyReasons string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
operState string
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
config_state str
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
config_state_summary str
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
config_type str
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
control_action str
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
error_state str
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
inconsistency_reasons Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
oper_state str
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
configState String
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
configStateSummary String
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
configType String
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
controlAction String
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
errorState String
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
inconsistencyReasons List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
operState String
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.

GetKubernetesBaremetalNodeProfileConfigResult

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfileNetworkInfo

AdditionalProperties string
ClassId string
The fully-qualified name 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<GetKubernetesBaremetalNodeProfileNetworkInfoEthernet>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Ovsbonds List<GetKubernetesBaremetalNodeProfileNetworkInfoOvsbond>
AdditionalProperties string
ClassId string
The fully-qualified name 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 []GetKubernetesBaremetalNodeProfileNetworkInfoEthernet
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Ovsbonds []GetKubernetesBaremetalNodeProfileNetworkInfoOvsbond
additionalProperties String
classId String
The fully-qualified name 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<GetKubernetesBaremetalNodeProfileNetworkInfoEthernet>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ovsbonds List<GetKubernetesBaremetalNodeProfileNetworkInfoOvsbond>
additionalProperties string
classId string
The fully-qualified name 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 GetKubernetesBaremetalNodeProfileNetworkInfoEthernet[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ovsbonds GetKubernetesBaremetalNodeProfileNetworkInfoOvsbond[]
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[GetKubernetesBaremetalNodeProfileNetworkInfoEthernet]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ovsbonds Sequence[GetKubernetesBaremetalNodeProfileNetworkInfoOvsbond]
additionalProperties String
classId String
The fully-qualified name 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>
objectType 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

AdditionalProperties string
Addresses List<string>
ClassId string
The fully-qualified name 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.
IpV4Configs List<GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4Config>
Matcher GetKubernetesBaremetalNodeProfileNetworkInfoEthernetMatcher
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.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ProviderName string
If the infrastructure network is selectable, this indicates which network to attach to the port.
Routes List<GetKubernetesBaremetalNodeProfileNetworkInfoEthernetRoute>
AdditionalProperties string
Addresses []string
ClassId string
The fully-qualified name 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.
IpV4Configs []GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4Config
Matcher GetKubernetesBaremetalNodeProfileNetworkInfoEthernetMatcher
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.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ProviderName string
If the infrastructure network is selectable, this indicates which network to attach to the port.
Routes []GetKubernetesBaremetalNodeProfileNetworkInfoEthernetRoute
additionalProperties String
addresses List<String>
classId String
The fully-qualified name 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.
ipV4Configs List<GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4Config>
matcher GetKubernetesBaremetalNodeProfileNetworkInfoEthernetMatcher
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.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
providerName String
If the infrastructure network is selectable, this indicates which network to attach to the port.
routes List<GetKubernetesBaremetalNodeProfileNetworkInfoEthernetRoute>
additionalProperties string
addresses string[]
classId string
The fully-qualified name 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.
ipV4Configs GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4Config[]
matcher GetKubernetesBaremetalNodeProfileNetworkInfoEthernetMatcher
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.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
providerName string
If the infrastructure network is selectable, this indicates which network to attach to the port.
routes GetKubernetesBaremetalNodeProfileNetworkInfoEthernetRoute[]
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_configs Sequence[GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4Config]
matcher GetKubernetesBaremetalNodeProfileNetworkInfoEthernetMatcher
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[GetKubernetesBaremetalNodeProfileNetworkInfoEthernetRoute]
additionalProperties String
addresses List<String>
classId String
The fully-qualified name 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.
ipV4Configs 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.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
providerName String
If the infrastructure network is selectable, this indicates which network to attach to the port.
routes List<Property Map>

GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4Config

AdditionalProperties string
ClassId string
The fully-qualified name 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 GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLease
The IP Lease if allocated from a Pool. It can include gateway information.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Ip string
IPv4 Address in CIDR format.
Lease GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLease
The IP Lease if allocated from a Pool. It can include gateway information.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ip String
IPv4 Address in CIDR format.
lease GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLease
The IP Lease if allocated from a Pool. It can include gateway information.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ip string
IPv4 Address in CIDR format.
lease GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLease
The IP Lease if allocated from a Pool. It can include gateway information.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ip str
IPv4 Address in CIDR format.
lease GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLease
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.
additionalProperties String
classId String
The fully-qualified name 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.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetKubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLease

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfileNetworkInfoEthernetMatcher

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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

AdditionalProperties string
Addresses List<string>
ClassId string
The fully-qualified name 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>
IpV4Configs List<GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4Config>
Mtu double
The MTU to assign to this Network Interface.
Name string
Name of the profile instance or profile template.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Routes List<GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondRoute>
Vlan double
Native VLAN for to use for the bond.
AdditionalProperties string
Addresses []string
ClassId string
The fully-qualified name 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
IpV4Configs []GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4Config
Mtu float64
The MTU to assign to this Network Interface.
Name string
Name of the profile instance or profile template.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Routes []GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondRoute
Vlan float64
Native VLAN for to use for the bond.
additionalProperties String
addresses List<String>
classId String
The fully-qualified name 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>
ipV4Configs List<GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4Config>
mtu Double
The MTU to assign to this Network Interface.
name String
Name of the profile instance or profile template.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
routes List<GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondRoute>
vlan Double
Native VLAN for to use for the bond.
additionalProperties string
addresses string[]
classId string
The fully-qualified name 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[]
ipV4Configs GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4Config[]
mtu number
The MTU to assign to this Network Interface.
name string
Name of the profile instance or profile template.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
routes GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondRoute[]
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_configs Sequence[GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4Config]
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[GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondRoute]
vlan float
Native VLAN for to use for the bond.
additionalProperties String
addresses List<String>
classId String
The fully-qualified name 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>
ipV4Configs List<Property Map>
mtu Number
The MTU to assign to this Network Interface.
name String
Name of the profile instance or profile template.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
routes List<Property Map>
vlan Number
Native VLAN for to use for the bond.

GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4Config

AdditionalProperties string
ClassId string
The fully-qualified name 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 GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLease
The IP Lease if allocated from a Pool. It can include gateway information.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Ip string
IPv4 Address in CIDR format.
Lease GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLease
The IP Lease if allocated from a Pool. It can include gateway information.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ip String
IPv4 Address in CIDR format.
lease GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLease
The IP Lease if allocated from a Pool. It can include gateway information.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ip string
IPv4 Address in CIDR format.
lease GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLease
The IP Lease if allocated from a Pool. It can include gateway information.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ip str
IPv4 Address in CIDR format.
lease GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLease
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.
additionalProperties String
classId String
The fully-qualified name 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.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLease

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfileNetworkInfoOvsbondRoute

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfileNrVersion

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfileParent

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfilePermissionResource

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfilePolicyBucket

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfileResult

AccountMoid 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.
ActionParams This property is required. List<GetKubernetesBaremetalNodeProfileResultActionParam>
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetKubernetesBaremetalNodeProfileResultAncestor>
ClassId This property is required. string
CloudProvider 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.
ConfigContexts This property is required. List<GetKubernetesBaremetalNodeProfileResultConfigContext>
ConfigResults This property is required. List<GetKubernetesBaremetalNodeProfileResultConfigResult>
CreateTime This property is required. string
The time when this managed object was created.
DeployedPolicies This property is required. List<string>
Description This property is required. string
Description of the profile.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
KubernetesNic This property is required. string
Network interface from NetworkInfo (by name) to use for kubernetes VIP.
ModTime 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.
NetworkInfos This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfo>
NodeGroups This property is required. List<GetKubernetesBaremetalNodeProfileResultNodeGroup>
NrVersions This property is required. List<GetKubernetesBaremetalNodeProfileResultNrVersion>
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetKubernetesBaremetalNodeProfileResultParent>
PermissionResources This property is required. List<GetKubernetesBaremetalNodeProfileResultPermissionResource>
PolicyBuckets This property is required. List<GetKubernetesBaremetalNodeProfileResultPolicyBucket>
RemovedPolicies This property is required. List<string>
ScheduledActions This property is required. List<GetKubernetesBaremetalNodeProfileResultScheduledAction>
Servers This property is required. List<GetKubernetesBaremetalNodeProfileResultServer>
SharedScope 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.
SrcTemplates This property is required. List<GetKubernetesBaremetalNodeProfileResultSrcTemplate>
Tags This property is required. List<GetKubernetesBaremetalNodeProfileResultTag>
Targets This property is required. List<GetKubernetesBaremetalNodeProfileResultTarget>
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.
VersionContexts This property is required. List<GetKubernetesBaremetalNodeProfileResultVersionContext>
AccountMoid 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.
ActionParams This property is required. []GetKubernetesBaremetalNodeProfileResultActionParam
AdditionalProperties This property is required. string
Ancestors This property is required. []GetKubernetesBaremetalNodeProfileResultAncestor
ClassId This property is required. string
CloudProvider 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.
ConfigContexts This property is required. []GetKubernetesBaremetalNodeProfileResultConfigContext
ConfigResults This property is required. []GetKubernetesBaremetalNodeProfileResultConfigResult
CreateTime This property is required. string
The time when this managed object was created.
DeployedPolicies This property is required. []string
Description This property is required. string
Description of the profile.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
KubernetesNic This property is required. string
Network interface from NetworkInfo (by name) to use for kubernetes VIP.
ModTime 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.
NetworkInfos This property is required. []GetKubernetesBaremetalNodeProfileResultNetworkInfo
NodeGroups This property is required. []GetKubernetesBaremetalNodeProfileResultNodeGroup
NrVersions This property is required. []GetKubernetesBaremetalNodeProfileResultNrVersion
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetKubernetesBaremetalNodeProfileResultParent
PermissionResources This property is required. []GetKubernetesBaremetalNodeProfileResultPermissionResource
PolicyBuckets This property is required. []GetKubernetesBaremetalNodeProfileResultPolicyBucket
RemovedPolicies This property is required. []string
ScheduledActions This property is required. []GetKubernetesBaremetalNodeProfileResultScheduledAction
Servers This property is required. []GetKubernetesBaremetalNodeProfileResultServer
SharedScope 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.
SrcTemplates This property is required. []GetKubernetesBaremetalNodeProfileResultSrcTemplate
Tags This property is required. []GetKubernetesBaremetalNodeProfileResultTag
Targets This property is required. []GetKubernetesBaremetalNodeProfileResultTarget
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.
VersionContexts This property is required. []GetKubernetesBaremetalNodeProfileResultVersionContext
accountMoid 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.
actionParams This property is required. List<GetKubernetesBaremetalNodeProfileResultActionParam>
additionalProperties This property is required. String
ancestors This property is required. List<GetKubernetesBaremetalNodeProfileResultAncestor>
classId This property is required. String
cloudProvider 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.
configContexts This property is required. List<GetKubernetesBaremetalNodeProfileResultConfigContext>
configResults This property is required. List<GetKubernetesBaremetalNodeProfileResultConfigResult>
createTime This property is required. String
The time when this managed object was created.
deployedPolicies This property is required. List<String>
description This property is required. String
Description of the profile.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
kubernetesNic This property is required. String
Network interface from NetworkInfo (by name) to use for kubernetes VIP.
modTime 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.
networkInfos This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfo>
nodeGroups This property is required. List<GetKubernetesBaremetalNodeProfileResultNodeGroup>
nrVersions This property is required. List<GetKubernetesBaremetalNodeProfileResultNrVersion>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetKubernetesBaremetalNodeProfileResultParent>
permissionResources This property is required. List<GetKubernetesBaremetalNodeProfileResultPermissionResource>
policyBuckets This property is required. List<GetKubernetesBaremetalNodeProfileResultPolicyBucket>
removedPolicies This property is required. List<String>
scheduledActions This property is required. List<GetKubernetesBaremetalNodeProfileResultScheduledAction>
servers This property is required. List<GetKubernetesBaremetalNodeProfileResultServer>
sharedScope 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.
srcTemplates This property is required. List<GetKubernetesBaremetalNodeProfileResultSrcTemplate>
tags This property is required. List<GetKubernetesBaremetalNodeProfileResultTag>
targets This property is required. List<GetKubernetesBaremetalNodeProfileResultTarget>
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.
versionContexts This property is required. List<GetKubernetesBaremetalNodeProfileResultVersionContext>
accountMoid 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.
actionParams This property is required. GetKubernetesBaremetalNodeProfileResultActionParam[]
additionalProperties This property is required. string
ancestors This property is required. GetKubernetesBaremetalNodeProfileResultAncestor[]
classId This property is required. string
cloudProvider 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.
configContexts This property is required. GetKubernetesBaremetalNodeProfileResultConfigContext[]
configResults This property is required. GetKubernetesBaremetalNodeProfileResultConfigResult[]
createTime This property is required. string
The time when this managed object was created.
deployedPolicies This property is required. string[]
description This property is required. string
Description of the profile.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
kubernetesNic This property is required. string
Network interface from NetworkInfo (by name) to use for kubernetes VIP.
modTime 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.
networkInfos This property is required. GetKubernetesBaremetalNodeProfileResultNetworkInfo[]
nodeGroups This property is required. GetKubernetesBaremetalNodeProfileResultNodeGroup[]
nrVersions This property is required. GetKubernetesBaremetalNodeProfileResultNrVersion[]
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetKubernetesBaremetalNodeProfileResultParent[]
permissionResources This property is required. GetKubernetesBaremetalNodeProfileResultPermissionResource[]
policyBuckets This property is required. GetKubernetesBaremetalNodeProfileResultPolicyBucket[]
removedPolicies This property is required. string[]
scheduledActions This property is required. GetKubernetesBaremetalNodeProfileResultScheduledAction[]
servers This property is required. GetKubernetesBaremetalNodeProfileResultServer[]
sharedScope 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.
srcTemplates This property is required. GetKubernetesBaremetalNodeProfileResultSrcTemplate[]
tags This property is required. GetKubernetesBaremetalNodeProfileResultTag[]
targets This property is required. GetKubernetesBaremetalNodeProfileResultTarget[]
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.
versionContexts This property is required. GetKubernetesBaremetalNodeProfileResultVersionContext[]
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[GetKubernetesBaremetalNodeProfileResultActionParam]
additional_properties This property is required. str
ancestors This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultAncestor]
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[GetKubernetesBaremetalNodeProfileResultConfigContext]
config_results This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultConfigResult]
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[GetKubernetesBaremetalNodeProfileResultNetworkInfo]
node_groups This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultNodeGroup]
nr_versions This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultNrVersion]
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultParent]
permission_resources This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultPermissionResource]
policy_buckets This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultPolicyBucket]
removed_policies This property is required. Sequence[str]
scheduled_actions This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultScheduledAction]
servers This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultServer]
shared_scope 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[GetKubernetesBaremetalNodeProfileResultSrcTemplate]
tags This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultTag]
targets This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultTarget]
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[GetKubernetesBaremetalNodeProfileResultVersionContext]
accountMoid 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.
actionParams This property is required. List<Property Map>
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
cloudProvider 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.
configContexts This property is required. List<Property Map>
configResults This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
deployedPolicies This property is required. List<String>
description This property is required. String
Description of the profile.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
kubernetesNic This property is required. String
Network interface from NetworkInfo (by name) to use for kubernetes VIP.
modTime 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.
networkInfos This property is required. List<Property Map>
nodeGroups This property is required. List<Property Map>
nrVersions This property is required. List<Property Map>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
policyBuckets This property is required. List<Property Map>
removedPolicies This property is required. List<String>
scheduledActions This property is required. List<Property Map>
servers This property is required. List<Property Map>
sharedScope 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.
srcTemplates This property is required. List<Property Map>
tags 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.
versionContexts This property is required. List<Property Map>

GetKubernetesBaremetalNodeProfileResultActionParam

AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
Value This property is required. string
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
Name of the profile instance or profile template.
objectType This property is required. String
value This property is required. String
additionalProperties This property is required. string
classId This property is required. string
name This property is required. string
Name of the profile instance or profile template.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
Name of the profile instance or profile template.
objectType This property is required. String
value This property is required. String

GetKubernetesBaremetalNodeProfileResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultConfigContext

AdditionalProperties This property is required. string
ClassId This property is required. string
ConfigState This property is required. string
ConfigStateSummary This property is required. string
ConfigType This property is required. string
ControlAction This property is required. string
ErrorState This property is required. string
InconsistencyReasons This property is required. List<string>
ObjectType This property is required. string
OperState This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
ConfigState This property is required. string
ConfigStateSummary This property is required. string
ConfigType This property is required. string
ControlAction This property is required. string
ErrorState This property is required. string
InconsistencyReasons This property is required. []string
ObjectType This property is required. string
OperState This property is required. string
additionalProperties This property is required. String
classId This property is required. String
configState This property is required. String
configStateSummary This property is required. String
configType This property is required. String
controlAction This property is required. String
errorState This property is required. String
inconsistencyReasons This property is required. List<String>
objectType This property is required. String
operState This property is required. String
additionalProperties This property is required. string
classId This property is required. string
configState This property is required. string
configStateSummary This property is required. string
configType This property is required. string
controlAction This property is required. string
errorState This property is required. string
inconsistencyReasons This property is required. string[]
objectType This property is required. string
operState 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
additionalProperties This property is required. String
classId This property is required. String
configState This property is required. String
configStateSummary This property is required. String
configType This property is required. String
controlAction This property is required. String
errorState This property is required. String
inconsistencyReasons This property is required. List<String>
objectType This property is required. String
operState This property is required. String

GetKubernetesBaremetalNodeProfileResultConfigResult

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultNetworkInfo

AdditionalProperties This property is required. string
ClassId This property is required. string
Ethernets This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernet>
ObjectType This property is required. string
Ovsbonds This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbond>
AdditionalProperties This property is required. string
ClassId This property is required. string
Ethernets This property is required. []GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernet
ObjectType This property is required. string
Ovsbonds This property is required. []GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbond
additionalProperties This property is required. String
classId This property is required. String
ethernets This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernet>
objectType This property is required. String
ovsbonds This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbond>
additionalProperties This property is required. string
classId This property is required. string
ethernets This property is required. GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernet[]
objectType This property is required. string
ovsbonds This property is required. GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbond[]
additional_properties This property is required. str
class_id This property is required. str
ethernets This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernet]
object_type This property is required. str
ovsbonds This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbond]
additionalProperties This property is required. String
classId This property is required. String
ethernets This property is required. List<Property Map>
objectType This property is required. String
ovsbonds This property is required. List<Property Map>

GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernet

AdditionalProperties This property is required. string
Addresses This property is required. List<string>
ClassId This property is required. string
Gateway This property is required. string
IpV4Configs This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4Config>
Matchers This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetMatcher>
Mtu This property is required. double
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
ProviderName This property is required. string
Routes This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetRoute>
AdditionalProperties This property is required. string
Addresses This property is required. []string
ClassId This property is required. string
Gateway This property is required. string
IpV4Configs This property is required. []GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4Config
Matchers This property is required. []GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetMatcher
Mtu This property is required. float64
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
ProviderName This property is required. string
Routes This property is required. []GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetRoute
additionalProperties This property is required. String
addresses This property is required. List<String>
classId This property is required. String
gateway This property is required. String
ipV4Configs This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4Config>
matchers This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetMatcher>
mtu This property is required. Double
name This property is required. String
Name of the profile instance or profile template.
objectType This property is required. String
providerName This property is required. String
routes This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetRoute>
additionalProperties This property is required. string
addresses This property is required. string[]
classId This property is required. string
gateway This property is required. string
ipV4Configs This property is required. GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4Config[]
matchers This property is required. GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetMatcher[]
mtu This property is required. number
name This property is required. string
Name of the profile instance or profile template.
objectType This property is required. string
providerName This property is required. string
routes This property is required. GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetRoute[]
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[GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4Config]
matchers This property is required. Sequence[GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetMatcher]
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[GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetRoute]
additionalProperties This property is required. String
addresses This property is required. List<String>
classId This property is required. String
gateway This property is required. String
ipV4Configs 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.
objectType This property is required. String
providerName This property is required. String
routes This property is required. List<Property Map>

GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4Config

AdditionalProperties This property is required. string
ClassId This property is required. string
Ip This property is required. string
Leases This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4ConfigLease>
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Ip This property is required. string
Leases This property is required. []GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4ConfigLease
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
ip This property is required. String
leases This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4ConfigLease>
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
ip This property is required. string
leases This property is required. GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4ConfigLease[]
objectType 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[GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4ConfigLease]
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
ip This property is required. String
leases This property is required. List<Property Map>
objectType This property is required. String

GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetIpV4ConfigLease

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultNetworkInfoEthernetMatcher

AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType 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
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType 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
additionalProperties This property is required. String
classId This property is required. String
objectType 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
additionalProperties This property is required. string
classId This property is required. string
objectType 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
additionalProperties This property is required. String
classId This property is required. String
objectType 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

AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
To This property is required. string
Via This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
To This property is required. string
Via This property is required. string
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
to This property is required. String
via This property is required. String
additionalProperties This property is required. string
classId This property is required. string
objectType 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
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
to This property is required. String
via This property is required. String

GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbond

AdditionalProperties This property is required. string
Addresses This property is required. List<string>
ClassId This property is required. string
Gateway This property is required. string
Interfaces This property is required. List<string>
IpV4Configs This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4Config>
Mtu This property is required. double
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
Routes This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondRoute>
Vlan This property is required. double
AdditionalProperties This property is required. string
Addresses This property is required. []string
ClassId This property is required. string
Gateway This property is required. string
Interfaces This property is required. []string
IpV4Configs This property is required. []GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4Config
Mtu This property is required. float64
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
Routes This property is required. []GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondRoute
Vlan This property is required. float64
additionalProperties This property is required. String
addresses This property is required. List<String>
classId This property is required. String
gateway This property is required. String
interfaces This property is required. List<String>
ipV4Configs This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4Config>
mtu This property is required. Double
name This property is required. String
Name of the profile instance or profile template.
objectType This property is required. String
routes This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondRoute>
vlan This property is required. Double
additionalProperties This property is required. string
addresses This property is required. string[]
classId This property is required. string
gateway This property is required. string
interfaces This property is required. string[]
ipV4Configs This property is required. GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4Config[]
mtu This property is required. number
name This property is required. string
Name of the profile instance or profile template.
objectType This property is required. string
routes This property is required. GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondRoute[]
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[GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4Config]
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[GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondRoute]
vlan This property is required. float
additionalProperties This property is required. String
addresses This property is required. List<String>
classId This property is required. String
gateway This property is required. String
interfaces This property is required. List<String>
ipV4Configs 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.
objectType This property is required. String
routes This property is required. List<Property Map>
vlan This property is required. Number

GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4Config

AdditionalProperties This property is required. string
ClassId This property is required. string
Ip This property is required. string
Leases This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4ConfigLease>
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Ip This property is required. string
Leases This property is required. []GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4ConfigLease
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
ip This property is required. String
leases This property is required. List<GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4ConfigLease>
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
ip This property is required. string
leases This property is required. GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4ConfigLease[]
objectType 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[GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4ConfigLease]
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
ip This property is required. String
leases This property is required. List<Property Map>
objectType This property is required. String

GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondIpV4ConfigLease

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultNetworkInfoOvsbondRoute

AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
To This property is required. string
Via This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
To This property is required. string
Via This property is required. string
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
to This property is required. String
via This property is required. String
additionalProperties This property is required. string
classId This property is required. string
objectType 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
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
to This property is required. String
via This property is required. String

GetKubernetesBaremetalNodeProfileResultNodeGroup

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultNrVersion

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultPolicyBucket

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType 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.
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
ProceedOnReboot 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.
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
ProceedOnReboot 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.
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
proceedOnReboot 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.
additionalProperties This property is required. string
classId This property is required. string
objectType This property is required. string
proceedOnReboot 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.
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
proceedOnReboot This property is required. Boolean

GetKubernetesBaremetalNodeProfileResultServer

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultSrcTemplate

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties 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
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetKubernetesBaremetalNodeProfileResultTarget

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetKubernetesBaremetalNodeProfileResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetKubernetesBaremetalNodeProfileResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetKubernetesBaremetalNodeProfileResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetKubernetesBaremetalNodeProfileResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetKubernetesBaremetalNodeProfileResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetKubernetesBaremetalNodeProfileResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetKubernetesBaremetalNodeProfileResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetKubernetesBaremetalNodeProfileResultVersionContextRefMo[]
timestamp This property is required. string
versionType 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[GetKubernetesBaremetalNodeProfileResultVersionContextInterestedMo]
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[GetKubernetesBaremetalNodeProfileResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetKubernetesBaremetalNodeProfileResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetKubernetesBaremetalNodeProfileResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType 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
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType 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.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ProceedOnReboot bool
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.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ProceedOnReboot bool
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.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
proceedOnReboot Boolean
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.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
proceedOnReboot boolean
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_reboot bool
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.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
proceedOnReboot Boolean
ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.

GetKubernetesBaremetalNodeProfileServer

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfileSrcTemplate

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfileTag

AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.
additionalProperties string
key string
The string representation of a tag key.
value string
The string representation of a tag value.
additional_properties str
key str
The string representation of a tag key.
value str
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.

GetKubernetesBaremetalNodeProfileTarget

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfileVersionContext

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos List<GetKubernetesBaremetalNodeProfileVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetKubernetesBaremetalNodeProfileVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos []GetKubernetesBaremetalNodeProfileVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetKubernetesBaremetalNodeProfileVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interested_mos Sequence[GetKubernetesBaremetalNodeProfileVersionContextInterestedMo]
marked_for_deletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nr_version str
The version of the Managed Object, e.g. an incrementing number or a hash id.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetKubernetesBaremetalNodeProfileVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

GetKubernetesBaremetalNodeProfileVersionContextInterestedMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetKubernetesBaremetalNodeProfileVersionContextRefMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.