intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexNodeConfigPolicy
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
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>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]func LookupHyperflexNodeConfigPolicy(ctx *Context, args *LookupHyperflexNodeConfigPolicyArgs, opts ...InvokeOption) (*LookupHyperflexNodeConfigPolicyResult, error)
func LookupHyperflexNodeConfigPolicyOutput(ctx *Context, args *LookupHyperflexNodeConfigPolicyOutputArgs, opts ...InvokeOption) LookupHyperflexNodeConfigPolicyResultOutput> 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)
}public static CompletableFuture<GetHyperflexNodeConfigPolicyResult> getHyperflexNodeConfigPolicy(GetHyperflexNodeConfigPolicyArgs args, InvokeOptions options)
public static Output<GetHyperflexNodeConfigPolicyResult> getHyperflexNodeConfigPolicy(GetHyperflexNodeConfigPolicyArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHyperflexNodeConfigPolicy:getHyperflexNodeConfigPolicy
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Node Config Policy Ancestor> 
- ClassId string
- ClusterProfiles List<GetHyperflex Node Config Policy Cluster Profile> 
- CreateTime string
- The time when this managed object was created.
- DataIp GetRange Hyperflex Node Config Policy Data Ip Range 
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HxdpIp GetRange Hyperflex Node Config Policy Hxdp Ip Range 
- HypervisorControl GetIp Range Hyperflex Node Config Policy Hypervisor Control Ip Range 
- Id string
- MgmtIp GetRange Hyperflex Node Config Policy Mgmt Ip Range 
- 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.
- NodeName stringPrefix 
- 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
GetHyperflex Node Config Policy Organization 
- Owners List<string>
- Parent
GetHyperflex Node Config Policy Parent 
- PermissionResources List<GetHyperflex Node Config Policy Permission Resource> 
- 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.
- 
List<GetHyperflex Node Config Policy Tag> 
- VersionContext GetHyperflex Node Config Policy Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Node Config Policy Ancestor 
- ClassId string
- ClusterProfiles []GetHyperflex Node Config Policy Cluster Profile 
- CreateTime string
- The time when this managed object was created.
- DataIp GetRange Hyperflex Node Config Policy Data Ip Range 
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HxdpIp GetRange Hyperflex Node Config Policy Hxdp Ip Range 
- HypervisorControl GetIp Range Hyperflex Node Config Policy Hypervisor Control Ip Range 
- Id string
- MgmtIp GetRange Hyperflex Node Config Policy Mgmt Ip Range 
- 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.
- NodeName stringPrefix 
- 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
GetHyperflex Node Config Policy Organization 
- Owners []string
- Parent
GetHyperflex Node Config Policy Parent 
- PermissionResources []GetHyperflex Node Config Policy Permission Resource 
- 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.
- 
[]GetHyperflex Node Config Policy Tag 
- VersionContext GetHyperflex Node Config Policy Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Node Config Policy Ancestor> 
- classId String
- clusterProfiles List<GetHyperflex Node Config Policy Cluster Profile> 
- createTime String
- The time when this managed object was created.
- dataIp GetRange Hyperflex Node Config Policy Data Ip Range 
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hxdpIp GetRange Hyperflex Node Config Policy Hxdp Ip Range 
- hypervisorControl GetIp Range Hyperflex Node Config Policy Hypervisor Control Ip Range 
- id String
- mgmtIp GetRange Hyperflex Node Config Policy Mgmt Ip Range 
- 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.
- nodeName StringPrefix 
- 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
GetHyperflex Node Config Policy Organization 
- owners List<String>
- parent
GetHyperflex Node Config Policy Parent 
- permissionResources List<GetHyperflex Node Config Policy Permission Resource> 
- 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.
- 
List<GetHyperflex Node Config Policy Tag> 
- versionContext GetHyperflex Node Config Policy Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Node Config Policy Ancestor[] 
- classId string
- clusterProfiles GetHyperflex Node Config Policy Cluster Profile[] 
- createTime string
- The time when this managed object was created.
- dataIp GetRange Hyperflex Node Config Policy Data Ip Range 
- description string
- Description of the policy.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hxdpIp GetRange Hyperflex Node Config Policy Hxdp Ip Range 
- hypervisorControl GetIp Range Hyperflex Node Config Policy Hypervisor Control Ip Range 
- id string
- mgmtIp GetRange Hyperflex Node Config Policy Mgmt Ip Range 
- 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.
- nodeName stringPrefix 
- 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
GetHyperflex Node Config Policy Organization 
- owners string[]
- parent
GetHyperflex Node Config Policy Parent 
- permissionResources GetHyperflex Node Config Policy Permission Resource[] 
- 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.
- 
GetHyperflex Node Config Policy Tag[] 
- versionContext GetHyperflex Node Config Policy Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Node Config Policy Ancestor] 
- class_id str
- cluster_profiles Sequence[GetHyperflex Node Config Policy Cluster Profile] 
- create_time str
- The time when this managed object was created.
- data_ip_ Getrange Hyperflex Node Config Policy Data Ip Range 
- description str
- Description of the policy.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hxdp_ip_ Getrange Hyperflex Node Config Policy Hxdp Ip Range 
- hypervisor_control_ Getip_ range Hyperflex Node Config Policy Hypervisor Control Ip Range 
- id str
- mgmt_ip_ Getrange Hyperflex Node Config Policy Mgmt Ip Range 
- 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_ strprefix 
- 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
GetHyperflex Node Config Policy Organization 
- owners Sequence[str]
- parent
GetHyperflex Node Config Policy Parent 
- permission_resources Sequence[GetHyperflex Node Config Policy Permission Resource] 
- 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.
- 
Sequence[GetHyperflex Node Config Policy Tag] 
- version_context GetHyperflex Node Config Policy Version Context 
- 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.
- dataIp Property MapRange 
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hxdpIp Property MapRange 
- hypervisorControl Property MapIp Range 
- id String
- mgmtIp Property MapRange 
- 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.
- nodeName StringPrefix 
- 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>
- 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.
- List<Property Map>
- versionContext Property Map
getHyperflexNodeConfigPolicy Result
The following output properties are available:
- Id string
- Results
List<GetHyperflex Node Config Policy Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex Node Config Policy Ancestor> 
- ClassId string
- ClusterProfiles List<GetHyperflex Node Config Policy Cluster Profile> 
- CreateTime string
- DataIp GetRange Hyperflex Node Config Policy Data Ip Range 
- Description string
- DomainGroup stringMoid 
- HxdpIp GetRange Hyperflex Node Config Policy Hxdp Ip Range 
- HypervisorControl GetIp Range Hyperflex Node Config Policy Hypervisor Control Ip Range 
- MgmtIp GetRange Hyperflex Node Config Policy Mgmt Ip Range 
- ModTime string
- Moid string
- Name string
- NodeName stringPrefix 
- ObjectType string
- Organization
GetHyperflex Node Config Policy Organization 
- Owners List<string>
- Parent
GetHyperflex Node Config Policy Parent 
- PermissionResources List<GetHyperflex Node Config Policy Permission Resource> 
- string
- 
List<GetHyperflex Node Config Policy Tag> 
- VersionContext GetHyperflex Node Config Policy Version Context 
- Id string
- Results
[]GetHyperflex Node Config Policy Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex Node Config Policy Ancestor 
- ClassId string
- ClusterProfiles []GetHyperflex Node Config Policy Cluster Profile 
- CreateTime string
- DataIp GetRange Hyperflex Node Config Policy Data Ip Range 
- Description string
- DomainGroup stringMoid 
- HxdpIp GetRange Hyperflex Node Config Policy Hxdp Ip Range 
- HypervisorControl GetIp Range Hyperflex Node Config Policy Hypervisor Control Ip Range 
- MgmtIp GetRange Hyperflex Node Config Policy Mgmt Ip Range 
- ModTime string
- Moid string
- Name string
- NodeName stringPrefix 
- ObjectType string
- Organization
GetHyperflex Node Config Policy Organization 
- Owners []string
- Parent
GetHyperflex Node Config Policy Parent 
- PermissionResources []GetHyperflex Node Config Policy Permission Resource 
- string
- 
[]GetHyperflex Node Config Policy Tag 
- VersionContext GetHyperflex Node Config Policy Version Context 
- id String
- results
List<GetHyperflex Node Config Policy Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex Node Config Policy Ancestor> 
- classId String
- clusterProfiles List<GetHyperflex Node Config Policy Cluster Profile> 
- createTime String
- dataIp GetRange Hyperflex Node Config Policy Data Ip Range 
- description String
- domainGroup StringMoid 
- hxdpIp GetRange Hyperflex Node Config Policy Hxdp Ip Range 
- hypervisorControl GetIp Range Hyperflex Node Config Policy Hypervisor Control Ip Range 
- mgmtIp GetRange Hyperflex Node Config Policy Mgmt Ip Range 
- modTime String
- moid String
- name String
- nodeName StringPrefix 
- objectType String
- organization
GetHyperflex Node Config Policy Organization 
- owners List<String>
- parent
GetHyperflex Node Config Policy Parent 
- permissionResources List<GetHyperflex Node Config Policy Permission Resource> 
- String
- 
List<GetHyperflex Node Config Policy Tag> 
- versionContext GetHyperflex Node Config Policy Version Context 
- id string
- results
GetHyperflex Node Config Policy Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex Node Config Policy Ancestor[] 
- classId string
- clusterProfiles GetHyperflex Node Config Policy Cluster Profile[] 
- createTime string
- dataIp GetRange Hyperflex Node Config Policy Data Ip Range 
- description string
- domainGroup stringMoid 
- hxdpIp GetRange Hyperflex Node Config Policy Hxdp Ip Range 
- hypervisorControl GetIp Range Hyperflex Node Config Policy Hypervisor Control Ip Range 
- mgmtIp GetRange Hyperflex Node Config Policy Mgmt Ip Range 
- modTime string
- moid string
- name string
- nodeName stringPrefix 
- objectType string
- organization
GetHyperflex Node Config Policy Organization 
- owners string[]
- parent
GetHyperflex Node Config Policy Parent 
- permissionResources GetHyperflex Node Config Policy Permission Resource[] 
- string
- 
GetHyperflex Node Config Policy Tag[] 
- versionContext GetHyperflex Node Config Policy Version Context 
- id str
- results
Sequence[GetHyperflex Node Config Policy Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex Node Config Policy Ancestor] 
- class_id str
- cluster_profiles Sequence[GetHyperflex Node Config Policy Cluster Profile] 
- create_time str
- data_ip_ Getrange Hyperflex Node Config Policy Data Ip Range 
- description str
- domain_group_ strmoid 
- hxdp_ip_ Getrange Hyperflex Node Config Policy Hxdp Ip Range 
- hypervisor_control_ Getip_ range Hyperflex Node Config Policy Hypervisor Control Ip Range 
- mgmt_ip_ Getrange Hyperflex Node Config Policy Mgmt Ip Range 
- mod_time str
- moid str
- name str
- node_name_ strprefix 
- object_type str
- organization
GetHyperflex Node Config Policy Organization 
- owners Sequence[str]
- parent
GetHyperflex Node Config Policy Parent 
- permission_resources Sequence[GetHyperflex Node Config Policy Permission Resource] 
- str
- 
Sequence[GetHyperflex Node Config Policy Tag] 
- version_context GetHyperflex Node Config Policy Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterProfiles List<Property Map>
- createTime String
- dataIp Property MapRange 
- description String
- domainGroup StringMoid 
- hxdpIp Property MapRange 
- hypervisorControl Property MapIp Range 
- mgmtIp Property MapRange 
- modTime String
- moid String
- name String
- nodeName StringPrefix 
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- List<Property Map>
- versionContext Property Map
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.
- IpAddr List<GetBlocks Hyperflex Node Config Policy Data Ip Range Ip Addr Block> 
- 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.
- IpAddr []GetBlocks Hyperflex Node Config Policy Data Ip Range Ip Addr Block 
- 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.
- ipAddr List<GetBlocks Hyperflex Node Config Policy Data Ip Range Ip Addr Block> 
- 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.
- ipAddr GetBlocks Hyperflex Node Config Policy Data Ip Range Ip Addr Block[] 
- 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_ Sequence[Getblocks Hyperflex Node Config Policy Data Ip Range Ip Addr Block] 
- 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.
- ipAddr List<Property Map>Blocks 
- 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.
- IpAddr List<GetBlocks Hyperflex Node Config Policy Hxdp Ip Range Ip Addr Block> 
- 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.
- IpAddr []GetBlocks Hyperflex Node Config Policy Hxdp Ip Range Ip Addr Block 
- 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.
- ipAddr List<GetBlocks Hyperflex Node Config Policy Hxdp Ip Range Ip Addr Block> 
- 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.
- ipAddr GetBlocks Hyperflex Node Config Policy Hxdp Ip Range Ip Addr Block[] 
- 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_ Sequence[Getblocks Hyperflex Node Config Policy Hxdp Ip Range Ip Addr Block] 
- 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.
- ipAddr List<Property Map>Blocks 
- 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.
- IpAddr List<GetBlocks Hyperflex Node Config Policy Hypervisor Control Ip Range Ip Addr Block> 
- 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.
- IpAddr []GetBlocks Hyperflex Node Config Policy Hypervisor Control Ip Range Ip Addr Block 
- 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.
- ipAddr List<GetBlocks Hyperflex Node Config Policy Hypervisor Control Ip Range Ip Addr Block> 
- 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.
- ipAddr GetBlocks Hyperflex Node Config Policy Hypervisor Control Ip Range Ip Addr Block[] 
- 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_ Sequence[Getblocks Hyperflex Node Config Policy Hypervisor Control Ip Range Ip Addr Block] 
- 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.
- ipAddr List<Property Map>Blocks 
- 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.
- IpAddr List<GetBlocks Hyperflex Node Config Policy Mgmt Ip Range Ip Addr Block> 
- 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.
- IpAddr []GetBlocks Hyperflex Node Config Policy Mgmt Ip Range Ip Addr Block 
- 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.
- ipAddr List<GetBlocks Hyperflex Node Config Policy Mgmt Ip Range Ip Addr Block> 
- 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.
- ipAddr GetBlocks Hyperflex Node Config Policy Mgmt Ip Range Ip Addr Block[] 
- 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_ Sequence[Getblocks Hyperflex Node Config Policy Mgmt Ip Range Ip Addr Block] 
- 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.
- ipAddr List<Property Map>Blocks 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexNodeConfigPolicyResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Node Config Policy Result Ancestor> 
- ClassId string
- ClusterProfiles List<GetHyperflex Node Config Policy Result Cluster Profile> 
- CreateTime string
- The time when this managed object was created.
- DataIp List<GetRanges Hyperflex Node Config Policy Result Data Ip Range> 
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HxdpIp List<GetRanges Hyperflex Node Config Policy Result Hxdp Ip Range> 
- HypervisorControl List<GetIp Ranges Hyperflex Node Config Policy Result Hypervisor Control Ip Range> 
- MgmtIp List<GetRanges Hyperflex Node Config Policy Result Mgmt Ip Range> 
- 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.
- NodeName stringPrefix 
- 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
- Organizations
List<GetHyperflex Node Config Policy Result Organization> 
- Owners List<string>
- Parents
List<GetHyperflex Node Config Policy Result Parent> 
- PermissionResources List<GetHyperflex Node Config Policy Result Permission Resource> 
- 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.
- 
List<GetHyperflex Node Config Policy Result Tag> 
- VersionContexts List<GetHyperflex Node Config Policy Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Node Config Policy Result Ancestor 
- ClassId string
- ClusterProfiles []GetHyperflex Node Config Policy Result Cluster Profile 
- CreateTime string
- The time when this managed object was created.
- DataIp []GetRanges Hyperflex Node Config Policy Result Data Ip Range 
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HxdpIp []GetRanges Hyperflex Node Config Policy Result Hxdp Ip Range 
- HypervisorControl []GetIp Ranges Hyperflex Node Config Policy Result Hypervisor Control Ip Range 
- MgmtIp []GetRanges Hyperflex Node Config Policy Result Mgmt Ip Range 
- 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.
- NodeName stringPrefix 
- 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
- Organizations
[]GetHyperflex Node Config Policy Result Organization 
- Owners []string
- Parents
[]GetHyperflex Node Config Policy Result Parent 
- PermissionResources []GetHyperflex Node Config Policy Result Permission Resource 
- 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.
- 
[]GetHyperflex Node Config Policy Result Tag 
- VersionContexts []GetHyperflex Node Config Policy Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Node Config Policy Result Ancestor> 
- classId String
- clusterProfiles List<GetHyperflex Node Config Policy Result Cluster Profile> 
- createTime String
- The time when this managed object was created.
- dataIp List<GetRanges Hyperflex Node Config Policy Result Data Ip Range> 
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hxdpIp List<GetRanges Hyperflex Node Config Policy Result Hxdp Ip Range> 
- hypervisorControl List<GetIp Ranges Hyperflex Node Config Policy Result Hypervisor Control Ip Range> 
- mgmtIp List<GetRanges Hyperflex Node Config Policy Result Mgmt Ip Range> 
- 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.
- nodeName StringPrefix 
- 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
- organizations
List<GetHyperflex Node Config Policy Result Organization> 
- owners List<String>
- parents
List<GetHyperflex Node Config Policy Result Parent> 
- permissionResources List<GetHyperflex Node Config Policy Result Permission Resource> 
- 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.
- 
List<GetHyperflex Node Config Policy Result Tag> 
- versionContexts List<GetHyperflex Node Config Policy Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Node Config Policy Result Ancestor[] 
- classId string
- clusterProfiles GetHyperflex Node Config Policy Result Cluster Profile[] 
- createTime string
- The time when this managed object was created.
- dataIp GetRanges Hyperflex Node Config Policy Result Data Ip Range[] 
- description string
- Description of the policy.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hxdpIp GetRanges Hyperflex Node Config Policy Result Hxdp Ip Range[] 
- hypervisorControl GetIp Ranges Hyperflex Node Config Policy Result Hypervisor Control Ip Range[] 
- mgmtIp GetRanges Hyperflex Node Config Policy Result Mgmt Ip Range[] 
- 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.
- nodeName stringPrefix 
- 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
- organizations
GetHyperflex Node Config Policy Result Organization[] 
- owners string[]
- parents
GetHyperflex Node Config Policy Result Parent[] 
- permissionResources GetHyperflex Node Config Policy Result Permission Resource[] 
- 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.
- 
GetHyperflex Node Config Policy Result Tag[] 
- versionContexts GetHyperflex Node Config Policy Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Node Config Policy Result Ancestor] 
- class_id str
- cluster_profiles Sequence[GetHyperflex Node Config Policy Result Cluster Profile] 
- create_time str
- The time when this managed object was created.
- data_ip_ Sequence[Getranges Hyperflex Node Config Policy Result Data Ip Range] 
- description str
- Description of the policy.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hxdp_ip_ Sequence[Getranges Hyperflex Node Config Policy Result Hxdp Ip Range] 
- hypervisor_control_ Sequence[Getip_ ranges Hyperflex Node Config Policy Result Hypervisor Control Ip Range] 
- mgmt_ip_ Sequence[Getranges Hyperflex Node Config Policy Result Mgmt Ip Range] 
- 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_ strprefix 
- 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
- organizations
Sequence[GetHyperflex Node Config Policy Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetHyperflex Node Config Policy Result Parent] 
- permission_resources Sequence[GetHyperflex Node Config Policy Result Permission Resource] 
- 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.
- 
Sequence[GetHyperflex Node Config Policy Result Tag] 
- version_contexts Sequence[GetHyperflex Node Config Policy Result Version Context] 
- 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.
- dataIp List<Property Map>Ranges 
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hxdpIp List<Property Map>Ranges 
- hypervisorControl List<Property Map>Ip Ranges 
- mgmtIp List<Property Map>Ranges 
- 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.
- nodeName StringPrefix 
- 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
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- versionContexts List<Property Map>
GetHyperflexNodeConfigPolicyResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeConfigPolicyResultClusterProfile       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeConfigPolicyResultDataIpRange        
- AdditionalProperties string
- ClassId string
- EndAddr string
- Gateway string
- IpAddr List<GetBlocks Hyperflex Node Config Policy Result Data Ip Range Ip Addr Block> 
- Netmask string
- ObjectType string
- StartAddr string
- AdditionalProperties string
- ClassId string
- EndAddr string
- Gateway string
- IpAddr []GetBlocks Hyperflex Node Config Policy Result Data Ip Range Ip Addr Block 
- Netmask string
- ObjectType string
- StartAddr string
- additionalProperties String
- classId String
- endAddr String
- gateway String
- ipAddr List<GetBlocks Hyperflex Node Config Policy Result Data Ip Range Ip Addr Block> 
- netmask String
- objectType String
- startAddr String
- additionalProperties string
- classId string
- endAddr string
- gateway string
- ipAddr GetBlocks Hyperflex Node Config Policy Result Data Ip Range Ip Addr Block[] 
- netmask string
- objectType string
- startAddr string
- additionalProperties String
- classId String
- endAddr String
- gateway String
- ipAddr List<Property Map>Blocks 
- netmask String
- objectType String
- startAddr String
GetHyperflexNodeConfigPolicyResultDataIpRangeIpAddrBlock           
- AdditionalProperties string
- ClassId string
- EndAddress string
- ObjectType string
- StartAddress string
- AdditionalProperties string
- ClassId string
- EndAddress string
- ObjectType string
- StartAddress string
- additionalProperties String
- classId String
- endAddress String
- objectType String
- startAddress String
- additionalProperties string
- classId string
- endAddress string
- objectType string
- startAddress string
- additional_properties str
- class_id str
- end_address str
- object_type str
- start_address str
- additionalProperties String
- classId String
- endAddress String
- objectType String
- startAddress String
GetHyperflexNodeConfigPolicyResultHxdpIpRange        
- AdditionalProperties string
- ClassId string
- EndAddr string
- Gateway string
- IpAddr List<GetBlocks Hyperflex Node Config Policy Result Hxdp Ip Range Ip Addr Block> 
- Netmask string
- ObjectType string
- StartAddr string
- AdditionalProperties string
- ClassId string
- EndAddr string
- Gateway string
- IpAddr []GetBlocks Hyperflex Node Config Policy Result Hxdp Ip Range Ip Addr Block 
- Netmask string
- ObjectType string
- StartAddr string
- additionalProperties String
- classId String
- endAddr String
- gateway String
- ipAddr List<GetBlocks Hyperflex Node Config Policy Result Hxdp Ip Range Ip Addr Block> 
- netmask String
- objectType String
- startAddr String
- additionalProperties string
- classId string
- endAddr string
- gateway string
- ipAddr GetBlocks Hyperflex Node Config Policy Result Hxdp Ip Range Ip Addr Block[] 
- netmask string
- objectType string
- startAddr string
- additionalProperties String
- classId String
- endAddr String
- gateway String
- ipAddr List<Property Map>Blocks 
- netmask String
- objectType String
- startAddr String
GetHyperflexNodeConfigPolicyResultHxdpIpRangeIpAddrBlock           
- AdditionalProperties string
- ClassId string
- EndAddress string
- ObjectType string
- StartAddress string
- AdditionalProperties string
- ClassId string
- EndAddress string
- ObjectType string
- StartAddress string
- additionalProperties String
- classId String
- endAddress String
- objectType String
- startAddress String
- additionalProperties string
- classId string
- endAddress string
- objectType string
- startAddress string
- additional_properties str
- class_id str
- end_address str
- object_type str
- start_address str
- additionalProperties String
- classId String
- endAddress String
- objectType String
- startAddress String
GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange         
- AdditionalProperties string
- ClassId string
- EndAddr string
- Gateway string
- IpAddr List<GetBlocks Hyperflex Node Config Policy Result Hypervisor Control Ip Range Ip Addr Block> 
- Netmask string
- ObjectType string
- StartAddr string
- AdditionalProperties string
- ClassId string
- EndAddr string
- Gateway string
- IpAddr []GetBlocks Hyperflex Node Config Policy Result Hypervisor Control Ip Range Ip Addr Block 
- Netmask string
- ObjectType string
- StartAddr string
- additionalProperties String
- classId String
- endAddr String
- gateway String
- ipAddr List<GetBlocks Hyperflex Node Config Policy Result Hypervisor Control Ip Range Ip Addr Block> 
- netmask String
- objectType String
- startAddr String
- additionalProperties string
- classId string
- endAddr string
- gateway string
- ipAddr GetBlocks Hyperflex Node Config Policy Result Hypervisor Control Ip Range Ip Addr Block[] 
- netmask string
- objectType string
- startAddr string
- additionalProperties String
- classId String
- endAddr String
- gateway String
- ipAddr List<Property Map>Blocks 
- netmask String
- objectType String
- startAddr String
GetHyperflexNodeConfigPolicyResultHypervisorControlIpRangeIpAddrBlock            
- AdditionalProperties string
- ClassId string
- EndAddress string
- ObjectType string
- StartAddress string
- AdditionalProperties string
- ClassId string
- EndAddress string
- ObjectType string
- StartAddress string
- additionalProperties String
- classId String
- endAddress String
- objectType String
- startAddress String
- additionalProperties string
- classId string
- endAddress string
- objectType string
- startAddress string
- additional_properties str
- class_id str
- end_address str
- object_type str
- start_address str
- additionalProperties String
- classId String
- endAddress String
- objectType String
- startAddress String
GetHyperflexNodeConfigPolicyResultMgmtIpRange        
- AdditionalProperties string
- ClassId string
- EndAddr string
- Gateway string
- IpAddr List<GetBlocks Hyperflex Node Config Policy Result Mgmt Ip Range Ip Addr Block> 
- Netmask string
- ObjectType string
- StartAddr string
- AdditionalProperties string
- ClassId string
- EndAddr string
- Gateway string
- IpAddr []GetBlocks Hyperflex Node Config Policy Result Mgmt Ip Range Ip Addr Block 
- Netmask string
- ObjectType string
- StartAddr string
- additionalProperties String
- classId String
- endAddr String
- gateway String
- ipAddr List<GetBlocks Hyperflex Node Config Policy Result Mgmt Ip Range Ip Addr Block> 
- netmask String
- objectType String
- startAddr String
- additionalProperties string
- classId string
- endAddr string
- gateway string
- ipAddr GetBlocks Hyperflex Node Config Policy Result Mgmt Ip Range Ip Addr Block[] 
- netmask string
- objectType string
- startAddr string
- additionalProperties String
- classId String
- endAddr String
- gateway String
- ipAddr List<Property Map>Blocks 
- netmask String
- objectType String
- startAddr String
GetHyperflexNodeConfigPolicyResultMgmtIpRangeIpAddrBlock           
- AdditionalProperties string
- ClassId string
- EndAddress string
- ObjectType string
- StartAddress string
- AdditionalProperties string
- ClassId string
- EndAddress string
- ObjectType string
- StartAddress string
- additionalProperties String
- classId String
- endAddress String
- objectType String
- startAddress String
- additionalProperties string
- classId string
- endAddress string
- objectType string
- startAddress string
- additional_properties str
- class_id str
- end_address str
- object_type str
- start_address str
- additionalProperties String
- classId String
- endAddress String
- objectType String
- startAddress String
GetHyperflexNodeConfigPolicyResultOrganization      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeConfigPolicyResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeConfigPolicyResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeConfigPolicyResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHyperflexNodeConfigPolicyResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHyperflexNodeConfigPolicyResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeConfigPolicyResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector 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<GetHyperflex Node Config Policy Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetHyperflex Node Config Policy Version Context Ref Mo 
- 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 []GetHyperflex Node Config Policy Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetHyperflex Node Config Policy Version Context Ref Mo 
- 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<GetHyperflex Node Config Policy Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetHyperflex Node Config Policy Version Context Ref Mo 
- 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 GetHyperflex Node Config Policy Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetHyperflex Node Config Policy Version Context Ref Mo 
- 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[GetHyperflex Node Config Policy Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetHyperflex Node Config Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name 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>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet