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

intersight.getHyperflexNodeConfigPolicy

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexNodeConfigPolicyAncestor>
    ClassId string
    ClusterProfiles List<GetHyperflexNodeConfigPolicyClusterProfile>
    CreateTime string
    The time when this managed object was created.
    DataIpRange GetHyperflexNodeConfigPolicyDataIpRange
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HxdpIpRange GetHyperflexNodeConfigPolicyHxdpIpRange
    HypervisorControlIpRange GetHyperflexNodeConfigPolicyHypervisorControlIpRange
    Id string
    MgmtIpRange GetHyperflexNodeConfigPolicyMgmtIpRange
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NodeNamePrefix string
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    ObjectType string
    Organization GetHyperflexNodeConfigPolicyOrganization
    Owners List<string>
    Parent GetHyperflexNodeConfigPolicyParent
    PermissionResources List<GetHyperflexNodeConfigPolicyPermissionResource>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetHyperflexNodeConfigPolicyTag>
    VersionContext GetHyperflexNodeConfigPolicyVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexNodeConfigPolicyAncestor
    ClassId string
    ClusterProfiles []GetHyperflexNodeConfigPolicyClusterProfile
    CreateTime string
    The time when this managed object was created.
    DataIpRange GetHyperflexNodeConfigPolicyDataIpRange
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HxdpIpRange GetHyperflexNodeConfigPolicyHxdpIpRange
    HypervisorControlIpRange GetHyperflexNodeConfigPolicyHypervisorControlIpRange
    Id string
    MgmtIpRange GetHyperflexNodeConfigPolicyMgmtIpRange
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NodeNamePrefix string
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    ObjectType string
    Organization GetHyperflexNodeConfigPolicyOrganization
    Owners []string
    Parent GetHyperflexNodeConfigPolicyParent
    PermissionResources []GetHyperflexNodeConfigPolicyPermissionResource
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetHyperflexNodeConfigPolicyTag
    VersionContext GetHyperflexNodeConfigPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexNodeConfigPolicyAncestor>
    classId String
    clusterProfiles List<GetHyperflexNodeConfigPolicyClusterProfile>
    createTime String
    The time when this managed object was created.
    dataIpRange GetHyperflexNodeConfigPolicyDataIpRange
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hxdpIpRange GetHyperflexNodeConfigPolicyHxdpIpRange
    hypervisorControlIpRange GetHyperflexNodeConfigPolicyHypervisorControlIpRange
    id String
    mgmtIpRange GetHyperflexNodeConfigPolicyMgmtIpRange
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    nodeNamePrefix String
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    objectType String
    organization GetHyperflexNodeConfigPolicyOrganization
    owners List<String>
    parent GetHyperflexNodeConfigPolicyParent
    permissionResources List<GetHyperflexNodeConfigPolicyPermissionResource>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetHyperflexNodeConfigPolicyTag>
    versionContext GetHyperflexNodeConfigPolicyVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexNodeConfigPolicyAncestor[]
    classId string
    clusterProfiles GetHyperflexNodeConfigPolicyClusterProfile[]
    createTime string
    The time when this managed object was created.
    dataIpRange GetHyperflexNodeConfigPolicyDataIpRange
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hxdpIpRange GetHyperflexNodeConfigPolicyHxdpIpRange
    hypervisorControlIpRange GetHyperflexNodeConfigPolicyHypervisorControlIpRange
    id string
    mgmtIpRange GetHyperflexNodeConfigPolicyMgmtIpRange
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    nodeNamePrefix string
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    objectType string
    organization GetHyperflexNodeConfigPolicyOrganization
    owners string[]
    parent GetHyperflexNodeConfigPolicyParent
    permissionResources GetHyperflexNodeConfigPolicyPermissionResource[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetHyperflexNodeConfigPolicyTag[]
    versionContext GetHyperflexNodeConfigPolicyVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexNodeConfigPolicyAncestor]
    class_id str
    cluster_profiles Sequence[GetHyperflexNodeConfigPolicyClusterProfile]
    create_time str
    The time when this managed object was created.
    data_ip_range GetHyperflexNodeConfigPolicyDataIpRange
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hxdp_ip_range GetHyperflexNodeConfigPolicyHxdpIpRange
    hypervisor_control_ip_range GetHyperflexNodeConfigPolicyHypervisorControlIpRange
    id str
    mgmt_ip_range GetHyperflexNodeConfigPolicyMgmtIpRange
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    node_name_prefix str
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    object_type str
    organization GetHyperflexNodeConfigPolicyOrganization
    owners Sequence[str]
    parent GetHyperflexNodeConfigPolicyParent
    permission_resources Sequence[GetHyperflexNodeConfigPolicyPermissionResource]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetHyperflexNodeConfigPolicyTag]
    version_context GetHyperflexNodeConfigPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusterProfiles List<Property Map>
    createTime String
    The time when this managed object was created.
    dataIpRange Property Map
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hxdpIpRange Property Map
    hypervisorControlIpRange Property Map
    id String
    mgmtIpRange Property Map
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    nodeNamePrefix String
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContext Property Map

    getHyperflexNodeConfigPolicy Result

    The following output properties are available:

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

    Supporting Types

    GetHyperflexNodeConfigPolicyAncestor

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

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

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

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

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

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

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

    GetHyperflexNodeConfigPolicyClusterProfile

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

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

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

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

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

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

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

    GetHyperflexNodeConfigPolicyDataIpRange

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

    GetHyperflexNodeConfigPolicyDataIpRangeIpAddrBlock

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

    GetHyperflexNodeConfigPolicyHxdpIpRange

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

    GetHyperflexNodeConfigPolicyHxdpIpRangeIpAddrBlock

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

    GetHyperflexNodeConfigPolicyHypervisorControlIpRange

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

    GetHyperflexNodeConfigPolicyHypervisorControlIpRangeIpAddrBlock

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

    GetHyperflexNodeConfigPolicyMgmtIpRange

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

    GetHyperflexNodeConfigPolicyMgmtIpRangeIpAddrBlock

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

    GetHyperflexNodeConfigPolicyOrganization

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

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

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

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

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

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

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

    GetHyperflexNodeConfigPolicyParent

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

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

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

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

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

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

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

    GetHyperflexNodeConfigPolicyPermissionResource

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

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

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

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

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

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

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

    GetHyperflexNodeConfigPolicyResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexNodeConfigPolicyResultAncestor>
    ClassId string
    ClusterProfiles List<GetHyperflexNodeConfigPolicyResultClusterProfile>
    CreateTime string
    The time when this managed object was created.
    DataIpRanges List<GetHyperflexNodeConfigPolicyResultDataIpRange>
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HxdpIpRanges List<GetHyperflexNodeConfigPolicyResultHxdpIpRange>
    HypervisorControlIpRanges List<GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange>
    MgmtIpRanges List<GetHyperflexNodeConfigPolicyResultMgmtIpRange>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NodeNamePrefix string
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    ObjectType string
    Organizations List<GetHyperflexNodeConfigPolicyResultOrganization>
    Owners List<string>
    Parents List<GetHyperflexNodeConfigPolicyResultParent>
    PermissionResources List<GetHyperflexNodeConfigPolicyResultPermissionResource>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetHyperflexNodeConfigPolicyResultTag>
    VersionContexts List<GetHyperflexNodeConfigPolicyResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexNodeConfigPolicyResultAncestor
    ClassId string
    ClusterProfiles []GetHyperflexNodeConfigPolicyResultClusterProfile
    CreateTime string
    The time when this managed object was created.
    DataIpRanges []GetHyperflexNodeConfigPolicyResultDataIpRange
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HxdpIpRanges []GetHyperflexNodeConfigPolicyResultHxdpIpRange
    HypervisorControlIpRanges []GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange
    MgmtIpRanges []GetHyperflexNodeConfigPolicyResultMgmtIpRange
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NodeNamePrefix string
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    ObjectType string
    Organizations []GetHyperflexNodeConfigPolicyResultOrganization
    Owners []string
    Parents []GetHyperflexNodeConfigPolicyResultParent
    PermissionResources []GetHyperflexNodeConfigPolicyResultPermissionResource
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetHyperflexNodeConfigPolicyResultTag
    VersionContexts []GetHyperflexNodeConfigPolicyResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexNodeConfigPolicyResultAncestor>
    classId String
    clusterProfiles List<GetHyperflexNodeConfigPolicyResultClusterProfile>
    createTime String
    The time when this managed object was created.
    dataIpRanges List<GetHyperflexNodeConfigPolicyResultDataIpRange>
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hxdpIpRanges List<GetHyperflexNodeConfigPolicyResultHxdpIpRange>
    hypervisorControlIpRanges List<GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange>
    mgmtIpRanges List<GetHyperflexNodeConfigPolicyResultMgmtIpRange>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    nodeNamePrefix String
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    objectType String
    organizations List<GetHyperflexNodeConfigPolicyResultOrganization>
    owners List<String>
    parents List<GetHyperflexNodeConfigPolicyResultParent>
    permissionResources List<GetHyperflexNodeConfigPolicyResultPermissionResource>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetHyperflexNodeConfigPolicyResultTag>
    versionContexts List<GetHyperflexNodeConfigPolicyResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexNodeConfigPolicyResultAncestor[]
    classId string
    clusterProfiles GetHyperflexNodeConfigPolicyResultClusterProfile[]
    createTime string
    The time when this managed object was created.
    dataIpRanges GetHyperflexNodeConfigPolicyResultDataIpRange[]
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hxdpIpRanges GetHyperflexNodeConfigPolicyResultHxdpIpRange[]
    hypervisorControlIpRanges GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange[]
    mgmtIpRanges GetHyperflexNodeConfigPolicyResultMgmtIpRange[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    nodeNamePrefix string
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    objectType string
    organizations GetHyperflexNodeConfigPolicyResultOrganization[]
    owners string[]
    parents GetHyperflexNodeConfigPolicyResultParent[]
    permissionResources GetHyperflexNodeConfigPolicyResultPermissionResource[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetHyperflexNodeConfigPolicyResultTag[]
    versionContexts GetHyperflexNodeConfigPolicyResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexNodeConfigPolicyResultAncestor]
    class_id str
    cluster_profiles Sequence[GetHyperflexNodeConfigPolicyResultClusterProfile]
    create_time str
    The time when this managed object was created.
    data_ip_ranges Sequence[GetHyperflexNodeConfigPolicyResultDataIpRange]
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hxdp_ip_ranges Sequence[GetHyperflexNodeConfigPolicyResultHxdpIpRange]
    hypervisor_control_ip_ranges Sequence[GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange]
    mgmt_ip_ranges Sequence[GetHyperflexNodeConfigPolicyResultMgmtIpRange]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    node_name_prefix str
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    object_type str
    organizations Sequence[GetHyperflexNodeConfigPolicyResultOrganization]
    owners Sequence[str]
    parents Sequence[GetHyperflexNodeConfigPolicyResultParent]
    permission_resources Sequence[GetHyperflexNodeConfigPolicyResultPermissionResource]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetHyperflexNodeConfigPolicyResultTag]
    version_contexts Sequence[GetHyperflexNodeConfigPolicyResultVersionContext]
    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.
    dataIpRanges List<Property Map>
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hxdpIpRanges List<Property Map>
    hypervisorControlIpRanges List<Property Map>
    mgmtIpRanges List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    nodeNamePrefix String
    The node name prefix that is used to automatically generate the default hostname for each server.A dash (-) will be appended to the prefix followed by the node number to form a hostname.This default naming scheme can be manually overridden in the node configuration.The maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and muststart with an alphanumeric character.
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    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

    GetHyperflexNodeConfigPolicyResultDataIpRangeIpAddrBlock

    GetHyperflexNodeConfigPolicyResultHxdpIpRange

    GetHyperflexNodeConfigPolicyResultHxdpIpRangeIpAddrBlock

    GetHyperflexNodeConfigPolicyResultHypervisorControlIpRange

    GetHyperflexNodeConfigPolicyResultHypervisorControlIpRangeIpAddrBlock

    GetHyperflexNodeConfigPolicyResultMgmtIpRange

    GetHyperflexNodeConfigPolicyResultMgmtIpRangeIpAddrBlock

    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
    additionalProperties String
    key String
    value String

    GetHyperflexNodeConfigPolicyResultVersionContext

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

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

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

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

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

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

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

    GetHyperflexNodeConfigPolicyVersionContextInterestedMo

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

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

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

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

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

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

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

    GetHyperflexNodeConfigPolicyVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet