1. Packages
  2. Nutanix
  3. API Docs
  4. getClustersV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getClustersV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    Lists all cluster entities registered to Prism Central.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pulumi/nutanix";
    
    const clusters = nutanix.getClustersV2({
        filter: "startswith(name, 'PC_')",
    });
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    clusters = nutanix.get_clusters_v2(filter="startswith(name, 'PC_')")
    
    package main
    
    import (
    	"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := nutanix.GetClustersV2(ctx, &nutanix.GetClustersV2Args{
    			Filter: pulumi.StringRef("startswith(name, 'PC_')"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Nutanix = Pulumi.Nutanix;
    
    return await Deployment.RunAsync(() => 
    {
        var clusters = Nutanix.GetClustersV2.Invoke(new()
        {
            Filter = "startswith(name, 'PC_')",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.nutanix.NutanixFunctions;
    import com.pulumi.nutanix.inputs.GetClustersV2Args;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var clusters = NutanixFunctions.getClustersV2(GetClustersV2Args.builder()
                .filter("startswith(name, 'PC_')")
                .build());
    
        }
    }
    
    variables:
      clusters:
        fn::invoke:
          function: nutanix:getClustersV2
          arguments:
            filter: startswith(name, 'PC_')
    

    Using getClustersV2

    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 getClustersV2(args: GetClustersV2Args, opts?: InvokeOptions): Promise<GetClustersV2Result>
    function getClustersV2Output(args: GetClustersV2OutputArgs, opts?: InvokeOptions): Output<GetClustersV2Result>
    def get_clusters_v2(apply: Optional[str] = None,
                        expand: Optional[str] = None,
                        filter: Optional[str] = None,
                        limit: Optional[int] = None,
                        order_by: Optional[str] = None,
                        page: Optional[int] = None,
                        select: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetClustersV2Result
    def get_clusters_v2_output(apply: Optional[pulumi.Input[str]] = None,
                        expand: Optional[pulumi.Input[str]] = None,
                        filter: Optional[pulumi.Input[str]] = None,
                        limit: Optional[pulumi.Input[int]] = None,
                        order_by: Optional[pulumi.Input[str]] = None,
                        page: Optional[pulumi.Input[int]] = None,
                        select: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetClustersV2Result]
    func GetClustersV2(ctx *Context, args *GetClustersV2Args, opts ...InvokeOption) (*GetClustersV2Result, error)
    func GetClustersV2Output(ctx *Context, args *GetClustersV2OutputArgs, opts ...InvokeOption) GetClustersV2ResultOutput

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

    public static class GetClustersV2 
    {
        public static Task<GetClustersV2Result> InvokeAsync(GetClustersV2Args args, InvokeOptions? opts = null)
        public static Output<GetClustersV2Result> Invoke(GetClustersV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClustersV2Result> getClustersV2(GetClustersV2Args args, InvokeOptions options)
    public static Output<GetClustersV2Result> getClustersV2(GetClustersV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getClustersV2:getClustersV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Apply string
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The apply can be applied on the following fields:

    • config/buildInfo/version
    • nodes/numberOfNodes
    Expand string
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary
    Filter string
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • backupEligibilityScore
    • clusterProfileExtId
    • config/buildInfo/version
    • config/clusterFunction
    • config/encryptionInTransitStatus
    • config/encryptionOption
    • config/encryptionScope
    • config/hypervisorTypes
    • config/isAvailable
    • extId
    • name
    • network/keyManagementServerType
    • upgradeStatus
    Limit int
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:

    • backupEligibilityScore
    • config/buildInfo/version
    • config/isAvailable
    • extId
    • inefficientVmCount
    • name
    • network/keyManagementServerType
    • nodes/numberOfNodes
    • upgradeStatus
    • vmCount
    Page int
    -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    Select string
    -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • backupEligibilityScore
    • inefficientVmCount
    • name
    • upgradeStatus
    • vmCount
    Apply string
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The apply can be applied on the following fields:

    • config/buildInfo/version
    • nodes/numberOfNodes
    Expand string
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary
    Filter string
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • backupEligibilityScore
    • clusterProfileExtId
    • config/buildInfo/version
    • config/clusterFunction
    • config/encryptionInTransitStatus
    • config/encryptionOption
    • config/encryptionScope
    • config/hypervisorTypes
    • config/isAvailable
    • extId
    • name
    • network/keyManagementServerType
    • upgradeStatus
    Limit int
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:

    • backupEligibilityScore
    • config/buildInfo/version
    • config/isAvailable
    • extId
    • inefficientVmCount
    • name
    • network/keyManagementServerType
    • nodes/numberOfNodes
    • upgradeStatus
    • vmCount
    Page int
    -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    Select string
    -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • backupEligibilityScore
    • inefficientVmCount
    • name
    • upgradeStatus
    • vmCount
    apply String
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The apply can be applied on the following fields:

    • config/buildInfo/version
    • nodes/numberOfNodes
    expand String
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary
    filter String
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • backupEligibilityScore
    • clusterProfileExtId
    • config/buildInfo/version
    • config/clusterFunction
    • config/encryptionInTransitStatus
    • config/encryptionOption
    • config/encryptionScope
    • config/hypervisorTypes
    • config/isAvailable
    • extId
    • name
    • network/keyManagementServerType
    • upgradeStatus
    limit Integer
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:

    • backupEligibilityScore
    • config/buildInfo/version
    • config/isAvailable
    • extId
    • inefficientVmCount
    • name
    • network/keyManagementServerType
    • nodes/numberOfNodes
    • upgradeStatus
    • vmCount
    page Integer
    -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select String
    -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • backupEligibilityScore
    • inefficientVmCount
    • name
    • upgradeStatus
    • vmCount
    apply string
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The apply can be applied on the following fields:

    • config/buildInfo/version
    • nodes/numberOfNodes
    expand string
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary
    filter string
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • backupEligibilityScore
    • clusterProfileExtId
    • config/buildInfo/version
    • config/clusterFunction
    • config/encryptionInTransitStatus
    • config/encryptionOption
    • config/encryptionScope
    • config/hypervisorTypes
    • config/isAvailable
    • extId
    • name
    • network/keyManagementServerType
    • upgradeStatus
    limit number
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy string
    -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:

    • backupEligibilityScore
    • config/buildInfo/version
    • config/isAvailable
    • extId
    • inefficientVmCount
    • name
    • network/keyManagementServerType
    • nodes/numberOfNodes
    • upgradeStatus
    • vmCount
    page number
    -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select string
    -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • backupEligibilityScore
    • inefficientVmCount
    • name
    • upgradeStatus
    • vmCount
    apply str
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The apply can be applied on the following fields:

    • config/buildInfo/version
    • nodes/numberOfNodes
    expand str
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary
    filter str
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • backupEligibilityScore
    • clusterProfileExtId
    • config/buildInfo/version
    • config/clusterFunction
    • config/encryptionInTransitStatus
    • config/encryptionOption
    • config/encryptionScope
    • config/hypervisorTypes
    • config/isAvailable
    • extId
    • name
    • network/keyManagementServerType
    • upgradeStatus
    limit int
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    order_by str
    -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:

    • backupEligibilityScore
    • config/buildInfo/version
    • config/isAvailable
    • extId
    • inefficientVmCount
    • name
    • network/keyManagementServerType
    • nodes/numberOfNodes
    • upgradeStatus
    • vmCount
    page int
    -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select str
    -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • backupEligibilityScore
    • inefficientVmCount
    • name
    • upgradeStatus
    • vmCount
    apply String
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The apply can be applied on the following fields:

    • config/buildInfo/version
    • nodes/numberOfNodes
    expand String
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary
    filter String
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • backupEligibilityScore
    • clusterProfileExtId
    • config/buildInfo/version
    • config/clusterFunction
    • config/encryptionInTransitStatus
    • config/encryptionOption
    • config/encryptionScope
    • config/hypervisorTypes
    • config/isAvailable
    • extId
    • name
    • network/keyManagementServerType
    • upgradeStatus
    limit Number
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:

    • backupEligibilityScore
    • config/buildInfo/version
    • config/isAvailable
    • extId
    • inefficientVmCount
    • name
    • network/keyManagementServerType
    • nodes/numberOfNodes
    • upgradeStatus
    • vmCount
    page Number
    -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select String
    -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • backupEligibilityScore
    • inefficientVmCount
    • name
    • upgradeStatus
    • vmCount

    getClustersV2 Result

    The following output properties are available:

    ClusterEntities List<PiersKarsenbarg.Nutanix.Outputs.GetClustersV2ClusterEntity>
    Id string
    The provider-assigned unique ID for this managed resource.
    Apply string
    Expand string
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    ClusterEntities []GetClustersV2ClusterEntity
    Id string
    The provider-assigned unique ID for this managed resource.
    Apply string
    Expand string
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    clusterEntities List<GetClustersV2ClusterEntity>
    id String
    The provider-assigned unique ID for this managed resource.
    apply String
    expand String
    filter String
    limit Integer
    orderBy String
    page Integer
    select String
    clusterEntities GetClustersV2ClusterEntity[]
    id string
    The provider-assigned unique ID for this managed resource.
    apply string
    expand string
    filter string
    limit number
    orderBy string
    page number
    select string
    cluster_entities Sequence[GetClustersV2ClusterEntity]
    id str
    The provider-assigned unique ID for this managed resource.
    apply str
    expand str
    filter str
    limit int
    order_by str
    page int
    select str
    clusterEntities List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    apply String
    expand String
    filter String
    limit Number
    orderBy String
    page Number
    select String

    Supporting Types

    GetClustersV2ClusterEntity

    BackupEligibilityScore int
    • Score to indicate how much cluster is eligible for storing domain manager backup.
    Categories List<string>
    • List of categories associated to the PE cluster.
    ClusterProfileExtId string
    • Cluster profile UUID.
    Configs List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityConfig>
    • Cluster configuration details.
    ContainerName string
    • The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.
    ExtId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    InefficientVmCount int
    • Number of inefficient VMs in the cluster.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityLink>
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    Name string
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    Networks List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetwork>
    • Network details of a cluster.
    Nodes List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNode>
    • Node reference for a cluster.
    TenantId string
    • globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    UpgradeStatus string
    • Upgrade status of a cluster. Valid values are:
    • "CANCELLED" The cluster upgrade is cancelled.
    • "FAILED" The cluster upgrade failed.
    • "QUEUED" The cluster upgrade is in the queue.
    • "SUCCEEDED" The cluster was upgraded successfully.
    • "DOWNLOADING" The luster upgrade is downloading.
    • "PENDING"The cluster upgrade is in pending state.
    • "UPGRADING" The cluster is in upgrade state.
    • "PREUPGRADE" The cluster is in pre-upgrade state.
    • "SCHEDULED" The cluster upgrade is in scheduled state.
    VmCount int
    • Number of VMs in the cluster.
    Expand string
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary
    BackupEligibilityScore int
    • Score to indicate how much cluster is eligible for storing domain manager backup.
    Categories []string
    • List of categories associated to the PE cluster.
    ClusterProfileExtId string
    • Cluster profile UUID.
    Configs []GetClustersV2ClusterEntityConfig
    • Cluster configuration details.
    ContainerName string
    • The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.
    ExtId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    InefficientVmCount int
    • Number of inefficient VMs in the cluster.
    Links []GetClustersV2ClusterEntityLink
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    Name string
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    Networks []GetClustersV2ClusterEntityNetwork
    • Network details of a cluster.
    Nodes []GetClustersV2ClusterEntityNode
    • Node reference for a cluster.
    TenantId string
    • globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    UpgradeStatus string
    • Upgrade status of a cluster. Valid values are:
    • "CANCELLED" The cluster upgrade is cancelled.
    • "FAILED" The cluster upgrade failed.
    • "QUEUED" The cluster upgrade is in the queue.
    • "SUCCEEDED" The cluster was upgraded successfully.
    • "DOWNLOADING" The luster upgrade is downloading.
    • "PENDING"The cluster upgrade is in pending state.
    • "UPGRADING" The cluster is in upgrade state.
    • "PREUPGRADE" The cluster is in pre-upgrade state.
    • "SCHEDULED" The cluster upgrade is in scheduled state.
    VmCount int
    • Number of VMs in the cluster.
    Expand string
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary
    backupEligibilityScore Integer
    • Score to indicate how much cluster is eligible for storing domain manager backup.
    categories List<String>
    • List of categories associated to the PE cluster.
    clusterProfileExtId String
    • Cluster profile UUID.
    configs List<GetClustersV2ClusterEntityConfig>
    • Cluster configuration details.
    containerName String
    • The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.
    extId String
    • A globally unique identifier of an instance that is suitable for external consumption.
    inefficientVmCount Integer
    • Number of inefficient VMs in the cluster.
    links List<GetClustersV2ClusterEntityLink>
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    name String
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    networks List<GetClustersV2ClusterEntityNetwork>
    • Network details of a cluster.
    nodes List<GetClustersV2ClusterEntityNode>
    • Node reference for a cluster.
    tenantId String
    • globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    upgradeStatus String
    • Upgrade status of a cluster. Valid values are:
    • "CANCELLED" The cluster upgrade is cancelled.
    • "FAILED" The cluster upgrade failed.
    • "QUEUED" The cluster upgrade is in the queue.
    • "SUCCEEDED" The cluster was upgraded successfully.
    • "DOWNLOADING" The luster upgrade is downloading.
    • "PENDING"The cluster upgrade is in pending state.
    • "UPGRADING" The cluster is in upgrade state.
    • "PREUPGRADE" The cluster is in pre-upgrade state.
    • "SCHEDULED" The cluster upgrade is in scheduled state.
    vmCount Integer
    • Number of VMs in the cluster.
    expand String
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary
    backupEligibilityScore number
    • Score to indicate how much cluster is eligible for storing domain manager backup.
    categories string[]
    • List of categories associated to the PE cluster.
    clusterProfileExtId string
    • Cluster profile UUID.
    configs GetClustersV2ClusterEntityConfig[]
    • Cluster configuration details.
    containerName string
    • The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.
    extId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    inefficientVmCount number
    • Number of inefficient VMs in the cluster.
    links GetClustersV2ClusterEntityLink[]
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    name string
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    networks GetClustersV2ClusterEntityNetwork[]
    • Network details of a cluster.
    nodes GetClustersV2ClusterEntityNode[]
    • Node reference for a cluster.
    tenantId string
    • globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    upgradeStatus string
    • Upgrade status of a cluster. Valid values are:
    • "CANCELLED" The cluster upgrade is cancelled.
    • "FAILED" The cluster upgrade failed.
    • "QUEUED" The cluster upgrade is in the queue.
    • "SUCCEEDED" The cluster was upgraded successfully.
    • "DOWNLOADING" The luster upgrade is downloading.
    • "PENDING"The cluster upgrade is in pending state.
    • "UPGRADING" The cluster is in upgrade state.
    • "PREUPGRADE" The cluster is in pre-upgrade state.
    • "SCHEDULED" The cluster upgrade is in scheduled state.
    vmCount number
    • Number of VMs in the cluster.
    expand string
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary
    backup_eligibility_score int
    • Score to indicate how much cluster is eligible for storing domain manager backup.
    categories Sequence[str]
    • List of categories associated to the PE cluster.
    cluster_profile_ext_id str
    • Cluster profile UUID.
    configs Sequence[GetClustersV2ClusterEntityConfig]
    • Cluster configuration details.
    container_name str
    • The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.
    ext_id str
    • A globally unique identifier of an instance that is suitable for external consumption.
    inefficient_vm_count int
    • Number of inefficient VMs in the cluster.
    links Sequence[GetClustersV2ClusterEntityLink]
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    name str
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    networks Sequence[GetClustersV2ClusterEntityNetwork]
    • Network details of a cluster.
    nodes Sequence[GetClustersV2ClusterEntityNode]
    • Node reference for a cluster.
    tenant_id str
    • globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    upgrade_status str
    • Upgrade status of a cluster. Valid values are:
    • "CANCELLED" The cluster upgrade is cancelled.
    • "FAILED" The cluster upgrade failed.
    • "QUEUED" The cluster upgrade is in the queue.
    • "SUCCEEDED" The cluster was upgraded successfully.
    • "DOWNLOADING" The luster upgrade is downloading.
    • "PENDING"The cluster upgrade is in pending state.
    • "UPGRADING" The cluster is in upgrade state.
    • "PREUPGRADE" The cluster is in pre-upgrade state.
    • "SCHEDULED" The cluster upgrade is in scheduled state.
    vm_count int
    • Number of VMs in the cluster.
    expand str
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary
    backupEligibilityScore Number
    • Score to indicate how much cluster is eligible for storing domain manager backup.
    categories List<String>
    • List of categories associated to the PE cluster.
    clusterProfileExtId String
    • Cluster profile UUID.
    configs List<Property Map>
    • Cluster configuration details.
    containerName String
    • The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.
    extId String
    • A globally unique identifier of an instance that is suitable for external consumption.
    inefficientVmCount Number
    • Number of inefficient VMs in the cluster.
    links List<Property Map>
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    name String
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    networks List<Property Map>
    • Network details of a cluster.
    nodes List<Property Map>
    • Node reference for a cluster.
    tenantId String
    • globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
    upgradeStatus String
    • Upgrade status of a cluster. Valid values are:
    • "CANCELLED" The cluster upgrade is cancelled.
    • "FAILED" The cluster upgrade failed.
    • "QUEUED" The cluster upgrade is in the queue.
    • "SUCCEEDED" The cluster was upgraded successfully.
    • "DOWNLOADING" The luster upgrade is downloading.
    • "PENDING"The cluster upgrade is in pending state.
    • "UPGRADING" The cluster is in upgrade state.
    • "PREUPGRADE" The cluster is in pre-upgrade state.
    • "SCHEDULED" The cluster upgrade is in scheduled state.
    vmCount Number
    • Number of VMs in the cluster.
    expand String
    -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The expand can be applied on the following fields:

    • clusterProfile
    • storageSummary

    GetClustersV2ClusterEntityConfig

    AuthorizedPublicKeyLists List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityConfigAuthorizedPublicKeyList>
    • Public ssh key details. This is part of payload for cluster update operation only.
    BuildInfos List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityConfigBuildInfo>
    • Build information details.
    ClusterArch string
    • Cluster arch. Valid values are:
    • "PPC64LE" PPC64LE cluster architecture type.
    • "X86_64" X86_64 cluster architecture type.
    ClusterFunctions List<string>
    • Cluster function. This is part of payload for cluster create operation only (allowed enum values for creation are AOS, ONE_NODE & TWO_NODE only). Valid values are:
    • "AOS"
    • "PRISM_CENTRAL"
    • "CLOUD_DATA_GATEWAY"
    • "AFS"
    • "ONE_NODE"
    • "TWO_NODE"
    • "ANALYTICS_PLATFORM"
    ClusterSoftwareMaps List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityConfigClusterSoftwareMap>
    • Cluster software version details.
    EncryptionInTransitStatus string
    • Encryption in transit Status. Valid values are:
    • "DISABLED" Disabled encryption status.
    • "ENABLED" Enabled encryption status.
    EncryptionOptions List<string>
    • Encryption option. Valid values are:
    • "SOFTWARE".
    • "HARDWARE".
    • "SOFTWARE_AND_HARDWARE"
    EncryptionScopes List<string>
    • Encryption scope. Valid values are:
    • "CLUSTER".
    • "CONTAINER".
    FaultToleranceStates List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityConfigFaultToleranceState>
    • Fault tolerance state of a cluster.
    HypervisorTypes List<string>
    • Hypervisor types. Valid values are:
    • "AHV".
    • "ESX".
    • "HYPERV".
    • "XEN".
    • "NATIVEHOST".
    IncarnationId int
    • Cluster incarnation Id. This is part of payload for cluster update operation only.
    IsAvailable bool
    • Indicates if cluster is available to contact or not.
    IsLts bool
    • Indicates whether the release is categorized as Long-term or not.
    IsPasswordRemoteLoginEnabled bool
    • Indicates whether the password ssh into the cluster is enabled or not.
    IsRemoteSupportEnabled bool
    • Remote support status.
    OperationMode string
    • Cluster operation mode. This is part of payload for cluster update operation only. Valid values are:
    • "OVERRIDE" Override operation mode.
    • "STAND_ALONE" Stand-alone operation mode.
    • "SWITCH_TO_TWO_NODE" Switch to two-node operation mode.
    • "NORMAL" Normal operation mode.
    • "READ_ONLY" Read-only operation mode.
    PulseStatuses List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityConfigPulseStatus>
    • Pulse status for a cluster.
    RedundancyFactor int
    • Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
    Timezone string
    • Time zone on a cluster.
    AuthorizedPublicKeyLists []GetClustersV2ClusterEntityConfigAuthorizedPublicKeyList
    • Public ssh key details. This is part of payload for cluster update operation only.
    BuildInfos []GetClustersV2ClusterEntityConfigBuildInfo
    • Build information details.
    ClusterArch string
    • Cluster arch. Valid values are:
    • "PPC64LE" PPC64LE cluster architecture type.
    • "X86_64" X86_64 cluster architecture type.
    ClusterFunctions []string
    • Cluster function. This is part of payload for cluster create operation only (allowed enum values for creation are AOS, ONE_NODE & TWO_NODE only). Valid values are:
    • "AOS"
    • "PRISM_CENTRAL"
    • "CLOUD_DATA_GATEWAY"
    • "AFS"
    • "ONE_NODE"
    • "TWO_NODE"
    • "ANALYTICS_PLATFORM"
    ClusterSoftwareMaps []GetClustersV2ClusterEntityConfigClusterSoftwareMap
    • Cluster software version details.
    EncryptionInTransitStatus string
    • Encryption in transit Status. Valid values are:
    • "DISABLED" Disabled encryption status.
    • "ENABLED" Enabled encryption status.
    EncryptionOptions []string
    • Encryption option. Valid values are:
    • "SOFTWARE".
    • "HARDWARE".
    • "SOFTWARE_AND_HARDWARE"
    EncryptionScopes []string
    • Encryption scope. Valid values are:
    • "CLUSTER".
    • "CONTAINER".
    FaultToleranceStates []GetClustersV2ClusterEntityConfigFaultToleranceState
    • Fault tolerance state of a cluster.
    HypervisorTypes []string
    • Hypervisor types. Valid values are:
    • "AHV".
    • "ESX".
    • "HYPERV".
    • "XEN".
    • "NATIVEHOST".
    IncarnationId int
    • Cluster incarnation Id. This is part of payload for cluster update operation only.
    IsAvailable bool
    • Indicates if cluster is available to contact or not.
    IsLts bool
    • Indicates whether the release is categorized as Long-term or not.
    IsPasswordRemoteLoginEnabled bool
    • Indicates whether the password ssh into the cluster is enabled or not.
    IsRemoteSupportEnabled bool
    • Remote support status.
    OperationMode string
    • Cluster operation mode. This is part of payload for cluster update operation only. Valid values are:
    • "OVERRIDE" Override operation mode.
    • "STAND_ALONE" Stand-alone operation mode.
    • "SWITCH_TO_TWO_NODE" Switch to two-node operation mode.
    • "NORMAL" Normal operation mode.
    • "READ_ONLY" Read-only operation mode.
    PulseStatuses []GetClustersV2ClusterEntityConfigPulseStatus
    • Pulse status for a cluster.
    RedundancyFactor int
    • Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
    Timezone string
    • Time zone on a cluster.
    authorizedPublicKeyLists List<GetClustersV2ClusterEntityConfigAuthorizedPublicKeyList>
    • Public ssh key details. This is part of payload for cluster update operation only.
    buildInfos List<GetClustersV2ClusterEntityConfigBuildInfo>
    • Build information details.
    clusterArch String
    • Cluster arch. Valid values are:
    • "PPC64LE" PPC64LE cluster architecture type.
    • "X86_64" X86_64 cluster architecture type.
    clusterFunctions List<String>
    • Cluster function. This is part of payload for cluster create operation only (allowed enum values for creation are AOS, ONE_NODE & TWO_NODE only). Valid values are:
    • "AOS"
    • "PRISM_CENTRAL"
    • "CLOUD_DATA_GATEWAY"
    • "AFS"
    • "ONE_NODE"
    • "TWO_NODE"
    • "ANALYTICS_PLATFORM"
    clusterSoftwareMaps List<GetClustersV2ClusterEntityConfigClusterSoftwareMap>
    • Cluster software version details.
    encryptionInTransitStatus String
    • Encryption in transit Status. Valid values are:
    • "DISABLED" Disabled encryption status.
    • "ENABLED" Enabled encryption status.
    encryptionOptions List<String>
    • Encryption option. Valid values are:
    • "SOFTWARE".
    • "HARDWARE".
    • "SOFTWARE_AND_HARDWARE"
    encryptionScopes List<String>
    • Encryption scope. Valid values are:
    • "CLUSTER".
    • "CONTAINER".
    faultToleranceStates List<GetClustersV2ClusterEntityConfigFaultToleranceState>
    • Fault tolerance state of a cluster.
    hypervisorTypes List<String>
    • Hypervisor types. Valid values are:
    • "AHV".
    • "ESX".
    • "HYPERV".
    • "XEN".
    • "NATIVEHOST".
    incarnationId Integer
    • Cluster incarnation Id. This is part of payload for cluster update operation only.
    isAvailable Boolean
    • Indicates if cluster is available to contact or not.
    isLts Boolean
    • Indicates whether the release is categorized as Long-term or not.
    isPasswordRemoteLoginEnabled Boolean
    • Indicates whether the password ssh into the cluster is enabled or not.
    isRemoteSupportEnabled Boolean
    • Remote support status.
    operationMode String
    • Cluster operation mode. This is part of payload for cluster update operation only. Valid values are:
    • "OVERRIDE" Override operation mode.
    • "STAND_ALONE" Stand-alone operation mode.
    • "SWITCH_TO_TWO_NODE" Switch to two-node operation mode.
    • "NORMAL" Normal operation mode.
    • "READ_ONLY" Read-only operation mode.
    pulseStatuses List<GetClustersV2ClusterEntityConfigPulseStatus>
    • Pulse status for a cluster.
    redundancyFactor Integer
    • Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
    timezone String
    • Time zone on a cluster.
    authorizedPublicKeyLists GetClustersV2ClusterEntityConfigAuthorizedPublicKeyList[]
    • Public ssh key details. This is part of payload for cluster update operation only.
    buildInfos GetClustersV2ClusterEntityConfigBuildInfo[]
    • Build information details.
    clusterArch string
    • Cluster arch. Valid values are:
    • "PPC64LE" PPC64LE cluster architecture type.
    • "X86_64" X86_64 cluster architecture type.
    clusterFunctions string[]
    • Cluster function. This is part of payload for cluster create operation only (allowed enum values for creation are AOS, ONE_NODE & TWO_NODE only). Valid values are:
    • "AOS"
    • "PRISM_CENTRAL"
    • "CLOUD_DATA_GATEWAY"
    • "AFS"
    • "ONE_NODE"
    • "TWO_NODE"
    • "ANALYTICS_PLATFORM"
    clusterSoftwareMaps GetClustersV2ClusterEntityConfigClusterSoftwareMap[]
    • Cluster software version details.
    encryptionInTransitStatus string
    • Encryption in transit Status. Valid values are:
    • "DISABLED" Disabled encryption status.
    • "ENABLED" Enabled encryption status.
    encryptionOptions string[]
    • Encryption option. Valid values are:
    • "SOFTWARE".
    • "HARDWARE".
    • "SOFTWARE_AND_HARDWARE"
    encryptionScopes string[]
    • Encryption scope. Valid values are:
    • "CLUSTER".
    • "CONTAINER".
    faultToleranceStates GetClustersV2ClusterEntityConfigFaultToleranceState[]
    • Fault tolerance state of a cluster.
    hypervisorTypes string[]
    • Hypervisor types. Valid values are:
    • "AHV".
    • "ESX".
    • "HYPERV".
    • "XEN".
    • "NATIVEHOST".
    incarnationId number
    • Cluster incarnation Id. This is part of payload for cluster update operation only.
    isAvailable boolean
    • Indicates if cluster is available to contact or not.
    isLts boolean
    • Indicates whether the release is categorized as Long-term or not.
    isPasswordRemoteLoginEnabled boolean
    • Indicates whether the password ssh into the cluster is enabled or not.
    isRemoteSupportEnabled boolean
    • Remote support status.
    operationMode string
    • Cluster operation mode. This is part of payload for cluster update operation only. Valid values are:
    • "OVERRIDE" Override operation mode.
    • "STAND_ALONE" Stand-alone operation mode.
    • "SWITCH_TO_TWO_NODE" Switch to two-node operation mode.
    • "NORMAL" Normal operation mode.
    • "READ_ONLY" Read-only operation mode.
    pulseStatuses GetClustersV2ClusterEntityConfigPulseStatus[]
    • Pulse status for a cluster.
    redundancyFactor number
    • Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
    timezone string
    • Time zone on a cluster.
    authorized_public_key_lists Sequence[GetClustersV2ClusterEntityConfigAuthorizedPublicKeyList]
    • Public ssh key details. This is part of payload for cluster update operation only.
    build_infos Sequence[GetClustersV2ClusterEntityConfigBuildInfo]
    • Build information details.
    cluster_arch str
    • Cluster arch. Valid values are:
    • "PPC64LE" PPC64LE cluster architecture type.
    • "X86_64" X86_64 cluster architecture type.
    cluster_functions Sequence[str]
    • Cluster function. This is part of payload for cluster create operation only (allowed enum values for creation are AOS, ONE_NODE & TWO_NODE only). Valid values are:
    • "AOS"
    • "PRISM_CENTRAL"
    • "CLOUD_DATA_GATEWAY"
    • "AFS"
    • "ONE_NODE"
    • "TWO_NODE"
    • "ANALYTICS_PLATFORM"
    cluster_software_maps Sequence[GetClustersV2ClusterEntityConfigClusterSoftwareMap]
    • Cluster software version details.
    encryption_in_transit_status str
    • Encryption in transit Status. Valid values are:
    • "DISABLED" Disabled encryption status.
    • "ENABLED" Enabled encryption status.
    encryption_options Sequence[str]
    • Encryption option. Valid values are:
    • "SOFTWARE".
    • "HARDWARE".
    • "SOFTWARE_AND_HARDWARE"
    encryption_scopes Sequence[str]
    • Encryption scope. Valid values are:
    • "CLUSTER".
    • "CONTAINER".
    fault_tolerance_states Sequence[GetClustersV2ClusterEntityConfigFaultToleranceState]
    • Fault tolerance state of a cluster.
    hypervisor_types Sequence[str]
    • Hypervisor types. Valid values are:
    • "AHV".
    • "ESX".
    • "HYPERV".
    • "XEN".
    • "NATIVEHOST".
    incarnation_id int
    • Cluster incarnation Id. This is part of payload for cluster update operation only.
    is_available bool
    • Indicates if cluster is available to contact or not.
    is_lts bool
    • Indicates whether the release is categorized as Long-term or not.
    is_password_remote_login_enabled bool
    • Indicates whether the password ssh into the cluster is enabled or not.
    is_remote_support_enabled bool
    • Remote support status.
    operation_mode str
    • Cluster operation mode. This is part of payload for cluster update operation only. Valid values are:
    • "OVERRIDE" Override operation mode.
    • "STAND_ALONE" Stand-alone operation mode.
    • "SWITCH_TO_TWO_NODE" Switch to two-node operation mode.
    • "NORMAL" Normal operation mode.
    • "READ_ONLY" Read-only operation mode.
    pulse_statuses Sequence[GetClustersV2ClusterEntityConfigPulseStatus]
    • Pulse status for a cluster.
    redundancy_factor int
    • Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
    timezone str
    • Time zone on a cluster.
    authorizedPublicKeyLists List<Property Map>
    • Public ssh key details. This is part of payload for cluster update operation only.
    buildInfos List<Property Map>
    • Build information details.
    clusterArch String
    • Cluster arch. Valid values are:
    • "PPC64LE" PPC64LE cluster architecture type.
    • "X86_64" X86_64 cluster architecture type.
    clusterFunctions List<String>
    • Cluster function. This is part of payload for cluster create operation only (allowed enum values for creation are AOS, ONE_NODE & TWO_NODE only). Valid values are:
    • "AOS"
    • "PRISM_CENTRAL"
    • "CLOUD_DATA_GATEWAY"
    • "AFS"
    • "ONE_NODE"
    • "TWO_NODE"
    • "ANALYTICS_PLATFORM"
    clusterSoftwareMaps List<Property Map>
    • Cluster software version details.
    encryptionInTransitStatus String
    • Encryption in transit Status. Valid values are:
    • "DISABLED" Disabled encryption status.
    • "ENABLED" Enabled encryption status.
    encryptionOptions List<String>
    • Encryption option. Valid values are:
    • "SOFTWARE".
    • "HARDWARE".
    • "SOFTWARE_AND_HARDWARE"
    encryptionScopes List<String>
    • Encryption scope. Valid values are:
    • "CLUSTER".
    • "CONTAINER".
    faultToleranceStates List<Property Map>
    • Fault tolerance state of a cluster.
    hypervisorTypes List<String>
    • Hypervisor types. Valid values are:
    • "AHV".
    • "ESX".
    • "HYPERV".
    • "XEN".
    • "NATIVEHOST".
    incarnationId Number
    • Cluster incarnation Id. This is part of payload for cluster update operation only.
    isAvailable Boolean
    • Indicates if cluster is available to contact or not.
    isLts Boolean
    • Indicates whether the release is categorized as Long-term or not.
    isPasswordRemoteLoginEnabled Boolean
    • Indicates whether the password ssh into the cluster is enabled or not.
    isRemoteSupportEnabled Boolean
    • Remote support status.
    operationMode String
    • Cluster operation mode. This is part of payload for cluster update operation only. Valid values are:
    • "OVERRIDE" Override operation mode.
    • "STAND_ALONE" Stand-alone operation mode.
    • "SWITCH_TO_TWO_NODE" Switch to two-node operation mode.
    • "NORMAL" Normal operation mode.
    • "READ_ONLY" Read-only operation mode.
    pulseStatuses List<Property Map>
    • Pulse status for a cluster.
    redundancyFactor Number
    • Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
    timezone String
    • Time zone on a cluster.

    GetClustersV2ClusterEntityConfigAuthorizedPublicKeyList

    Key string
    • SSH key value.
    Name string
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    Key string
    • SSH key value.
    Name string
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    key String
    • SSH key value.
    name String
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    key string
    • SSH key value.
    name string
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    key str
    • SSH key value.
    name str
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    key String
    • SSH key value.
    name String
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.

    GetClustersV2ClusterEntityConfigBuildInfo

    BuildType string
    • Software build type.
    CommitId string
    • Commit ID used for version.
    FullVersion string
    • Full name of software version.
    ShortCommitId string
    • Short commit Id used for version.
    Version string
    • Software version.
    BuildType string
    • Software build type.
    CommitId string
    • Commit ID used for version.
    FullVersion string
    • Full name of software version.
    ShortCommitId string
    • Short commit Id used for version.
    Version string
    • Software version.
    buildType String
    • Software build type.
    commitId String
    • Commit ID used for version.
    fullVersion String
    • Full name of software version.
    shortCommitId String
    • Short commit Id used for version.
    version String
    • Software version.
    buildType string
    • Software build type.
    commitId string
    • Commit ID used for version.
    fullVersion string
    • Full name of software version.
    shortCommitId string
    • Short commit Id used for version.
    version string
    • Software version.
    build_type str
    • Software build type.
    commit_id str
    • Commit ID used for version.
    full_version str
    • Full name of software version.
    short_commit_id str
    • Short commit Id used for version.
    version str
    • Software version.
    buildType String
    • Software build type.
    commitId String
    • Commit ID used for version.
    fullVersion String
    • Full name of software version.
    shortCommitId String
    • Short commit Id used for version.
    version String
    • Software version.

    GetClustersV2ClusterEntityConfigClusterSoftwareMap

    SoftwareType string
    • Software type. This is part of payload for cluster create operation only. Valid values are:
    • "PRISM_CENTRAL": Prism Central software type.
    • "NOS": NOS software.
    • "NCC": NCC software.
    Version string
    • Software version.
    SoftwareType string
    • Software type. This is part of payload for cluster create operation only. Valid values are:
    • "PRISM_CENTRAL": Prism Central software type.
    • "NOS": NOS software.
    • "NCC": NCC software.
    Version string
    • Software version.
    softwareType String
    • Software type. This is part of payload for cluster create operation only. Valid values are:
    • "PRISM_CENTRAL": Prism Central software type.
    • "NOS": NOS software.
    • "NCC": NCC software.
    version String
    • Software version.
    softwareType string
    • Software type. This is part of payload for cluster create operation only. Valid values are:
    • "PRISM_CENTRAL": Prism Central software type.
    • "NOS": NOS software.
    • "NCC": NCC software.
    version string
    • Software version.
    software_type str
    • Software type. This is part of payload for cluster create operation only. Valid values are:
    • "PRISM_CENTRAL": Prism Central software type.
    • "NOS": NOS software.
    • "NCC": NCC software.
    version str
    • Software version.
    softwareType String
    • Software type. This is part of payload for cluster create operation only. Valid values are:
    • "PRISM_CENTRAL": Prism Central software type.
    • "NOS": NOS software.
    • "NCC": NCC software.
    version String
    • Software version.

    GetClustersV2ClusterEntityConfigFaultToleranceState

    CurrentClusterFaultTolerance string
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    CurrentMaxFaultTolerance int
    • Maximum fault tolerance that is supported currently.
    DesiredClusterFaultTolerance string
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    DesiredMaxFaultTolerance int
    • Maximum fault tolerance desired.
    DomainAwarenessLevel string
    • Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
    • "RACK" Rack level awareness.
    • "NODE" Node level awareness.
    • "BLOCK" Block level awareness.
    • "DISK" Disk level awareness.
    RedundancyStatuses List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityConfigFaultToleranceStateRedundancyStatus>
    • Redundancy Status of the cluster
    CurrentClusterFaultTolerance string
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    CurrentMaxFaultTolerance int
    • Maximum fault tolerance that is supported currently.
    DesiredClusterFaultTolerance string
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    DesiredMaxFaultTolerance int
    • Maximum fault tolerance desired.
    DomainAwarenessLevel string
    • Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
    • "RACK" Rack level awareness.
    • "NODE" Node level awareness.
    • "BLOCK" Block level awareness.
    • "DISK" Disk level awareness.
    RedundancyStatuses []GetClustersV2ClusterEntityConfigFaultToleranceStateRedundancyStatus
    • Redundancy Status of the cluster
    currentClusterFaultTolerance String
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    currentMaxFaultTolerance Integer
    • Maximum fault tolerance that is supported currently.
    desiredClusterFaultTolerance String
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    desiredMaxFaultTolerance Integer
    • Maximum fault tolerance desired.
    domainAwarenessLevel String
    • Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
    • "RACK" Rack level awareness.
    • "NODE" Node level awareness.
    • "BLOCK" Block level awareness.
    • "DISK" Disk level awareness.
    redundancyStatuses List<GetClustersV2ClusterEntityConfigFaultToleranceStateRedundancyStatus>
    • Redundancy Status of the cluster
    currentClusterFaultTolerance string
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    currentMaxFaultTolerance number
    • Maximum fault tolerance that is supported currently.
    desiredClusterFaultTolerance string
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    desiredMaxFaultTolerance number
    • Maximum fault tolerance desired.
    domainAwarenessLevel string
    • Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
    • "RACK" Rack level awareness.
    • "NODE" Node level awareness.
    • "BLOCK" Block level awareness.
    • "DISK" Disk level awareness.
    redundancyStatuses GetClustersV2ClusterEntityConfigFaultToleranceStateRedundancyStatus[]
    • Redundancy Status of the cluster
    current_cluster_fault_tolerance str
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    current_max_fault_tolerance int
    • Maximum fault tolerance that is supported currently.
    desired_cluster_fault_tolerance str
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    desired_max_fault_tolerance int
    • Maximum fault tolerance desired.
    domain_awareness_level str
    • Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
    • "RACK" Rack level awareness.
    • "NODE" Node level awareness.
    • "BLOCK" Block level awareness.
    • "DISK" Disk level awareness.
    redundancy_statuses Sequence[GetClustersV2ClusterEntityConfigFaultToleranceStateRedundancyStatus]
    • Redundancy Status of the cluster
    currentClusterFaultTolerance String
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    currentMaxFaultTolerance Number
    • Maximum fault tolerance that is supported currently.
    desiredClusterFaultTolerance String
    • Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
    • "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
    • "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
    • "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
    • "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
    desiredMaxFaultTolerance Number
    • Maximum fault tolerance desired.
    domainAwarenessLevel String
    • Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
    • "RACK" Rack level awareness.
    • "NODE" Node level awareness.
    • "BLOCK" Block level awareness.
    • "DISK" Disk level awareness.
    redundancyStatuses List<Property Map>
    • Redundancy Status of the cluster

    GetClustersV2ClusterEntityConfigFaultToleranceStateRedundancyStatus

    IsCassandraPreparationDone bool
    • Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
    IsZookeeperPreparationDone bool
    • Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
    IsCassandraPreparationDone bool
    • Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
    IsZookeeperPreparationDone bool
    • Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
    isCassandraPreparationDone Boolean
    • Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
    isZookeeperPreparationDone Boolean
    • Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
    isCassandraPreparationDone boolean
    • Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
    isZookeeperPreparationDone boolean
    • Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
    is_cassandra_preparation_done bool
    • Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
    is_zookeeper_preparation_done bool
    • Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
    isCassandraPreparationDone Boolean
    • Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
    isZookeeperPreparationDone Boolean
    • Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.

    GetClustersV2ClusterEntityConfigPulseStatus

    IsEnabled bool
    • (Optional) Flag to indicate if pulse is enabled or not.
    PiiScrubbingLevel string
    • (Optional) PII scrubbing level. Valid values are:
    • "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
    • "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
    IsEnabled bool
    • (Optional) Flag to indicate if pulse is enabled or not.
    PiiScrubbingLevel string
    • (Optional) PII scrubbing level. Valid values are:
    • "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
    • "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
    isEnabled Boolean
    • (Optional) Flag to indicate if pulse is enabled or not.
    piiScrubbingLevel String
    • (Optional) PII scrubbing level. Valid values are:
    • "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
    • "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
    isEnabled boolean
    • (Optional) Flag to indicate if pulse is enabled or not.
    piiScrubbingLevel string
    • (Optional) PII scrubbing level. Valid values are:
    • "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
    • "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
    is_enabled bool
    • (Optional) Flag to indicate if pulse is enabled or not.
    pii_scrubbing_level str
    • (Optional) PII scrubbing level. Valid values are:
    • "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
    • "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
    isEnabled Boolean
    • (Optional) Flag to indicate if pulse is enabled or not.
    piiScrubbingLevel String
    • (Optional) PII scrubbing level. Valid values are:
    • "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
    • "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetClustersV2ClusterEntityNetwork

    Backplanes List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkBackplane>
    • Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
    ExternalAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkExternalAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ExternalDataServicesIps List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkExternalDataServicesIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ExternalSubnet string
    • Cluster external subnet address.
    Fqdn string
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    HttpProxyLists List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkHttpProxyList>
    • List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    HttpProxyWhiteLists List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkHttpProxyWhiteList>
    InternalSubnet string
    • Cluster internal subnet address.
    KeyManagementServerType string
    • Key management server type. Valid values are:
    • "PRISM_CENTRAL" Prism Central management server.
    • "EXTERNAL" External management server.
    • "LOCAL" Local management server.
    ManagementServers List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkManagementServer>
    • Management server information.
    MasqueradingIps List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkMasqueradingIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    MasqueradingPort string
    • The port to connect to the cluster when using masquerading IP.
    NameServerIpLists List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkNameServerIpList>
    • List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently
    NfsSubnetWhiteLists List<string>
    NtpServerIpLists List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkNtpServerIpList>
    • List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.
    SmtpServers List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkSmtpServer>
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    Backplanes []GetClustersV2ClusterEntityNetworkBackplane
    • Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
    ExternalAddresses []GetClustersV2ClusterEntityNetworkExternalAddress
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ExternalDataServicesIps []GetClustersV2ClusterEntityNetworkExternalDataServicesIp
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ExternalSubnet string
    • Cluster external subnet address.
    Fqdn string
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    HttpProxyLists []GetClustersV2ClusterEntityNetworkHttpProxyList
    • List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    HttpProxyWhiteLists []GetClustersV2ClusterEntityNetworkHttpProxyWhiteList
    InternalSubnet string
    • Cluster internal subnet address.
    KeyManagementServerType string
    • Key management server type. Valid values are:
    • "PRISM_CENTRAL" Prism Central management server.
    • "EXTERNAL" External management server.
    • "LOCAL" Local management server.
    ManagementServers []GetClustersV2ClusterEntityNetworkManagementServer
    • Management server information.
    MasqueradingIps []GetClustersV2ClusterEntityNetworkMasqueradingIp
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    MasqueradingPort string
    • The port to connect to the cluster when using masquerading IP.
    NameServerIpLists []GetClustersV2ClusterEntityNetworkNameServerIpList
    • List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently
    NfsSubnetWhiteLists []string
    NtpServerIpLists []GetClustersV2ClusterEntityNetworkNtpServerIpList
    • List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.
    SmtpServers []GetClustersV2ClusterEntityNetworkSmtpServer
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    backplanes List<GetClustersV2ClusterEntityNetworkBackplane>
    • Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
    externalAddresses List<GetClustersV2ClusterEntityNetworkExternalAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    externalDataServicesIps List<GetClustersV2ClusterEntityNetworkExternalDataServicesIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    externalSubnet String
    • Cluster external subnet address.
    fqdn String
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    httpProxyLists List<GetClustersV2ClusterEntityNetworkHttpProxyList>
    • List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    httpProxyWhiteLists List<GetClustersV2ClusterEntityNetworkHttpProxyWhiteList>
    internalSubnet String
    • Cluster internal subnet address.
    keyManagementServerType String
    • Key management server type. Valid values are:
    • "PRISM_CENTRAL" Prism Central management server.
    • "EXTERNAL" External management server.
    • "LOCAL" Local management server.
    managementServers List<GetClustersV2ClusterEntityNetworkManagementServer>
    • Management server information.
    masqueradingIps List<GetClustersV2ClusterEntityNetworkMasqueradingIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    masqueradingPort String
    • The port to connect to the cluster when using masquerading IP.
    nameServerIpLists List<GetClustersV2ClusterEntityNetworkNameServerIpList>
    • List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently
    nfsSubnetWhiteLists List<String>
    ntpServerIpLists List<GetClustersV2ClusterEntityNetworkNtpServerIpList>
    • List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.
    smtpServers List<GetClustersV2ClusterEntityNetworkSmtpServer>
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    backplanes GetClustersV2ClusterEntityNetworkBackplane[]
    • Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
    externalAddresses GetClustersV2ClusterEntityNetworkExternalAddress[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    externalDataServicesIps GetClustersV2ClusterEntityNetworkExternalDataServicesIp[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    externalSubnet string
    • Cluster external subnet address.
    fqdn string
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    httpProxyLists GetClustersV2ClusterEntityNetworkHttpProxyList[]
    • List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    httpProxyWhiteLists GetClustersV2ClusterEntityNetworkHttpProxyWhiteList[]
    internalSubnet string
    • Cluster internal subnet address.
    keyManagementServerType string
    • Key management server type. Valid values are:
    • "PRISM_CENTRAL" Prism Central management server.
    • "EXTERNAL" External management server.
    • "LOCAL" Local management server.
    managementServers GetClustersV2ClusterEntityNetworkManagementServer[]
    • Management server information.
    masqueradingIps GetClustersV2ClusterEntityNetworkMasqueradingIp[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    masqueradingPort string
    • The port to connect to the cluster when using masquerading IP.
    nameServerIpLists GetClustersV2ClusterEntityNetworkNameServerIpList[]
    • List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently
    nfsSubnetWhiteLists string[]
    ntpServerIpLists GetClustersV2ClusterEntityNetworkNtpServerIpList[]
    • List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.
    smtpServers GetClustersV2ClusterEntityNetworkSmtpServer[]
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    backplanes Sequence[GetClustersV2ClusterEntityNetworkBackplane]
    • Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
    external_addresses Sequence[GetClustersV2ClusterEntityNetworkExternalAddress]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    external_data_services_ips Sequence[GetClustersV2ClusterEntityNetworkExternalDataServicesIp]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    external_subnet str
    • Cluster external subnet address.
    fqdn str
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    http_proxy_lists Sequence[GetClustersV2ClusterEntityNetworkHttpProxyList]
    • List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    http_proxy_white_lists Sequence[GetClustersV2ClusterEntityNetworkHttpProxyWhiteList]
    internal_subnet str
    • Cluster internal subnet address.
    key_management_server_type str
    • Key management server type. Valid values are:
    • "PRISM_CENTRAL" Prism Central management server.
    • "EXTERNAL" External management server.
    • "LOCAL" Local management server.
    management_servers Sequence[GetClustersV2ClusterEntityNetworkManagementServer]
    • Management server information.
    masquerading_ips Sequence[GetClustersV2ClusterEntityNetworkMasqueradingIp]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    masquerading_port str
    • The port to connect to the cluster when using masquerading IP.
    name_server_ip_lists Sequence[GetClustersV2ClusterEntityNetworkNameServerIpList]
    • List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently
    nfs_subnet_white_lists Sequence[str]
    ntp_server_ip_lists Sequence[GetClustersV2ClusterEntityNetworkNtpServerIpList]
    • List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.
    smtp_servers Sequence[GetClustersV2ClusterEntityNetworkSmtpServer]
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    backplanes List<Property Map>
    • Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
    externalAddresses List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    externalDataServicesIps List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    externalSubnet String
    • Cluster external subnet address.
    fqdn String
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    httpProxyLists List<Property Map>
    • List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    httpProxyWhiteLists List<Property Map>
    internalSubnet String
    • Cluster internal subnet address.
    keyManagementServerType String
    • Key management server type. Valid values are:
    • "PRISM_CENTRAL" Prism Central management server.
    • "EXTERNAL" External management server.
    • "LOCAL" Local management server.
    managementServers List<Property Map>
    • Management server information.
    masqueradingIps List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    masqueradingPort String
    • The port to connect to the cluster when using masquerading IP.
    nameServerIpLists List<Property Map>
    • List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently
    nfsSubnetWhiteLists List<String>
    ntpServerIpLists List<Property Map>
    • List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.
    smtpServers List<Property Map>
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.

    GetClustersV2ClusterEntityNetworkBackplane

    IsSegmentationEnabled bool
    • Flag to indicate if the backplane segmentation needs to be enabled or not.
    Netmasks List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkBackplaneNetmask>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Subnets List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkBackplaneSubnet>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    VlanTag int
    • VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
    IsSegmentationEnabled bool
    • Flag to indicate if the backplane segmentation needs to be enabled or not.
    Netmasks []GetClustersV2ClusterEntityNetworkBackplaneNetmask
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Subnets []GetClustersV2ClusterEntityNetworkBackplaneSubnet
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    VlanTag int
    • VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
    isSegmentationEnabled Boolean
    • Flag to indicate if the backplane segmentation needs to be enabled or not.
    netmasks List<GetClustersV2ClusterEntityNetworkBackplaneNetmask>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    subnets List<GetClustersV2ClusterEntityNetworkBackplaneSubnet>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    vlanTag Integer
    • VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
    isSegmentationEnabled boolean
    • Flag to indicate if the backplane segmentation needs to be enabled or not.
    netmasks GetClustersV2ClusterEntityNetworkBackplaneNetmask[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    subnets GetClustersV2ClusterEntityNetworkBackplaneSubnet[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    vlanTag number
    • VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
    is_segmentation_enabled bool
    • Flag to indicate if the backplane segmentation needs to be enabled or not.
    netmasks Sequence[GetClustersV2ClusterEntityNetworkBackplaneNetmask]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    subnets Sequence[GetClustersV2ClusterEntityNetworkBackplaneSubnet]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    vlan_tag int
    • VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
    isSegmentationEnabled Boolean
    • Flag to indicate if the backplane segmentation needs to be enabled or not.
    netmasks List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    subnets List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    vlanTag Number
    • VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.

    GetClustersV2ClusterEntityNetworkBackplaneNetmask

    PrefixLength string
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength string
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    prefixLength String
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength string
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefix_length str
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefixLength String
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.

    GetClustersV2ClusterEntityNetworkBackplaneSubnet

    PrefixLength string
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength string
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    prefixLength String
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength string
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefix_length str
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefixLength String
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.

    GetClustersV2ClusterEntityNetworkExternalAddress

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkExternalAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkExternalAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClustersV2ClusterEntityNetworkExternalAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClustersV2ClusterEntityNetworkExternalAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClustersV2ClusterEntityNetworkExternalAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClustersV2ClusterEntityNetworkExternalAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClustersV2ClusterEntityNetworkExternalAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClustersV2ClusterEntityNetworkExternalAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClustersV2ClusterEntityNetworkExternalAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClustersV2ClusterEntityNetworkExternalAddressIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetClustersV2ClusterEntityNetworkExternalAddressIpv4

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkExternalAddressIpv6

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkExternalDataServicesIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv4

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv6

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkHttpProxyList

    IpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkHttpProxyListIpAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    Name string
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    Password string
    • SMTP server password.
    Port int
    • SMTP port.
    ProxyTypes List<string>
    Username string
    • SMTP server user name.
    IpAddresses []GetClustersV2ClusterEntityNetworkHttpProxyListIpAddress
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    Name string
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    Password string
    • SMTP server password.
    Port int
    • SMTP port.
    ProxyTypes []string
    Username string
    • SMTP server user name.
    ipAddresses List<GetClustersV2ClusterEntityNetworkHttpProxyListIpAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    name String
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    password String
    • SMTP server password.
    port Integer
    • SMTP port.
    proxyTypes List<String>
    username String
    • SMTP server user name.
    ipAddresses GetClustersV2ClusterEntityNetworkHttpProxyListIpAddress[]
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    name string
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    password string
    • SMTP server password.
    port number
    • SMTP port.
    proxyTypes string[]
    username string
    • SMTP server user name.
    ip_addresses Sequence[GetClustersV2ClusterEntityNetworkHttpProxyListIpAddress]
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    name str
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    password str
    • SMTP server password.
    port int
    • SMTP port.
    proxy_types Sequence[str]
    username str
    • SMTP server user name.
    ipAddresses List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    name String
    • HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    password String
    • SMTP server password.
    port Number
    • SMTP port.
    proxyTypes List<String>
    username String
    • SMTP server user name.

    GetClustersV2ClusterEntityNetworkHttpProxyListIpAddress

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv4

    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.

    GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv6

    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.

    GetClustersV2ClusterEntityNetworkHttpProxyWhiteList

    Target string
    • Target's identifier which is exempted from going through the configured HTTP Proxy.
    TargetType string
    • Type of the target which is exempted from going through the configured HTTP Proxy. Valid values are:
    • "IPV6_ADDRESS" IPV6 address.
    • "HOST_NAME" Name of the host.
    • "DOMAIN_NAME_SUFFIX" Domain Name Suffix required for http proxy whitelist.
    • "IPV4_NETWORK_MASK" Network Mask of the IpV4 family.
    • "IPV4_ADDRESS" IPV4 address.
    Target string
    • Target's identifier which is exempted from going through the configured HTTP Proxy.
    TargetType string
    • Type of the target which is exempted from going through the configured HTTP Proxy. Valid values are:
    • "IPV6_ADDRESS" IPV6 address.
    • "HOST_NAME" Name of the host.
    • "DOMAIN_NAME_SUFFIX" Domain Name Suffix required for http proxy whitelist.
    • "IPV4_NETWORK_MASK" Network Mask of the IpV4 family.
    • "IPV4_ADDRESS" IPV4 address.
    target String
    • Target's identifier which is exempted from going through the configured HTTP Proxy.
    targetType String
    • Type of the target which is exempted from going through the configured HTTP Proxy. Valid values are:
    • "IPV6_ADDRESS" IPV6 address.
    • "HOST_NAME" Name of the host.
    • "DOMAIN_NAME_SUFFIX" Domain Name Suffix required for http proxy whitelist.
    • "IPV4_NETWORK_MASK" Network Mask of the IpV4 family.
    • "IPV4_ADDRESS" IPV4 address.
    target string
    • Target's identifier which is exempted from going through the configured HTTP Proxy.
    targetType string
    • Type of the target which is exempted from going through the configured HTTP Proxy. Valid values are:
    • "IPV6_ADDRESS" IPV6 address.
    • "HOST_NAME" Name of the host.
    • "DOMAIN_NAME_SUFFIX" Domain Name Suffix required for http proxy whitelist.
    • "IPV4_NETWORK_MASK" Network Mask of the IpV4 family.
    • "IPV4_ADDRESS" IPV4 address.
    target str
    • Target's identifier which is exempted from going through the configured HTTP Proxy.
    target_type str
    • Type of the target which is exempted from going through the configured HTTP Proxy. Valid values are:
    • "IPV6_ADDRESS" IPV6 address.
    • "HOST_NAME" Name of the host.
    • "DOMAIN_NAME_SUFFIX" Domain Name Suffix required for http proxy whitelist.
    • "IPV4_NETWORK_MASK" Network Mask of the IpV4 family.
    • "IPV4_ADDRESS" IPV4 address.
    target String
    • Target's identifier which is exempted from going through the configured HTTP Proxy.
    targetType String
    • Type of the target which is exempted from going through the configured HTTP Proxy. Valid values are:
    • "IPV6_ADDRESS" IPV6 address.
    • "HOST_NAME" Name of the host.
    • "DOMAIN_NAME_SUFFIX" Domain Name Suffix required for http proxy whitelist.
    • "IPV4_NETWORK_MASK" Network Mask of the IpV4 family.
    • "IPV4_ADDRESS" IPV4 address.

    GetClustersV2ClusterEntityNetworkManagementServer

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkManagementServerIp>
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    IsDrsEnabled bool
    • Indicates whether it is DRS enabled or not.
    IsInUse bool
    • Indicates whether the host is managed by an entity or not.
    IsRegistered bool
    • Indicates whether it is registered or not.
    Type bool
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    Ips []GetClustersV2ClusterEntityNetworkManagementServerIp
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    IsDrsEnabled bool
    • Indicates whether it is DRS enabled or not.
    IsInUse bool
    • Indicates whether the host is managed by an entity or not.
    IsRegistered bool
    • Indicates whether it is registered or not.
    Type bool
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    ips List<GetClustersV2ClusterEntityNetworkManagementServerIp>
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    isDrsEnabled Boolean
    • Indicates whether it is DRS enabled or not.
    isInUse Boolean
    • Indicates whether the host is managed by an entity or not.
    isRegistered Boolean
    • Indicates whether it is registered or not.
    type Boolean
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    ips GetClustersV2ClusterEntityNetworkManagementServerIp[]
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    isDrsEnabled boolean
    • Indicates whether it is DRS enabled or not.
    isInUse boolean
    • Indicates whether the host is managed by an entity or not.
    isRegistered boolean
    • Indicates whether it is registered or not.
    type boolean
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    ips Sequence[GetClustersV2ClusterEntityNetworkManagementServerIp]
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    is_drs_enabled bool
    • Indicates whether it is DRS enabled or not.
    is_in_use bool
    • Indicates whether the host is managed by an entity or not.
    is_registered bool
    • Indicates whether it is registered or not.
    type bool
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    ips List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    isDrsEnabled Boolean
    • Indicates whether it is DRS enabled or not.
    isInUse Boolean
    • Indicates whether the host is managed by an entity or not.
    isRegistered Boolean
    • Indicates whether it is registered or not.
    type Boolean
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.

    GetClustersV2ClusterEntityNetworkManagementServerIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkManagementServerIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkManagementServerIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClustersV2ClusterEntityNetworkManagementServerIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClustersV2ClusterEntityNetworkManagementServerIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClustersV2ClusterEntityNetworkManagementServerIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClustersV2ClusterEntityNetworkManagementServerIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClustersV2ClusterEntityNetworkManagementServerIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClustersV2ClusterEntityNetworkManagementServerIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClustersV2ClusterEntityNetworkManagementServerIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClustersV2ClusterEntityNetworkManagementServerIpIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetClustersV2ClusterEntityNetworkManagementServerIpIpv4

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkManagementServerIpIpv6

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkMasqueradingIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkMasqueradingIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkMasqueradingIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClustersV2ClusterEntityNetworkMasqueradingIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClustersV2ClusterEntityNetworkMasqueradingIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClustersV2ClusterEntityNetworkMasqueradingIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClustersV2ClusterEntityNetworkMasqueradingIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClustersV2ClusterEntityNetworkMasqueradingIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClustersV2ClusterEntityNetworkMasqueradingIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClustersV2ClusterEntityNetworkMasqueradingIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClustersV2ClusterEntityNetworkMasqueradingIpIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetClustersV2ClusterEntityNetworkMasqueradingIpIpv4

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkMasqueradingIpIpv6

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkNameServerIpList

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkNameServerIpListFqdn>
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkNameServerIpListIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkNameServerIpListIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []GetClustersV2ClusterEntityNetworkNameServerIpListFqdn
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    Ipv4s []GetClustersV2ClusterEntityNetworkNameServerIpListIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClustersV2ClusterEntityNetworkNameServerIpListIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<GetClustersV2ClusterEntityNetworkNameServerIpListFqdn>
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s List<GetClustersV2ClusterEntityNetworkNameServerIpListIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClustersV2ClusterEntityNetworkNameServerIpListIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns GetClustersV2ClusterEntityNetworkNameServerIpListFqdn[]
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s GetClustersV2ClusterEntityNetworkNameServerIpListIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClustersV2ClusterEntityNetworkNameServerIpListIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[GetClustersV2ClusterEntityNetworkNameServerIpListFqdn]
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s Sequence[GetClustersV2ClusterEntityNetworkNameServerIpListIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClustersV2ClusterEntityNetworkNameServerIpListIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<Property Map>
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetClustersV2ClusterEntityNetworkNameServerIpListFqdn

    Value string
    • The fully qualified domain name of the host.
    Value string
    • The fully qualified domain name of the host.
    value String
    • The fully qualified domain name of the host.
    value string
    • The fully qualified domain name of the host.
    value str
    • The fully qualified domain name of the host.
    value String
    • The fully qualified domain name of the host.

    GetClustersV2ClusterEntityNetworkNameServerIpListIpv4

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkNameServerIpListIpv6

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkNtpServerIpList

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkNtpServerIpListFqdn>
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkNtpServerIpListIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkNtpServerIpListIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []GetClustersV2ClusterEntityNetworkNtpServerIpListFqdn
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    Ipv4s []GetClustersV2ClusterEntityNetworkNtpServerIpListIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClustersV2ClusterEntityNetworkNtpServerIpListIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<GetClustersV2ClusterEntityNetworkNtpServerIpListFqdn>
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s List<GetClustersV2ClusterEntityNetworkNtpServerIpListIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClustersV2ClusterEntityNetworkNtpServerIpListIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns GetClustersV2ClusterEntityNetworkNtpServerIpListFqdn[]
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s GetClustersV2ClusterEntityNetworkNtpServerIpListIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClustersV2ClusterEntityNetworkNtpServerIpListIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[GetClustersV2ClusterEntityNetworkNtpServerIpListFqdn]
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s Sequence[GetClustersV2ClusterEntityNetworkNtpServerIpListIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClustersV2ClusterEntityNetworkNtpServerIpListIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<Property Map>
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetClustersV2ClusterEntityNetworkNtpServerIpListFqdn

    Value string
    • The fully qualified domain name of the host.
    Value string
    • The fully qualified domain name of the host.
    value String
    • The fully qualified domain name of the host.
    value string
    • The fully qualified domain name of the host.
    value str
    • The fully qualified domain name of the host.
    value String
    • The fully qualified domain name of the host.

    GetClustersV2ClusterEntityNetworkNtpServerIpListIpv4

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkNtpServerIpListIpv6

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkSmtpServer

    EmailAddress string
    • SMTP email address.
    Servers List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkSmtpServerServer>
    • SMTP network details.
    Type string
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    EmailAddress string
    • SMTP email address.
    Servers []GetClustersV2ClusterEntityNetworkSmtpServerServer
    • SMTP network details.
    Type string
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    emailAddress String
    • SMTP email address.
    servers List<GetClustersV2ClusterEntityNetworkSmtpServerServer>
    • SMTP network details.
    type String
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    emailAddress string
    • SMTP email address.
    servers GetClustersV2ClusterEntityNetworkSmtpServerServer[]
    • SMTP network details.
    type string
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    email_address str
    • SMTP email address.
    servers Sequence[GetClustersV2ClusterEntityNetworkSmtpServerServer]
    • SMTP network details.
    type str
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    emailAddress String
    • SMTP email address.
    servers List<Property Map>
    • SMTP network details.
    type String
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.

    GetClustersV2ClusterEntityNetworkSmtpServerServer

    IpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    Password string
    • SMTP server password.
    Port int
    • SMTP port.
    Username string
    • SMTP server user name.
    IpAddresses []GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddress
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    Password string
    • SMTP server password.
    Port int
    • SMTP port.
    Username string
    • SMTP server user name.
    ipAddresses List<GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    password String
    • SMTP server password.
    port Integer
    • SMTP port.
    username String
    • SMTP server user name.
    ipAddresses GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddress[]
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    password string
    • SMTP server password.
    port number
    • SMTP port.
    username string
    • SMTP server user name.
    ip_addresses Sequence[GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddress]
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    password str
    • SMTP server password.
    port int
    • SMTP port.
    username str
    • SMTP server user name.
    ipAddresses List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
    password String
    • SMTP server password.
    port Number
    • SMTP port.
    username String
    • SMTP server user name.

    GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddress

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressFqdn>
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressFqdn
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    Ipv4s []GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressFqdn>
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s List<GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressFqdn[]
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressFqdn]
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s Sequence[GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<Property Map>
    • Cluster fully qualified domain name. This is part of payload for cluster update operation only.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressFqdn

    Value string
    • The fully qualified domain name of the host.
    Value string
    • The fully qualified domain name of the host.
    value String
    • The fully qualified domain name of the host.
    value string
    • The fully qualified domain name of the host.
    value str
    • The fully qualified domain name of the host.
    value String
    • The fully qualified domain name of the host.

    GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv4

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv6

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNode

    NodeLists []GetClustersV2ClusterEntityNodeNodeList
    • List of nodes in a cluster.
    NumberOfNodes int
    • Number of nodes in a cluster.
    nodeLists List<GetClustersV2ClusterEntityNodeNodeList>
    • List of nodes in a cluster.
    numberOfNodes Integer
    • Number of nodes in a cluster.
    nodeLists GetClustersV2ClusterEntityNodeNodeList[]
    • List of nodes in a cluster.
    numberOfNodes number
    • Number of nodes in a cluster.
    node_lists Sequence[GetClustersV2ClusterEntityNodeNodeList]
    • List of nodes in a cluster.
    number_of_nodes int
    • Number of nodes in a cluster.
    nodeLists List<Property Map>
    • List of nodes in a cluster.
    numberOfNodes Number
    • Number of nodes in a cluster.

    GetClustersV2ClusterEntityNodeNodeList

    ControllerVmIps List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNodeNodeListControllerVmIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    HostIps List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNodeNodeListHostIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    NodeUuid string
    • UUID of the host.
    ControllerVmIps []GetClustersV2ClusterEntityNodeNodeListControllerVmIp
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    HostIps []GetClustersV2ClusterEntityNodeNodeListHostIp
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    NodeUuid string
    • UUID of the host.
    controllerVmIps List<GetClustersV2ClusterEntityNodeNodeListControllerVmIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    hostIps List<GetClustersV2ClusterEntityNodeNodeListHostIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    nodeUuid String
    • UUID of the host.
    controllerVmIps GetClustersV2ClusterEntityNodeNodeListControllerVmIp[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    hostIps GetClustersV2ClusterEntityNodeNodeListHostIp[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    nodeUuid string
    • UUID of the host.
    controller_vm_ips Sequence[GetClustersV2ClusterEntityNodeNodeListControllerVmIp]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    host_ips Sequence[GetClustersV2ClusterEntityNodeNodeListHostIp]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    node_uuid str
    • UUID of the host.
    controllerVmIps List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    hostIps List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    nodeUuid String
    • UUID of the host.

    GetClustersV2ClusterEntityNodeNodeListControllerVmIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv4

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv6

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNodeNodeListHostIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNodeNodeListHostIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClustersV2ClusterEntityNodeNodeListHostIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClustersV2ClusterEntityNodeNodeListHostIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClustersV2ClusterEntityNodeNodeListHostIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClustersV2ClusterEntityNodeNodeListHostIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClustersV2ClusterEntityNodeNodeListHostIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClustersV2ClusterEntityNodeNodeListHostIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClustersV2ClusterEntityNodeNodeListHostIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClustersV2ClusterEntityNodeNodeListHostIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClustersV2ClusterEntityNodeNodeListHostIpIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetClustersV2ClusterEntityNodeNodeListHostIpIpv4

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetClustersV2ClusterEntityNodeNodeListHostIpIpv6

    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    • The fully qualified domain name of the host.
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    • The fully qualified domain name of the host.
    prefixLength number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    • The fully qualified domain name of the host.
    prefix_length int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    • The fully qualified domain name of the host.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg