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

intersight.getHyperflexNodeProfile

Explore with Pulumi AI

A configuration profile per node in the HyperFlex cluster. It defines node settings such as IP address configuration for hypervisor management network, storage data network, HyperFlex management network, and the assigned physical server.

Using getHyperflexNodeProfile

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 getHyperflexNodeProfile(args: GetHyperflexNodeProfileArgs, opts?: InvokeOptions): Promise<GetHyperflexNodeProfileResult>
function getHyperflexNodeProfileOutput(args: GetHyperflexNodeProfileOutputArgs, opts?: InvokeOptions): Output<GetHyperflexNodeProfileResult>
Copy
def get_hyperflex_node_profile(account_moid: Optional[str] = None,
                               action: Optional[str] = None,
                               action_params: Optional[Sequence[GetHyperflexNodeProfileActionParam]] = None,
                               additional_properties: Optional[str] = None,
                               ancestors: Optional[Sequence[GetHyperflexNodeProfileAncestor]] = None,
                               assigned_server: Optional[GetHyperflexNodeProfileAssignedServer] = None,
                               class_id: Optional[str] = None,
                               cluster_profile: Optional[GetHyperflexNodeProfileClusterProfile] = None,
                               config_context: Optional[GetHyperflexNodeProfileConfigContext] = None,
                               create_time: Optional[str] = None,
                               deployed_policies: Optional[Sequence[str]] = None,
                               description: Optional[str] = None,
                               domain_group_moid: Optional[str] = None,
                               hxdp_data_ip: Optional[str] = None,
                               hxdp_mgmt_ip: Optional[str] = None,
                               hxdp_storage_client_ip: Optional[str] = None,
                               hypervisor_control_ip: Optional[str] = None,
                               hypervisor_data_ip: Optional[str] = None,
                               hypervisor_mgmt_ip: Optional[str] = None,
                               id: Optional[str] = None,
                               mod_time: Optional[str] = None,
                               moid: Optional[str] = None,
                               name: Optional[str] = None,
                               node: Optional[GetHyperflexNodeProfileNode] = None,
                               node_role: Optional[str] = None,
                               object_type: Optional[str] = None,
                               owners: Optional[Sequence[str]] = None,
                               parent: Optional[GetHyperflexNodeProfileParent] = None,
                               permission_resources: Optional[Sequence[GetHyperflexNodeProfilePermissionResource]] = None,
                               policy_buckets: Optional[Sequence[GetHyperflexNodeProfilePolicyBucket]] = None,
                               removed_policies: Optional[Sequence[str]] = None,
                               scheduled_actions: Optional[Sequence[GetHyperflexNodeProfileScheduledAction]] = None,
                               shared_scope: Optional[str] = None,
                               src_template: Optional[GetHyperflexNodeProfileSrcTemplate] = None,
                               tags: Optional[Sequence[GetHyperflexNodeProfileTag]] = None,
                               type: Optional[str] = None,
                               version_context: Optional[GetHyperflexNodeProfileVersionContext] = None,
                               opts: Optional[InvokeOptions] = None) -> GetHyperflexNodeProfileResult
def get_hyperflex_node_profile_output(account_moid: Optional[pulumi.Input[str]] = None,
                               action: Optional[pulumi.Input[str]] = None,
                               action_params: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeProfileActionParamArgs]]]] = None,
                               additional_properties: Optional[pulumi.Input[str]] = None,
                               ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeProfileAncestorArgs]]]] = None,
                               assigned_server: Optional[pulumi.Input[GetHyperflexNodeProfileAssignedServerArgs]] = None,
                               class_id: Optional[pulumi.Input[str]] = None,
                               cluster_profile: Optional[pulumi.Input[GetHyperflexNodeProfileClusterProfileArgs]] = None,
                               config_context: Optional[pulumi.Input[GetHyperflexNodeProfileConfigContextArgs]] = 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,
                               hxdp_data_ip: Optional[pulumi.Input[str]] = None,
                               hxdp_mgmt_ip: Optional[pulumi.Input[str]] = None,
                               hxdp_storage_client_ip: Optional[pulumi.Input[str]] = None,
                               hypervisor_control_ip: Optional[pulumi.Input[str]] = None,
                               hypervisor_data_ip: Optional[pulumi.Input[str]] = None,
                               hypervisor_mgmt_ip: Optional[pulumi.Input[str]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               mod_time: Optional[pulumi.Input[str]] = None,
                               moid: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               node: Optional[pulumi.Input[GetHyperflexNodeProfileNodeArgs]] = None,
                               node_role: Optional[pulumi.Input[str]] = None,
                               object_type: Optional[pulumi.Input[str]] = None,
                               owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               parent: Optional[pulumi.Input[GetHyperflexNodeProfileParentArgs]] = None,
                               permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeProfilePermissionResourceArgs]]]] = None,
                               policy_buckets: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeProfilePolicyBucketArgs]]]] = None,
                               removed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               scheduled_actions: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeProfileScheduledActionArgs]]]] = None,
                               shared_scope: Optional[pulumi.Input[str]] = None,
                               src_template: Optional[pulumi.Input[GetHyperflexNodeProfileSrcTemplateArgs]] = None,
                               tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeProfileTagArgs]]]] = None,
                               type: Optional[pulumi.Input[str]] = None,
                               version_context: Optional[pulumi.Input[GetHyperflexNodeProfileVersionContextArgs]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexNodeProfileResult]
Copy
func LookupHyperflexNodeProfile(ctx *Context, args *LookupHyperflexNodeProfileArgs, opts ...InvokeOption) (*LookupHyperflexNodeProfileResult, error)
func LookupHyperflexNodeProfileOutput(ctx *Context, args *LookupHyperflexNodeProfileOutputArgs, opts ...InvokeOption) LookupHyperflexNodeProfileResultOutput
Copy

> Note: This function is named LookupHyperflexNodeProfile in the Go SDK.

public static class GetHyperflexNodeProfile 
{
    public static Task<GetHyperflexNodeProfileResult> InvokeAsync(GetHyperflexNodeProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexNodeProfileResult> Invoke(GetHyperflexNodeProfileInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetHyperflexNodeProfileResult> getHyperflexNodeProfile(GetHyperflexNodeProfileArgs args, InvokeOptions options)
public static Output<GetHyperflexNodeProfileResult> getHyperflexNodeProfile(GetHyperflexNodeProfileArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getHyperflexNodeProfile:getHyperflexNodeProfile
  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<GetHyperflexNodeProfileActionParam>
AdditionalProperties string
Ancestors List<GetHyperflexNodeProfileAncestor>
AssignedServer GetHyperflexNodeProfileAssignedServer
ClassId string
ClusterProfile GetHyperflexNodeProfileClusterProfile
ConfigContext GetHyperflexNodeProfileConfigContext
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.
HxdpDataIp string
IP address for storage data network (Controller VM interface).
HxdpMgmtIp string
IP address for HyperFlex management network.
HxdpStorageClientIp string
IP address for storage client network (Controller VM interface).
HypervisorControlIp string
IP address for hypervisor control such as VM migration or pod management.
HypervisorDataIp string
IP address for storage data network (Hypervisor interface).
HypervisorMgmtIp string
IP address for Hypervisor management network.
Id string
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.
Node GetHyperflexNodeProfileNode
NodeRole string
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
ObjectType string
Owners List<string>
Parent GetHyperflexNodeProfileParent
PermissionResources List<GetHyperflexNodeProfilePermissionResource>
PolicyBuckets List<GetHyperflexNodeProfilePolicyBucket>
RemovedPolicies List<string>
ScheduledActions List<GetHyperflexNodeProfileScheduledAction>
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 GetHyperflexNodeProfileSrcTemplate
Tags List<GetHyperflexNodeProfileTag>
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 GetHyperflexNodeProfileVersionContext
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 []GetHyperflexNodeProfileActionParam
AdditionalProperties string
Ancestors []GetHyperflexNodeProfileAncestor
AssignedServer GetHyperflexNodeProfileAssignedServer
ClassId string
ClusterProfile GetHyperflexNodeProfileClusterProfile
ConfigContext GetHyperflexNodeProfileConfigContext
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.
HxdpDataIp string
IP address for storage data network (Controller VM interface).
HxdpMgmtIp string
IP address for HyperFlex management network.
HxdpStorageClientIp string
IP address for storage client network (Controller VM interface).
HypervisorControlIp string
IP address for hypervisor control such as VM migration or pod management.
HypervisorDataIp string
IP address for storage data network (Hypervisor interface).
HypervisorMgmtIp string
IP address for Hypervisor management network.
Id string
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.
Node GetHyperflexNodeProfileNode
NodeRole string
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
ObjectType string
Owners []string
Parent GetHyperflexNodeProfileParent
PermissionResources []GetHyperflexNodeProfilePermissionResource
PolicyBuckets []GetHyperflexNodeProfilePolicyBucket
RemovedPolicies []string
ScheduledActions []GetHyperflexNodeProfileScheduledAction
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 GetHyperflexNodeProfileSrcTemplate
Tags []GetHyperflexNodeProfileTag
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 GetHyperflexNodeProfileVersionContext
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<GetHyperflexNodeProfileActionParam>
additionalProperties String
ancestors List<GetHyperflexNodeProfileAncestor>
assignedServer GetHyperflexNodeProfileAssignedServer
classId String
clusterProfile GetHyperflexNodeProfileClusterProfile
configContext GetHyperflexNodeProfileConfigContext
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.
hxdpDataIp String
IP address for storage data network (Controller VM interface).
hxdpMgmtIp String
IP address for HyperFlex management network.
hxdpStorageClientIp String
IP address for storage client network (Controller VM interface).
hypervisorControlIp String
IP address for hypervisor control such as VM migration or pod management.
hypervisorDataIp String
IP address for storage data network (Hypervisor interface).
hypervisorMgmtIp String
IP address for Hypervisor management network.
id String
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.
node GetHyperflexNodeProfileNode
nodeRole String
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
objectType String
owners List<String>
parent GetHyperflexNodeProfileParent
permissionResources List<GetHyperflexNodeProfilePermissionResource>
policyBuckets List<GetHyperflexNodeProfilePolicyBucket>
removedPolicies List<String>
scheduledActions List<GetHyperflexNodeProfileScheduledAction>
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 GetHyperflexNodeProfileSrcTemplate
tags List<GetHyperflexNodeProfileTag>
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 GetHyperflexNodeProfileVersionContext
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 GetHyperflexNodeProfileActionParam[]
additionalProperties string
ancestors GetHyperflexNodeProfileAncestor[]
assignedServer GetHyperflexNodeProfileAssignedServer
classId string
clusterProfile GetHyperflexNodeProfileClusterProfile
configContext GetHyperflexNodeProfileConfigContext
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.
hxdpDataIp string
IP address for storage data network (Controller VM interface).
hxdpMgmtIp string
IP address for HyperFlex management network.
hxdpStorageClientIp string
IP address for storage client network (Controller VM interface).
hypervisorControlIp string
IP address for hypervisor control such as VM migration or pod management.
hypervisorDataIp string
IP address for storage data network (Hypervisor interface).
hypervisorMgmtIp string
IP address for Hypervisor management network.
id string
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.
node GetHyperflexNodeProfileNode
nodeRole string
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
objectType string
owners string[]
parent GetHyperflexNodeProfileParent
permissionResources GetHyperflexNodeProfilePermissionResource[]
policyBuckets GetHyperflexNodeProfilePolicyBucket[]
removedPolicies string[]
scheduledActions GetHyperflexNodeProfileScheduledAction[]
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 GetHyperflexNodeProfileSrcTemplate
tags GetHyperflexNodeProfileTag[]
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 GetHyperflexNodeProfileVersionContext
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[GetHyperflexNodeProfileActionParam]
additional_properties str
ancestors Sequence[GetHyperflexNodeProfileAncestor]
assigned_server GetHyperflexNodeProfileAssignedServer
class_id str
cluster_profile GetHyperflexNodeProfileClusterProfile
config_context GetHyperflexNodeProfileConfigContext
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.
hxdp_data_ip str
IP address for storage data network (Controller VM interface).
hxdp_mgmt_ip str
IP address for HyperFlex management network.
hxdp_storage_client_ip str
IP address for storage client network (Controller VM interface).
hypervisor_control_ip str
IP address for hypervisor control such as VM migration or pod management.
hypervisor_data_ip str
IP address for storage data network (Hypervisor interface).
hypervisor_mgmt_ip str
IP address for Hypervisor management network.
id str
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
name str
Name of the profile instance or profile template.
node GetHyperflexNodeProfileNode
node_role str
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
object_type str
owners Sequence[str]
parent GetHyperflexNodeProfileParent
permission_resources Sequence[GetHyperflexNodeProfilePermissionResource]
policy_buckets Sequence[GetHyperflexNodeProfilePolicyBucket]
removed_policies Sequence[str]
scheduled_actions Sequence[GetHyperflexNodeProfileScheduledAction]
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 GetHyperflexNodeProfileSrcTemplate
tags Sequence[GetHyperflexNodeProfileTag]
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 GetHyperflexNodeProfileVersionContext
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>
assignedServer Property Map
classId String
clusterProfile Property Map
configContext 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.
hxdpDataIp String
IP address for storage data network (Controller VM interface).
hxdpMgmtIp String
IP address for HyperFlex management network.
hxdpStorageClientIp String
IP address for storage client network (Controller VM interface).
hypervisorControlIp String
IP address for hypervisor control such as VM migration or pod management.
hypervisorDataIp String
IP address for storage data network (Hypervisor interface).
hypervisorMgmtIp String
IP address for Hypervisor management network.
id String
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.
node Property Map
nodeRole String
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
policyBuckets List<Property Map>
removedPolicies List<String>
scheduledActions List<Property Map>
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
srcTemplate Property Map
tags List<Property Map>
type String
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
versionContext Property Map

getHyperflexNodeProfile Result

The following output properties are available:

Id string
Results List<GetHyperflexNodeProfileResult>
AccountMoid string
Action string
ActionParams List<GetHyperflexNodeProfileActionParam>
AdditionalProperties string
Ancestors List<GetHyperflexNodeProfileAncestor>
AssignedServer GetHyperflexNodeProfileAssignedServer
ClassId string
ClusterProfile GetHyperflexNodeProfileClusterProfile
ConfigContext GetHyperflexNodeProfileConfigContext
CreateTime string
DeployedPolicies List<string>
Description string
DomainGroupMoid string
HxdpDataIp string
HxdpMgmtIp string
HxdpStorageClientIp string
HypervisorControlIp string
HypervisorDataIp string
HypervisorMgmtIp string
ModTime string
Moid string
Name string
Node GetHyperflexNodeProfileNode
NodeRole string
ObjectType string
Owners List<string>
Parent GetHyperflexNodeProfileParent
PermissionResources List<GetHyperflexNodeProfilePermissionResource>
PolicyBuckets List<GetHyperflexNodeProfilePolicyBucket>
RemovedPolicies List<string>
ScheduledActions List<GetHyperflexNodeProfileScheduledAction>
SharedScope string
SrcTemplate GetHyperflexNodeProfileSrcTemplate
Tags List<GetHyperflexNodeProfileTag>
Type string
VersionContext GetHyperflexNodeProfileVersionContext
Id string
Results []GetHyperflexNodeProfileResult
AccountMoid string
Action string
ActionParams []GetHyperflexNodeProfileActionParam
AdditionalProperties string
Ancestors []GetHyperflexNodeProfileAncestor
AssignedServer GetHyperflexNodeProfileAssignedServer
ClassId string
ClusterProfile GetHyperflexNodeProfileClusterProfile
ConfigContext GetHyperflexNodeProfileConfigContext
CreateTime string
DeployedPolicies []string
Description string
DomainGroupMoid string
HxdpDataIp string
HxdpMgmtIp string
HxdpStorageClientIp string
HypervisorControlIp string
HypervisorDataIp string
HypervisorMgmtIp string
ModTime string
Moid string
Name string
Node GetHyperflexNodeProfileNode
NodeRole string
ObjectType string
Owners []string
Parent GetHyperflexNodeProfileParent
PermissionResources []GetHyperflexNodeProfilePermissionResource
PolicyBuckets []GetHyperflexNodeProfilePolicyBucket
RemovedPolicies []string
ScheduledActions []GetHyperflexNodeProfileScheduledAction
SharedScope string
SrcTemplate GetHyperflexNodeProfileSrcTemplate
Tags []GetHyperflexNodeProfileTag
Type string
VersionContext GetHyperflexNodeProfileVersionContext
id String
results List<GetHyperflexNodeProfileResult>
accountMoid String
action String
actionParams List<GetHyperflexNodeProfileActionParam>
additionalProperties String
ancestors List<GetHyperflexNodeProfileAncestor>
assignedServer GetHyperflexNodeProfileAssignedServer
classId String
clusterProfile GetHyperflexNodeProfileClusterProfile
configContext GetHyperflexNodeProfileConfigContext
createTime String
deployedPolicies List<String>
description String
domainGroupMoid String
hxdpDataIp String
hxdpMgmtIp String
hxdpStorageClientIp String
hypervisorControlIp String
hypervisorDataIp String
hypervisorMgmtIp String
modTime String
moid String
name String
node GetHyperflexNodeProfileNode
nodeRole String
objectType String
owners List<String>
parent GetHyperflexNodeProfileParent
permissionResources List<GetHyperflexNodeProfilePermissionResource>
policyBuckets List<GetHyperflexNodeProfilePolicyBucket>
removedPolicies List<String>
scheduledActions List<GetHyperflexNodeProfileScheduledAction>
sharedScope String
srcTemplate GetHyperflexNodeProfileSrcTemplate
tags List<GetHyperflexNodeProfileTag>
type String
versionContext GetHyperflexNodeProfileVersionContext
id str
results Sequence[GetHyperflexNodeProfileResult]
account_moid str
action str
action_params Sequence[GetHyperflexNodeProfileActionParam]
additional_properties str
ancestors Sequence[GetHyperflexNodeProfileAncestor]
assigned_server GetHyperflexNodeProfileAssignedServer
class_id str
cluster_profile GetHyperflexNodeProfileClusterProfile
config_context GetHyperflexNodeProfileConfigContext
create_time str
deployed_policies Sequence[str]
description str
domain_group_moid str
hxdp_data_ip str
hxdp_mgmt_ip str
hxdp_storage_client_ip str
hypervisor_control_ip str
hypervisor_data_ip str
hypervisor_mgmt_ip str
mod_time str
moid str
name str
node GetHyperflexNodeProfileNode
node_role str
object_type str
owners Sequence[str]
parent GetHyperflexNodeProfileParent
permission_resources Sequence[GetHyperflexNodeProfilePermissionResource]
policy_buckets Sequence[GetHyperflexNodeProfilePolicyBucket]
removed_policies Sequence[str]
scheduled_actions Sequence[GetHyperflexNodeProfileScheduledAction]
shared_scope str
src_template GetHyperflexNodeProfileSrcTemplate
tags Sequence[GetHyperflexNodeProfileTag]
type str
version_context GetHyperflexNodeProfileVersionContext
id String
results List<Property Map>
accountMoid String
action String
actionParams List<Property Map>
additionalProperties String
ancestors List<Property Map>
assignedServer Property Map
classId String
clusterProfile Property Map
configContext Property Map
createTime String
deployedPolicies List<String>
description String
domainGroupMoid String
hxdpDataIp String
hxdpMgmtIp String
hxdpStorageClientIp String
hypervisorControlIp String
hypervisorDataIp String
hypervisorMgmtIp String
modTime String
moid String
name String
node Property Map
nodeRole String
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
policyBuckets List<Property Map>
removedPolicies List<String>
scheduledActions List<Property Map>
sharedScope String
srcTemplate Property Map
tags List<Property Map>
type String
versionContext Property Map

Supporting Types

GetHyperflexNodeProfileActionParam

AdditionalProperties string
ClassId string
The fully-qualified name 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.

GetHyperflexNodeProfileAncestor

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetHyperflexNodeProfileAssignedServer

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetHyperflexNodeProfileClusterProfile

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetHyperflexNodeProfileConfigContext

AdditionalProperties string
ClassId string
The fully-qualified name 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.

GetHyperflexNodeProfileNode

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetHyperflexNodeProfileParent

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetHyperflexNodeProfilePermissionResource

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetHyperflexNodeProfilePolicyBucket

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetHyperflexNodeProfileResult

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<GetHyperflexNodeProfileResultActionParam>
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetHyperflexNodeProfileResultAncestor>
AssignedServers This property is required. List<GetHyperflexNodeProfileResultAssignedServer>
ClassId This property is required. string
ClusterProfiles This property is required. List<GetHyperflexNodeProfileResultClusterProfile>
ConfigContexts This property is required. List<GetHyperflexNodeProfileResultConfigContext>
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.
HxdpDataIp This property is required. string
IP address for storage data network (Controller VM interface).
HxdpMgmtIp This property is required. string
IP address for HyperFlex management network.
HxdpStorageClientIp This property is required. string
IP address for storage client network (Controller VM interface).
HypervisorControlIp This property is required. string
IP address for hypervisor control such as VM migration or pod management.
HypervisorDataIp This property is required. string
IP address for storage data network (Hypervisor interface).
HypervisorMgmtIp This property is required. string
IP address for Hypervisor management network.
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.
NodeRole This property is required. string
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
Nodes This property is required. List<GetHyperflexNodeProfileResultNode>
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetHyperflexNodeProfileResultParent>
PermissionResources This property is required. List<GetHyperflexNodeProfileResultPermissionResource>
PolicyBuckets This property is required. List<GetHyperflexNodeProfileResultPolicyBucket>
RemovedPolicies This property is required. List<string>
ScheduledActions This property is required. List<GetHyperflexNodeProfileResultScheduledAction>
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<GetHyperflexNodeProfileResultSrcTemplate>
Tags This property is required. List<GetHyperflexNodeProfileResultTag>
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<GetHyperflexNodeProfileResultVersionContext>
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. []GetHyperflexNodeProfileResultActionParam
AdditionalProperties This property is required. string
Ancestors This property is required. []GetHyperflexNodeProfileResultAncestor
AssignedServers This property is required. []GetHyperflexNodeProfileResultAssignedServer
ClassId This property is required. string
ClusterProfiles This property is required. []GetHyperflexNodeProfileResultClusterProfile
ConfigContexts This property is required. []GetHyperflexNodeProfileResultConfigContext
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.
HxdpDataIp This property is required. string
IP address for storage data network (Controller VM interface).
HxdpMgmtIp This property is required. string
IP address for HyperFlex management network.
HxdpStorageClientIp This property is required. string
IP address for storage client network (Controller VM interface).
HypervisorControlIp This property is required. string
IP address for hypervisor control such as VM migration or pod management.
HypervisorDataIp This property is required. string
IP address for storage data network (Hypervisor interface).
HypervisorMgmtIp This property is required. string
IP address for Hypervisor management network.
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.
NodeRole This property is required. string
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
Nodes This property is required. []GetHyperflexNodeProfileResultNode
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetHyperflexNodeProfileResultParent
PermissionResources This property is required. []GetHyperflexNodeProfileResultPermissionResource
PolicyBuckets This property is required. []GetHyperflexNodeProfileResultPolicyBucket
RemovedPolicies This property is required. []string
ScheduledActions This property is required. []GetHyperflexNodeProfileResultScheduledAction
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. []GetHyperflexNodeProfileResultSrcTemplate
Tags This property is required. []GetHyperflexNodeProfileResultTag
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. []GetHyperflexNodeProfileResultVersionContext
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<GetHyperflexNodeProfileResultActionParam>
additionalProperties This property is required. String
ancestors This property is required. List<GetHyperflexNodeProfileResultAncestor>
assignedServers This property is required. List<GetHyperflexNodeProfileResultAssignedServer>
classId This property is required. String
clusterProfiles This property is required. List<GetHyperflexNodeProfileResultClusterProfile>
configContexts This property is required. List<GetHyperflexNodeProfileResultConfigContext>
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.
hxdpDataIp This property is required. String
IP address for storage data network (Controller VM interface).
hxdpMgmtIp This property is required. String
IP address for HyperFlex management network.
hxdpStorageClientIp This property is required. String
IP address for storage client network (Controller VM interface).
hypervisorControlIp This property is required. String
IP address for hypervisor control such as VM migration or pod management.
hypervisorDataIp This property is required. String
IP address for storage data network (Hypervisor interface).
hypervisorMgmtIp This property is required. String
IP address for Hypervisor management network.
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.
nodeRole This property is required. String
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
nodes This property is required. List<GetHyperflexNodeProfileResultNode>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetHyperflexNodeProfileResultParent>
permissionResources This property is required. List<GetHyperflexNodeProfileResultPermissionResource>
policyBuckets This property is required. List<GetHyperflexNodeProfileResultPolicyBucket>
removedPolicies This property is required. List<String>
scheduledActions This property is required. List<GetHyperflexNodeProfileResultScheduledAction>
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<GetHyperflexNodeProfileResultSrcTemplate>
tags This property is required. List<GetHyperflexNodeProfileResultTag>
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<GetHyperflexNodeProfileResultVersionContext>
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. GetHyperflexNodeProfileResultActionParam[]
additionalProperties This property is required. string
ancestors This property is required. GetHyperflexNodeProfileResultAncestor[]
assignedServers This property is required. GetHyperflexNodeProfileResultAssignedServer[]
classId This property is required. string
clusterProfiles This property is required. GetHyperflexNodeProfileResultClusterProfile[]
configContexts This property is required. GetHyperflexNodeProfileResultConfigContext[]
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.
hxdpDataIp This property is required. string
IP address for storage data network (Controller VM interface).
hxdpMgmtIp This property is required. string
IP address for HyperFlex management network.
hxdpStorageClientIp This property is required. string
IP address for storage client network (Controller VM interface).
hypervisorControlIp This property is required. string
IP address for hypervisor control such as VM migration or pod management.
hypervisorDataIp This property is required. string
IP address for storage data network (Hypervisor interface).
hypervisorMgmtIp This property is required. string
IP address for Hypervisor management network.
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.
nodeRole This property is required. string
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
nodes This property is required. GetHyperflexNodeProfileResultNode[]
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetHyperflexNodeProfileResultParent[]
permissionResources This property is required. GetHyperflexNodeProfileResultPermissionResource[]
policyBuckets This property is required. GetHyperflexNodeProfileResultPolicyBucket[]
removedPolicies This property is required. string[]
scheduledActions This property is required. GetHyperflexNodeProfileResultScheduledAction[]
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. GetHyperflexNodeProfileResultSrcTemplate[]
tags This property is required. GetHyperflexNodeProfileResultTag[]
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. GetHyperflexNodeProfileResultVersionContext[]
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[GetHyperflexNodeProfileResultActionParam]
additional_properties This property is required. str
ancestors This property is required. Sequence[GetHyperflexNodeProfileResultAncestor]
assigned_servers This property is required. Sequence[GetHyperflexNodeProfileResultAssignedServer]
class_id This property is required. str
cluster_profiles This property is required. Sequence[GetHyperflexNodeProfileResultClusterProfile]
config_contexts This property is required. Sequence[GetHyperflexNodeProfileResultConfigContext]
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.
hxdp_data_ip This property is required. str
IP address for storage data network (Controller VM interface).
hxdp_mgmt_ip This property is required. str
IP address for HyperFlex management network.
hxdp_storage_client_ip This property is required. str
IP address for storage client network (Controller VM interface).
hypervisor_control_ip This property is required. str
IP address for hypervisor control such as VM migration or pod management.
hypervisor_data_ip This property is required. str
IP address for storage data network (Hypervisor interface).
hypervisor_mgmt_ip This property is required. str
IP address for Hypervisor management network.
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.
node_role This property is required. str
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
nodes This property is required. Sequence[GetHyperflexNodeProfileResultNode]
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetHyperflexNodeProfileResultParent]
permission_resources This property is required. Sequence[GetHyperflexNodeProfileResultPermissionResource]
policy_buckets This property is required. Sequence[GetHyperflexNodeProfileResultPolicyBucket]
removed_policies This property is required. Sequence[str]
scheduled_actions This property is required. Sequence[GetHyperflexNodeProfileResultScheduledAction]
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[GetHyperflexNodeProfileResultSrcTemplate]
tags This property is required. Sequence[GetHyperflexNodeProfileResultTag]
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[GetHyperflexNodeProfileResultVersionContext]
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>
assignedServers This property is required. List<Property Map>
classId This property is required. String
clusterProfiles This property is required. List<Property Map>
configContexts 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.
hxdpDataIp This property is required. String
IP address for storage data network (Controller VM interface).
hxdpMgmtIp This property is required. String
IP address for HyperFlex management network.
hxdpStorageClientIp This property is required. String
IP address for storage client network (Controller VM interface).
hypervisorControlIp This property is required. String
IP address for hypervisor control such as VM migration or pod management.
hypervisorDataIp This property is required. String
IP address for storage data network (Hypervisor interface).
hypervisorMgmtIp This property is required. String
IP address for Hypervisor management network.
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.
nodeRole This property is required. String
The role that this node performs in the HyperFlex cluster.* Unknown - The node role is not available.* Storage - The node persists data and contributes to the storage capacity of a cluster.* Compute - The node contributes to the compute capacity of a cluster.
nodes 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>
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>
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>

GetHyperflexNodeProfileResultActionParam

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

GetHyperflexNodeProfileResultAncestor

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

GetHyperflexNodeProfileResultAssignedServer

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

GetHyperflexNodeProfileResultClusterProfile

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

GetHyperflexNodeProfileResultConfigContext

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

GetHyperflexNodeProfileResultNode

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

GetHyperflexNodeProfileResultParent

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

GetHyperflexNodeProfileResultPermissionResource

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

GetHyperflexNodeProfileResultPolicyBucket

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

GetHyperflexNodeProfileResultScheduledAction

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

GetHyperflexNodeProfileResultSrcTemplate

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

GetHyperflexNodeProfileResultTag

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

GetHyperflexNodeProfileResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetHyperflexNodeProfileResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetHyperflexNodeProfileResultVersionContextRefMo>
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. []GetHyperflexNodeProfileResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetHyperflexNodeProfileResultVersionContextRefMo
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<GetHyperflexNodeProfileResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetHyperflexNodeProfileResultVersionContextRefMo>
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. GetHyperflexNodeProfileResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetHyperflexNodeProfileResultVersionContextRefMo[]
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[GetHyperflexNodeProfileResultVersionContextInterestedMo]
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[GetHyperflexNodeProfileResultVersionContextRefMo]
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

GetHyperflexNodeProfileResultVersionContextInterestedMo

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

GetHyperflexNodeProfileResultVersionContextRefMo

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

GetHyperflexNodeProfileScheduledAction

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.

GetHyperflexNodeProfileSrcTemplate

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetHyperflexNodeProfileTag

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.

GetHyperflexNodeProfileVersionContext

AdditionalProperties string
ClassId string
The fully-qualified name 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<GetHyperflexNodeProfileVersionContextInterestedMo>
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 GetHyperflexNodeProfileVersionContextRefMo
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 []GetHyperflexNodeProfileVersionContextInterestedMo
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 GetHyperflexNodeProfileVersionContextRefMo
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<GetHyperflexNodeProfileVersionContextInterestedMo>
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 GetHyperflexNodeProfileVersionContextRefMo
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 GetHyperflexNodeProfileVersionContextInterestedMo[]
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 GetHyperflexNodeProfileVersionContextRefMo
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[GetHyperflexNodeProfileVersionContextInterestedMo]
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 GetHyperflexNodeProfileVersionContextRefMo
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.

GetHyperflexNodeProfileVersionContextInterestedMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetHyperflexNodeProfileVersionContextRefMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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.