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

intersight.getHyperflexNodeConfigPolicy

Explore with Pulumi AI

A policy specifying node details such as management and storage data IP ranges. For HyperFlex Edge, storage data IP range is pre-defined.

Using getHyperflexNodeConfigPolicy

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 getHyperflexNodeConfigPolicy(args: GetHyperflexNodeConfigPolicyArgs, opts?: InvokeOptions): Promise<GetHyperflexNodeConfigPolicyResult>
function getHyperflexNodeConfigPolicyOutput(args: GetHyperflexNodeConfigPolicyOutputArgs, opts?: InvokeOptions): Output<GetHyperflexNodeConfigPolicyResult>
Copy
def get_hyperflex_node_config_policy(account_moid: Optional[str] = None,
                                     additional_properties: Optional[str] = None,
                                     ancestors: Optional[Sequence[GetHyperflexNodeConfigPolicyAncestor]] = None,
                                     class_id: Optional[str] = None,
                                     cluster_profiles: Optional[Sequence[GetHyperflexNodeConfigPolicyClusterProfile]] = None,
                                     create_time: Optional[str] = None,
                                     data_ip_range: Optional[GetHyperflexNodeConfigPolicyDataIpRange] = None,
                                     description: Optional[str] = None,
                                     domain_group_moid: Optional[str] = None,
                                     hxdp_ip_range: Optional[GetHyperflexNodeConfigPolicyHxdpIpRange] = None,
                                     hypervisor_control_ip_range: Optional[GetHyperflexNodeConfigPolicyHypervisorControlIpRange] = None,
                                     id: Optional[str] = None,
                                     mgmt_ip_range: Optional[GetHyperflexNodeConfigPolicyMgmtIpRange] = None,
                                     mod_time: Optional[str] = None,
                                     moid: Optional[str] = None,
                                     name: Optional[str] = None,
                                     node_name_prefix: Optional[str] = None,
                                     object_type: Optional[str] = None,
                                     organization: Optional[GetHyperflexNodeConfigPolicyOrganization] = None,
                                     owners: Optional[Sequence[str]] = None,
                                     parent: Optional[GetHyperflexNodeConfigPolicyParent] = None,
                                     permission_resources: Optional[Sequence[GetHyperflexNodeConfigPolicyPermissionResource]] = None,
                                     shared_scope: Optional[str] = None,
                                     tags: Optional[Sequence[GetHyperflexNodeConfigPolicyTag]] = None,
                                     version_context: Optional[GetHyperflexNodeConfigPolicyVersionContext] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetHyperflexNodeConfigPolicyResult
def get_hyperflex_node_config_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                                     additional_properties: Optional[pulumi.Input[str]] = None,
                                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeConfigPolicyAncestorArgs]]]] = None,
                                     class_id: Optional[pulumi.Input[str]] = None,
                                     cluster_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeConfigPolicyClusterProfileArgs]]]] = None,
                                     create_time: Optional[pulumi.Input[str]] = None,
                                     data_ip_range: Optional[pulumi.Input[GetHyperflexNodeConfigPolicyDataIpRangeArgs]] = None,
                                     description: Optional[pulumi.Input[str]] = None,
                                     domain_group_moid: Optional[pulumi.Input[str]] = None,
                                     hxdp_ip_range: Optional[pulumi.Input[GetHyperflexNodeConfigPolicyHxdpIpRangeArgs]] = None,
                                     hypervisor_control_ip_range: Optional[pulumi.Input[GetHyperflexNodeConfigPolicyHypervisorControlIpRangeArgs]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     mgmt_ip_range: Optional[pulumi.Input[GetHyperflexNodeConfigPolicyMgmtIpRangeArgs]] = None,
                                     mod_time: Optional[pulumi.Input[str]] = None,
                                     moid: Optional[pulumi.Input[str]] = None,
                                     name: Optional[pulumi.Input[str]] = None,
                                     node_name_prefix: Optional[pulumi.Input[str]] = None,
                                     object_type: Optional[pulumi.Input[str]] = None,
                                     organization: Optional[pulumi.Input[GetHyperflexNodeConfigPolicyOrganizationArgs]] = None,
                                     owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     parent: Optional[pulumi.Input[GetHyperflexNodeConfigPolicyParentArgs]] = None,
                                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeConfigPolicyPermissionResourceArgs]]]] = None,
                                     shared_scope: Optional[pulumi.Input[str]] = None,
                                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeConfigPolicyTagArgs]]]] = None,
                                     version_context: Optional[pulumi.Input[GetHyperflexNodeConfigPolicyVersionContextArgs]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexNodeConfigPolicyResult]
Copy
func LookupHyperflexNodeConfigPolicy(ctx *Context, args *LookupHyperflexNodeConfigPolicyArgs, opts ...InvokeOption) (*LookupHyperflexNodeConfigPolicyResult, error)
func LookupHyperflexNodeConfigPolicyOutput(ctx *Context, args *LookupHyperflexNodeConfigPolicyOutputArgs, opts ...InvokeOption) LookupHyperflexNodeConfigPolicyResultOutput
Copy

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

public static class GetHyperflexNodeConfigPolicy 
{
    public static Task<GetHyperflexNodeConfigPolicyResult> InvokeAsync(GetHyperflexNodeConfigPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexNodeConfigPolicyResult> Invoke(GetHyperflexNodeConfigPolicyInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetHyperflexNodeConfigPolicyResult> getHyperflexNodeConfigPolicy(GetHyperflexNodeConfigPolicyArgs args, InvokeOptions options)
public static Output<GetHyperflexNodeConfigPolicyResult> getHyperflexNodeConfigPolicy(GetHyperflexNodeConfigPolicyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getHyperflexNodeConfigPolicy:getHyperflexNodeConfigPolicy
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetHyperflexNodeConfigPolicyAncestor>
ClassId string
ClusterProfiles List<GetHyperflexNodeConfigPolicyClusterProfile>
CreateTime string
The time when this managed object was created.
DataIpRange GetHyperflexNodeConfigPolicyDataIpRange
Description string
Description of the policy.
DomainGroupMoid string
The DomainGroup ID for this managed object.
HxdpIpRange GetHyperflexNodeConfigPolicyHxdpIpRange
HypervisorControlIpRange GetHyperflexNodeConfigPolicyHypervisorControlIpRange
Id string
MgmtIpRange GetHyperflexNodeConfigPolicyMgmtIpRange
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 concrete policy.
NodeNamePrefix string
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
ObjectType string
Organization GetHyperflexNodeConfigPolicyOrganization
Owners List<string>
Parent GetHyperflexNodeConfigPolicyParent
PermissionResources List<GetHyperflexNodeConfigPolicyPermissionResource>
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.
Tags List<GetHyperflexNodeConfigPolicyTag>
VersionContext GetHyperflexNodeConfigPolicyVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetHyperflexNodeConfigPolicyAncestor
ClassId string
ClusterProfiles []GetHyperflexNodeConfigPolicyClusterProfile
CreateTime string
The time when this managed object was created.
DataIpRange GetHyperflexNodeConfigPolicyDataIpRange
Description string
Description of the policy.
DomainGroupMoid string
The DomainGroup ID for this managed object.
HxdpIpRange GetHyperflexNodeConfigPolicyHxdpIpRange
HypervisorControlIpRange GetHyperflexNodeConfigPolicyHypervisorControlIpRange
Id string
MgmtIpRange GetHyperflexNodeConfigPolicyMgmtIpRange
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 concrete policy.
NodeNamePrefix string
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
ObjectType string
Organization GetHyperflexNodeConfigPolicyOrganization
Owners []string
Parent GetHyperflexNodeConfigPolicyParent
PermissionResources []GetHyperflexNodeConfigPolicyPermissionResource
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.
Tags []GetHyperflexNodeConfigPolicyTag
VersionContext GetHyperflexNodeConfigPolicyVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetHyperflexNodeConfigPolicyAncestor>
classId String
clusterProfiles List<GetHyperflexNodeConfigPolicyClusterProfile>
createTime String
The time when this managed object was created.
dataIpRange GetHyperflexNodeConfigPolicyDataIpRange
description String
Description of the policy.
domainGroupMoid String
The DomainGroup ID for this managed object.
hxdpIpRange GetHyperflexNodeConfigPolicyHxdpIpRange
hypervisorControlIpRange GetHyperflexNodeConfigPolicyHypervisorControlIpRange
id String
mgmtIpRange GetHyperflexNodeConfigPolicyMgmtIpRange
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 concrete policy.
nodeNamePrefix String
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
objectType String
organization GetHyperflexNodeConfigPolicyOrganization
owners List<String>
parent GetHyperflexNodeConfigPolicyParent
permissionResources List<GetHyperflexNodeConfigPolicyPermissionResource>
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.
tags List<GetHyperflexNodeConfigPolicyTag>
versionContext GetHyperflexNodeConfigPolicyVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetHyperflexNodeConfigPolicyAncestor[]
classId string
clusterProfiles GetHyperflexNodeConfigPolicyClusterProfile[]
createTime string
The time when this managed object was created.
dataIpRange GetHyperflexNodeConfigPolicyDataIpRange
description string
Description of the policy.
domainGroupMoid string
The DomainGroup ID for this managed object.
hxdpIpRange GetHyperflexNodeConfigPolicyHxdpIpRange
hypervisorControlIpRange GetHyperflexNodeConfigPolicyHypervisorControlIpRange
id string
mgmtIpRange GetHyperflexNodeConfigPolicyMgmtIpRange
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 concrete policy.
nodeNamePrefix string
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
objectType string
organization GetHyperflexNodeConfigPolicyOrganization
owners string[]
parent GetHyperflexNodeConfigPolicyParent
permissionResources GetHyperflexNodeConfigPolicyPermissionResource[]
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.
tags GetHyperflexNodeConfigPolicyTag[]
versionContext GetHyperflexNodeConfigPolicyVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetHyperflexNodeConfigPolicyAncestor]
class_id str
cluster_profiles Sequence[GetHyperflexNodeConfigPolicyClusterProfile]
create_time str
The time when this managed object was created.
data_ip_range GetHyperflexNodeConfigPolicyDataIpRange
description str
Description of the policy.
domain_group_moid str
The DomainGroup ID for this managed object.
hxdp_ip_range GetHyperflexNodeConfigPolicyHxdpIpRange
hypervisor_control_ip_range GetHyperflexNodeConfigPolicyHypervisorControlIpRange
id str
mgmt_ip_range GetHyperflexNodeConfigPolicyMgmtIpRange
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 concrete policy.
node_name_prefix str
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
object_type str
organization GetHyperflexNodeConfigPolicyOrganization
owners Sequence[str]
parent GetHyperflexNodeConfigPolicyParent
permission_resources Sequence[GetHyperflexNodeConfigPolicyPermissionResource]
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.
tags Sequence[GetHyperflexNodeConfigPolicyTag]
version_context GetHyperflexNodeConfigPolicyVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
classId String
clusterProfiles List<Property Map>
createTime String
The time when this managed object was created.
dataIpRange Property Map
description String
Description of the policy.
domainGroupMoid String
The DomainGroup ID for this managed object.
hxdpIpRange Property Map
hypervisorControlIpRange Property Map
id String
mgmtIpRange Property Map
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 concrete policy.
nodeNamePrefix String
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
objectType String
organization Property Map
owners List<String>
parent Property Map
permissionResources 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.
tags List<Property Map>
versionContext Property Map

getHyperflexNodeConfigPolicy Result

The following output properties are available:

Id string
Results List<GetHyperflexNodeConfigPolicyResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetHyperflexNodeConfigPolicyAncestor>
ClassId string
ClusterProfiles List<GetHyperflexNodeConfigPolicyClusterProfile>
CreateTime string
DataIpRange GetHyperflexNodeConfigPolicyDataIpRange
Description string
DomainGroupMoid string
HxdpIpRange GetHyperflexNodeConfigPolicyHxdpIpRange
HypervisorControlIpRange GetHyperflexNodeConfigPolicyHypervisorControlIpRange
MgmtIpRange GetHyperflexNodeConfigPolicyMgmtIpRange
ModTime string
Moid string
Name string
NodeNamePrefix string
ObjectType string
Organization GetHyperflexNodeConfigPolicyOrganization
Owners List<string>
Parent GetHyperflexNodeConfigPolicyParent
PermissionResources List<GetHyperflexNodeConfigPolicyPermissionResource>
SharedScope string
Tags List<GetHyperflexNodeConfigPolicyTag>
VersionContext GetHyperflexNodeConfigPolicyVersionContext
Id string
Results []GetHyperflexNodeConfigPolicyResult
AccountMoid string
AdditionalProperties string
Ancestors []GetHyperflexNodeConfigPolicyAncestor
ClassId string
ClusterProfiles []GetHyperflexNodeConfigPolicyClusterProfile
CreateTime string
DataIpRange GetHyperflexNodeConfigPolicyDataIpRange
Description string
DomainGroupMoid string
HxdpIpRange GetHyperflexNodeConfigPolicyHxdpIpRange
HypervisorControlIpRange GetHyperflexNodeConfigPolicyHypervisorControlIpRange
MgmtIpRange GetHyperflexNodeConfigPolicyMgmtIpRange
ModTime string
Moid string
Name string
NodeNamePrefix string
ObjectType string
Organization GetHyperflexNodeConfigPolicyOrganization
Owners []string
Parent GetHyperflexNodeConfigPolicyParent
PermissionResources []GetHyperflexNodeConfigPolicyPermissionResource
SharedScope string
Tags []GetHyperflexNodeConfigPolicyTag
VersionContext GetHyperflexNodeConfigPolicyVersionContext
id String
results List<GetHyperflexNodeConfigPolicyResult>
accountMoid String
additionalProperties String
ancestors List<GetHyperflexNodeConfigPolicyAncestor>
classId String
clusterProfiles List<GetHyperflexNodeConfigPolicyClusterProfile>
createTime String
dataIpRange GetHyperflexNodeConfigPolicyDataIpRange
description String
domainGroupMoid String
hxdpIpRange GetHyperflexNodeConfigPolicyHxdpIpRange
hypervisorControlIpRange GetHyperflexNodeConfigPolicyHypervisorControlIpRange
mgmtIpRange GetHyperflexNodeConfigPolicyMgmtIpRange
modTime String
moid String
name String
nodeNamePrefix String
objectType String
organization GetHyperflexNodeConfigPolicyOrganization
owners List<String>
parent GetHyperflexNodeConfigPolicyParent
permissionResources List<GetHyperflexNodeConfigPolicyPermissionResource>
sharedScope String
tags List<GetHyperflexNodeConfigPolicyTag>
versionContext GetHyperflexNodeConfigPolicyVersionContext
id str
results Sequence[GetHyperflexNodeConfigPolicyResult]
account_moid str
additional_properties str
ancestors Sequence[GetHyperflexNodeConfigPolicyAncestor]
class_id str
cluster_profiles Sequence[GetHyperflexNodeConfigPolicyClusterProfile]
create_time str
data_ip_range GetHyperflexNodeConfigPolicyDataIpRange
description str
domain_group_moid str
hxdp_ip_range GetHyperflexNodeConfigPolicyHxdpIpRange
hypervisor_control_ip_range GetHyperflexNodeConfigPolicyHypervisorControlIpRange
mgmt_ip_range GetHyperflexNodeConfigPolicyMgmtIpRange
mod_time str
moid str
name str
node_name_prefix str
object_type str
organization GetHyperflexNodeConfigPolicyOrganization
owners Sequence[str]
parent GetHyperflexNodeConfigPolicyParent
permission_resources Sequence[GetHyperflexNodeConfigPolicyPermissionResource]
shared_scope str
tags Sequence[GetHyperflexNodeConfigPolicyTag]
version_context GetHyperflexNodeConfigPolicyVersionContext

Supporting Types

GetHyperflexNodeConfigPolicyAncestor

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

GetHyperflexNodeConfigPolicyClusterProfile

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

GetHyperflexNodeConfigPolicyDataIpRange

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end IPv4 address of the range.
Gateway string
The default gateway for the start and end IPv4 addresses.
IpAddrBlocks List<GetHyperflexNodeConfigPolicyDataIpRangeIpAddrBlock>
Netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start IPv4 address of the range.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end IPv4 address of the range.
Gateway string
The default gateway for the start and end IPv4 addresses.
IpAddrBlocks []GetHyperflexNodeConfigPolicyDataIpRangeIpAddrBlock
Netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start IPv4 address of the range.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end IPv4 address of the range.
gateway String
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks List<GetHyperflexNodeConfigPolicyDataIpRangeIpAddrBlock>
netmask String
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start IPv4 address of the range.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr string
The end IPv4 address of the range.
gateway string
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks GetHyperflexNodeConfigPolicyDataIpRangeIpAddrBlock[]
netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr string
The start IPv4 address of the range.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
end_addr str
The end IPv4 address of the range.
gateway str
The default gateway for the start and end IPv4 addresses.
ip_addr_blocks Sequence[GetHyperflexNodeConfigPolicyDataIpRangeIpAddrBlock]
netmask str
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
start_addr str
The start IPv4 address of the range.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end IPv4 address of the range.
gateway String
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks List<Property Map>
netmask String
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start IPv4 address of the range.

GetHyperflexNodeConfigPolicyDataIpRangeIpAddrBlock

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddress string
The end address of the IPv4 block.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddress string
The start address of the IPv4 block.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddress string
The end address of the IPv4 block.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddress string
The start address of the IPv4 block.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress String
The end address of the IPv4 block.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress String
The start address of the IPv4 block.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress string
The end address of the IPv4 block.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress string
The start address of the IPv4 block.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
end_address str
The end address of the IPv4 block.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
start_address str
The start address of the IPv4 block.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress String
The end address of the IPv4 block.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress String
The start address of the IPv4 block.

GetHyperflexNodeConfigPolicyHxdpIpRange

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end IPv4 address of the range.
Gateway string
The default gateway for the start and end IPv4 addresses.
IpAddrBlocks List<GetHyperflexNodeConfigPolicyHxdpIpRangeIpAddrBlock>
Netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start IPv4 address of the range.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end IPv4 address of the range.
Gateway string
The default gateway for the start and end IPv4 addresses.
IpAddrBlocks []GetHyperflexNodeConfigPolicyHxdpIpRangeIpAddrBlock
Netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start IPv4 address of the range.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end IPv4 address of the range.
gateway String
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks List<GetHyperflexNodeConfigPolicyHxdpIpRangeIpAddrBlock>
netmask String
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start IPv4 address of the range.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr string
The end IPv4 address of the range.
gateway string
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks GetHyperflexNodeConfigPolicyHxdpIpRangeIpAddrBlock[]
netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr string
The start IPv4 address of the range.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
end_addr str
The end IPv4 address of the range.
gateway str
The default gateway for the start and end IPv4 addresses.
ip_addr_blocks Sequence[GetHyperflexNodeConfigPolicyHxdpIpRangeIpAddrBlock]
netmask str
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
start_addr str
The start IPv4 address of the range.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end IPv4 address of the range.
gateway String
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks List<Property Map>
netmask String
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start IPv4 address of the range.

GetHyperflexNodeConfigPolicyHxdpIpRangeIpAddrBlock

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddress string
The end address of the IPv4 block.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddress string
The start address of the IPv4 block.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddress string
The end address of the IPv4 block.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddress string
The start address of the IPv4 block.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress String
The end address of the IPv4 block.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress String
The start address of the IPv4 block.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress string
The end address of the IPv4 block.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress string
The start address of the IPv4 block.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
end_address str
The end address of the IPv4 block.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
start_address str
The start address of the IPv4 block.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress String
The end address of the IPv4 block.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress String
The start address of the IPv4 block.

GetHyperflexNodeConfigPolicyHypervisorControlIpRange

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end IPv4 address of the range.
Gateway string
The default gateway for the start and end IPv4 addresses.
IpAddrBlocks List<GetHyperflexNodeConfigPolicyHypervisorControlIpRangeIpAddrBlock>
Netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start IPv4 address of the range.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end IPv4 address of the range.
Gateway string
The default gateway for the start and end IPv4 addresses.
IpAddrBlocks []GetHyperflexNodeConfigPolicyHypervisorControlIpRangeIpAddrBlock
Netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start IPv4 address of the range.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end IPv4 address of the range.
gateway String
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks List<GetHyperflexNodeConfigPolicyHypervisorControlIpRangeIpAddrBlock>
netmask String
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start IPv4 address of the range.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr string
The end IPv4 address of the range.
gateway string
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks GetHyperflexNodeConfigPolicyHypervisorControlIpRangeIpAddrBlock[]
netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr string
The start IPv4 address of the range.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
end_addr str
The end IPv4 address of the range.
gateway str
The default gateway for the start and end IPv4 addresses.
ip_addr_blocks Sequence[GetHyperflexNodeConfigPolicyHypervisorControlIpRangeIpAddrBlock]
netmask str
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
start_addr str
The start IPv4 address of the range.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end IPv4 address of the range.
gateway String
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks List<Property Map>
netmask String
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start IPv4 address of the range.

GetHyperflexNodeConfigPolicyHypervisorControlIpRangeIpAddrBlock

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddress string
The end address of the IPv4 block.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddress string
The start address of the IPv4 block.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddress string
The end address of the IPv4 block.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddress string
The start address of the IPv4 block.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress String
The end address of the IPv4 block.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress String
The start address of the IPv4 block.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress string
The end address of the IPv4 block.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress string
The start address of the IPv4 block.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
end_address str
The end address of the IPv4 block.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
start_address str
The start address of the IPv4 block.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress String
The end address of the IPv4 block.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress String
The start address of the IPv4 block.

GetHyperflexNodeConfigPolicyMgmtIpRange

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end IPv4 address of the range.
Gateway string
The default gateway for the start and end IPv4 addresses.
IpAddrBlocks List<GetHyperflexNodeConfigPolicyMgmtIpRangeIpAddrBlock>
Netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start IPv4 address of the range.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end IPv4 address of the range.
Gateway string
The default gateway for the start and end IPv4 addresses.
IpAddrBlocks []GetHyperflexNodeConfigPolicyMgmtIpRangeIpAddrBlock
Netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start IPv4 address of the range.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end IPv4 address of the range.
gateway String
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks List<GetHyperflexNodeConfigPolicyMgmtIpRangeIpAddrBlock>
netmask String
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start IPv4 address of the range.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr string
The end IPv4 address of the range.
gateway string
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks GetHyperflexNodeConfigPolicyMgmtIpRangeIpAddrBlock[]
netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr string
The start IPv4 address of the range.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
end_addr str
The end IPv4 address of the range.
gateway str
The default gateway for the start and end IPv4 addresses.
ip_addr_blocks Sequence[GetHyperflexNodeConfigPolicyMgmtIpRangeIpAddrBlock]
netmask str
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
start_addr str
The start IPv4 address of the range.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end IPv4 address of the range.
gateway String
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks List<Property Map>
netmask String
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start IPv4 address of the range.

GetHyperflexNodeConfigPolicyMgmtIpRangeIpAddrBlock

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddress string
The end address of the IPv4 block.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddress string
The start address of the IPv4 block.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddress string
The end address of the IPv4 block.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddress string
The start address of the IPv4 block.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress String
The end address of the IPv4 block.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress String
The start address of the IPv4 block.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress string
The end address of the IPv4 block.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress string
The start address of the IPv4 block.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
end_address str
The end address of the IPv4 block.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
start_address str
The start address of the IPv4 block.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress String
The end address of the IPv4 block.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress String
The start address of the IPv4 block.

GetHyperflexNodeConfigPolicyOrganization

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

GetHyperflexNodeConfigPolicyParent

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

GetHyperflexNodeConfigPolicyPermissionResource

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

GetHyperflexNodeConfigPolicyResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetHyperflexNodeConfigPolicyResultAncestor>
ClassId This property is required. string
ClusterProfiles This property is required. List<GetHyperflexNodeConfigPolicyResultClusterProfile>
CreateTime This property is required. string
The time when this managed object was created.
DataIpRanges This property is required. List<GetHyperflexNodeConfigPolicyResultDataIpRange>
Description This property is required. string
Description of the policy.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
HxdpIpRanges This property is required. List<GetHyperflexNodeConfigPolicyResultHxdpIpRange>
HypervisorControlIpRanges This property is required. List<GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange>
MgmtIpRanges This property is required. List<GetHyperflexNodeConfigPolicyResultMgmtIpRange>
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 concrete policy.
NodeNamePrefix This property is required. string
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
ObjectType This property is required. string
Organizations This property is required. List<GetHyperflexNodeConfigPolicyResultOrganization>
Owners This property is required. List<string>
Parents This property is required. List<GetHyperflexNodeConfigPolicyResultParent>
PermissionResources This property is required. List<GetHyperflexNodeConfigPolicyResultPermissionResource>
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.
Tags This property is required. List<GetHyperflexNodeConfigPolicyResultTag>
VersionContexts This property is required. List<GetHyperflexNodeConfigPolicyResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetHyperflexNodeConfigPolicyResultAncestor
ClassId This property is required. string
ClusterProfiles This property is required. []GetHyperflexNodeConfigPolicyResultClusterProfile
CreateTime This property is required. string
The time when this managed object was created.
DataIpRanges This property is required. []GetHyperflexNodeConfigPolicyResultDataIpRange
Description This property is required. string
Description of the policy.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
HxdpIpRanges This property is required. []GetHyperflexNodeConfigPolicyResultHxdpIpRange
HypervisorControlIpRanges This property is required. []GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange
MgmtIpRanges This property is required. []GetHyperflexNodeConfigPolicyResultMgmtIpRange
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 concrete policy.
NodeNamePrefix This property is required. string
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
ObjectType This property is required. string
Organizations This property is required. []GetHyperflexNodeConfigPolicyResultOrganization
Owners This property is required. []string
Parents This property is required. []GetHyperflexNodeConfigPolicyResultParent
PermissionResources This property is required. []GetHyperflexNodeConfigPolicyResultPermissionResource
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.
Tags This property is required. []GetHyperflexNodeConfigPolicyResultTag
VersionContexts This property is required. []GetHyperflexNodeConfigPolicyResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetHyperflexNodeConfigPolicyResultAncestor>
classId This property is required. String
clusterProfiles This property is required. List<GetHyperflexNodeConfigPolicyResultClusterProfile>
createTime This property is required. String
The time when this managed object was created.
dataIpRanges This property is required. List<GetHyperflexNodeConfigPolicyResultDataIpRange>
description This property is required. String
Description of the policy.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
hxdpIpRanges This property is required. List<GetHyperflexNodeConfigPolicyResultHxdpIpRange>
hypervisorControlIpRanges This property is required. List<GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange>
mgmtIpRanges This property is required. List<GetHyperflexNodeConfigPolicyResultMgmtIpRange>
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 concrete policy.
nodeNamePrefix This property is required. String
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
objectType This property is required. String
organizations This property is required. List<GetHyperflexNodeConfigPolicyResultOrganization>
owners This property is required. List<String>
parents This property is required. List<GetHyperflexNodeConfigPolicyResultParent>
permissionResources This property is required. List<GetHyperflexNodeConfigPolicyResultPermissionResource>
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.
tags This property is required. List<GetHyperflexNodeConfigPolicyResultTag>
versionContexts This property is required. List<GetHyperflexNodeConfigPolicyResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetHyperflexNodeConfigPolicyResultAncestor[]
classId This property is required. string
clusterProfiles This property is required. GetHyperflexNodeConfigPolicyResultClusterProfile[]
createTime This property is required. string
The time when this managed object was created.
dataIpRanges This property is required. GetHyperflexNodeConfigPolicyResultDataIpRange[]
description This property is required. string
Description of the policy.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
hxdpIpRanges This property is required. GetHyperflexNodeConfigPolicyResultHxdpIpRange[]
hypervisorControlIpRanges This property is required. GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange[]
mgmtIpRanges This property is required. GetHyperflexNodeConfigPolicyResultMgmtIpRange[]
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 concrete policy.
nodeNamePrefix This property is required. string
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
objectType This property is required. string
organizations This property is required. GetHyperflexNodeConfigPolicyResultOrganization[]
owners This property is required. string[]
parents This property is required. GetHyperflexNodeConfigPolicyResultParent[]
permissionResources This property is required. GetHyperflexNodeConfigPolicyResultPermissionResource[]
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.
tags This property is required. GetHyperflexNodeConfigPolicyResultTag[]
versionContexts This property is required. GetHyperflexNodeConfigPolicyResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetHyperflexNodeConfigPolicyResultAncestor]
class_id This property is required. str
cluster_profiles This property is required. Sequence[GetHyperflexNodeConfigPolicyResultClusterProfile]
create_time This property is required. str
The time when this managed object was created.
data_ip_ranges This property is required. Sequence[GetHyperflexNodeConfigPolicyResultDataIpRange]
description This property is required. str
Description of the policy.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
hxdp_ip_ranges This property is required. Sequence[GetHyperflexNodeConfigPolicyResultHxdpIpRange]
hypervisor_control_ip_ranges This property is required. Sequence[GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange]
mgmt_ip_ranges This property is required. Sequence[GetHyperflexNodeConfigPolicyResultMgmtIpRange]
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 concrete policy.
node_name_prefix This property is required. str
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
object_type This property is required. str
organizations This property is required. Sequence[GetHyperflexNodeConfigPolicyResultOrganization]
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetHyperflexNodeConfigPolicyResultParent]
permission_resources This property is required. Sequence[GetHyperflexNodeConfigPolicyResultPermissionResource]
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.
tags This property is required. Sequence[GetHyperflexNodeConfigPolicyResultTag]
version_contexts This property is required. Sequence[GetHyperflexNodeConfigPolicyResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
clusterProfiles This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
dataIpRanges This property is required. List<Property Map>
description This property is required. String
Description of the policy.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
hxdpIpRanges This property is required. List<Property Map>
hypervisorControlIpRanges This property is required. List<Property Map>
mgmtIpRanges This property is required. List<Property Map>
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 concrete policy.
nodeNamePrefix This property is required. String
The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
objectType This property is required. String
organizations This property is required. List<Property Map>
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources 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.
tags This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetHyperflexNodeConfigPolicyResultAncestor

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

GetHyperflexNodeConfigPolicyResultClusterProfile

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

GetHyperflexNodeConfigPolicyResultDataIpRange

AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
Gateway This property is required. string
IpAddrBlocks This property is required. List<GetHyperflexNodeConfigPolicyResultDataIpRangeIpAddrBlock>
Netmask This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
Gateway This property is required. string
IpAddrBlocks This property is required. []GetHyperflexNodeConfigPolicyResultDataIpRangeIpAddrBlock
Netmask This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
gateway This property is required. String
ipAddrBlocks This property is required. List<GetHyperflexNodeConfigPolicyResultDataIpRangeIpAddrBlock>
netmask This property is required. String
objectType This property is required. String
startAddr This property is required. String
additionalProperties This property is required. string
classId This property is required. string
endAddr This property is required. string
gateway This property is required. string
ipAddrBlocks This property is required. GetHyperflexNodeConfigPolicyResultDataIpRangeIpAddrBlock[]
netmask This property is required. string
objectType This property is required. string
startAddr This property is required. string
additional_properties This property is required. str
class_id This property is required. str
end_addr This property is required. str
gateway This property is required. str
ip_addr_blocks This property is required. Sequence[GetHyperflexNodeConfigPolicyResultDataIpRangeIpAddrBlock]
netmask This property is required. str
object_type This property is required. str
start_addr This property is required. str
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
gateway This property is required. String
ipAddrBlocks This property is required. List<Property Map>
netmask This property is required. String
objectType This property is required. String
startAddr This property is required. String

GetHyperflexNodeConfigPolicyResultDataIpRangeIpAddrBlock

AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddress This property is required. string
ObjectType This property is required. string
StartAddress This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddress This property is required. string
ObjectType This property is required. string
StartAddress This property is required. string
additionalProperties This property is required. String
classId This property is required. String
endAddress This property is required. String
objectType This property is required. String
startAddress This property is required. String
additionalProperties This property is required. string
classId This property is required. string
endAddress This property is required. string
objectType This property is required. string
startAddress This property is required. string
additional_properties This property is required. str
class_id This property is required. str
end_address This property is required. str
object_type This property is required. str
start_address This property is required. str
additionalProperties This property is required. String
classId This property is required. String
endAddress This property is required. String
objectType This property is required. String
startAddress This property is required. String

GetHyperflexNodeConfigPolicyResultHxdpIpRange

AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
Gateway This property is required. string
IpAddrBlocks This property is required. List<GetHyperflexNodeConfigPolicyResultHxdpIpRangeIpAddrBlock>
Netmask This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
Gateway This property is required. string
IpAddrBlocks This property is required. []GetHyperflexNodeConfigPolicyResultHxdpIpRangeIpAddrBlock
Netmask This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
gateway This property is required. String
ipAddrBlocks This property is required. List<GetHyperflexNodeConfigPolicyResultHxdpIpRangeIpAddrBlock>
netmask This property is required. String
objectType This property is required. String
startAddr This property is required. String
additionalProperties This property is required. string
classId This property is required. string
endAddr This property is required. string
gateway This property is required. string
ipAddrBlocks This property is required. GetHyperflexNodeConfigPolicyResultHxdpIpRangeIpAddrBlock[]
netmask This property is required. string
objectType This property is required. string
startAddr This property is required. string
additional_properties This property is required. str
class_id This property is required. str
end_addr This property is required. str
gateway This property is required. str
ip_addr_blocks This property is required. Sequence[GetHyperflexNodeConfigPolicyResultHxdpIpRangeIpAddrBlock]
netmask This property is required. str
object_type This property is required. str
start_addr This property is required. str
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
gateway This property is required. String
ipAddrBlocks This property is required. List<Property Map>
netmask This property is required. String
objectType This property is required. String
startAddr This property is required. String

GetHyperflexNodeConfigPolicyResultHxdpIpRangeIpAddrBlock

AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddress This property is required. string
ObjectType This property is required. string
StartAddress This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddress This property is required. string
ObjectType This property is required. string
StartAddress This property is required. string
additionalProperties This property is required. String
classId This property is required. String
endAddress This property is required. String
objectType This property is required. String
startAddress This property is required. String
additionalProperties This property is required. string
classId This property is required. string
endAddress This property is required. string
objectType This property is required. string
startAddress This property is required. string
additional_properties This property is required. str
class_id This property is required. str
end_address This property is required. str
object_type This property is required. str
start_address This property is required. str
additionalProperties This property is required. String
classId This property is required. String
endAddress This property is required. String
objectType This property is required. String
startAddress This property is required. String

GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange

AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
Gateway This property is required. string
IpAddrBlocks This property is required. List<GetHyperflexNodeConfigPolicyResultHypervisorControlIpRangeIpAddrBlock>
Netmask This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
Gateway This property is required. string
IpAddrBlocks This property is required. []GetHyperflexNodeConfigPolicyResultHypervisorControlIpRangeIpAddrBlock
Netmask This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
gateway This property is required. String
ipAddrBlocks This property is required. List<GetHyperflexNodeConfigPolicyResultHypervisorControlIpRangeIpAddrBlock>
netmask This property is required. String
objectType This property is required. String
startAddr This property is required. String
additionalProperties This property is required. string
classId This property is required. string
endAddr This property is required. string
gateway This property is required. string
ipAddrBlocks This property is required. GetHyperflexNodeConfigPolicyResultHypervisorControlIpRangeIpAddrBlock[]
netmask This property is required. string
objectType This property is required. string
startAddr This property is required. string
additional_properties This property is required. str
class_id This property is required. str
end_addr This property is required. str
gateway This property is required. str
ip_addr_blocks This property is required. Sequence[GetHyperflexNodeConfigPolicyResultHypervisorControlIpRangeIpAddrBlock]
netmask This property is required. str
object_type This property is required. str
start_addr This property is required. str
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
gateway This property is required. String
ipAddrBlocks This property is required. List<Property Map>
netmask This property is required. String
objectType This property is required. String
startAddr This property is required. String

GetHyperflexNodeConfigPolicyResultHypervisorControlIpRangeIpAddrBlock

AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddress This property is required. string
ObjectType This property is required. string
StartAddress This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddress This property is required. string
ObjectType This property is required. string
StartAddress This property is required. string
additionalProperties This property is required. String
classId This property is required. String
endAddress This property is required. String
objectType This property is required. String
startAddress This property is required. String
additionalProperties This property is required. string
classId This property is required. string
endAddress This property is required. string
objectType This property is required. string
startAddress This property is required. string
additional_properties This property is required. str
class_id This property is required. str
end_address This property is required. str
object_type This property is required. str
start_address This property is required. str
additionalProperties This property is required. String
classId This property is required. String
endAddress This property is required. String
objectType This property is required. String
startAddress This property is required. String

GetHyperflexNodeConfigPolicyResultMgmtIpRange

AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
Gateway This property is required. string
IpAddrBlocks This property is required. List<GetHyperflexNodeConfigPolicyResultMgmtIpRangeIpAddrBlock>
Netmask This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
Gateway This property is required. string
IpAddrBlocks This property is required. []GetHyperflexNodeConfigPolicyResultMgmtIpRangeIpAddrBlock
Netmask This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
gateway This property is required. String
ipAddrBlocks This property is required. List<GetHyperflexNodeConfigPolicyResultMgmtIpRangeIpAddrBlock>
netmask This property is required. String
objectType This property is required. String
startAddr This property is required. String
additionalProperties This property is required. string
classId This property is required. string
endAddr This property is required. string
gateway This property is required. string
ipAddrBlocks This property is required. GetHyperflexNodeConfigPolicyResultMgmtIpRangeIpAddrBlock[]
netmask This property is required. string
objectType This property is required. string
startAddr This property is required. string
additional_properties This property is required. str
class_id This property is required. str
end_addr This property is required. str
gateway This property is required. str
ip_addr_blocks This property is required. Sequence[GetHyperflexNodeConfigPolicyResultMgmtIpRangeIpAddrBlock]
netmask This property is required. str
object_type This property is required. str
start_addr This property is required. str
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
gateway This property is required. String
ipAddrBlocks This property is required. List<Property Map>
netmask This property is required. String
objectType This property is required. String
startAddr This property is required. String

GetHyperflexNodeConfigPolicyResultMgmtIpRangeIpAddrBlock

AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddress This property is required. string
ObjectType This property is required. string
StartAddress This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddress This property is required. string
ObjectType This property is required. string
StartAddress This property is required. string
additionalProperties This property is required. String
classId This property is required. String
endAddress This property is required. String
objectType This property is required. String
startAddress This property is required. String
additionalProperties This property is required. string
classId This property is required. string
endAddress This property is required. string
objectType This property is required. string
startAddress This property is required. string
additional_properties This property is required. str
class_id This property is required. str
end_address This property is required. str
object_type This property is required. str
start_address This property is required. str
additionalProperties This property is required. String
classId This property is required. String
endAddress This property is required. String
objectType This property is required. String
startAddress This property is required. String

GetHyperflexNodeConfigPolicyResultOrganization

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

GetHyperflexNodeConfigPolicyResultParent

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

GetHyperflexNodeConfigPolicyResultPermissionResource

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

GetHyperflexNodeConfigPolicyResultTag

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

GetHyperflexNodeConfigPolicyResultVersionContext

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

GetHyperflexNodeConfigPolicyResultVersionContextInterestedMo

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

GetHyperflexNodeConfigPolicyResultVersionContextRefMo

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

GetHyperflexNodeConfigPolicyTag

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.

GetHyperflexNodeConfigPolicyVersionContext

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

GetHyperflexNodeConfigPolicyVersionContextInterestedMo

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

GetHyperflexNodeConfigPolicyVersionContextRefMo

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