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

nutanix.getClusterV2

Explore with Pulumi AI

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

    Fetches the cluster entity details identified by {extId}.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pulumi/nutanix";
    
    const cluster = nutanix.getClusterV2({
        extId: "<YOUR-CLUSTER-ID>",
    });
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    cluster = nutanix.get_cluster_v2(ext_id="<YOUR-CLUSTER-ID>")
    
    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.LookupClusterV2(ctx, &nutanix.LookupClusterV2Args{
    			ExtId: "<YOUR-CLUSTER-ID>",
    		}, 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 cluster = Nutanix.GetClusterV2.Invoke(new()
        {
            ExtId = "<YOUR-CLUSTER-ID>",
        });
    
    });
    
    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.GetClusterV2Args;
    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 cluster = NutanixFunctions.getClusterV2(GetClusterV2Args.builder()
                .extId("<YOUR-CLUSTER-ID>")
                .build());
    
        }
    }
    
    variables:
      cluster:
        fn::invoke:
          function: nutanix:getClusterV2
          arguments:
            extId: <YOUR-CLUSTER-ID>
    

    Using getClusterV2

    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 getClusterV2(args: GetClusterV2Args, opts?: InvokeOptions): Promise<GetClusterV2Result>
    function getClusterV2Output(args: GetClusterV2OutputArgs, opts?: InvokeOptions): Output<GetClusterV2Result>
    def get_cluster_v2(expand: Optional[str] = None,
                       ext_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetClusterV2Result
    def get_cluster_v2_output(expand: Optional[pulumi.Input[str]] = None,
                       ext_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetClusterV2Result]
    func LookupClusterV2(ctx *Context, args *LookupClusterV2Args, opts ...InvokeOption) (*LookupClusterV2Result, error)
    func LookupClusterV2Output(ctx *Context, args *LookupClusterV2OutputArgs, opts ...InvokeOption) LookupClusterV2ResultOutput

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

    public static class GetClusterV2 
    {
        public static Task<GetClusterV2Result> InvokeAsync(GetClusterV2Args args, InvokeOptions? opts = null)
        public static Output<GetClusterV2Result> Invoke(GetClusterV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterV2Result> getClusterV2(GetClusterV2Args args, InvokeOptions options)
    public static Output<GetClusterV2Result> getClusterV2(GetClusterV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getClusterV2:getClusterV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExtId string
    -(Required) Represents clusters uuid
    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. The following expansion keys are supported:

    • "clusterProfile".
    • "storageSummary".
    ExtId string
    -(Required) Represents clusters uuid
    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. The following expansion keys are supported:

    • "clusterProfile".
    • "storageSummary".
    extId String
    -(Required) Represents clusters uuid
    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. The following expansion keys are supported:

    • "clusterProfile".
    • "storageSummary".
    extId string
    -(Required) Represents clusters uuid
    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. The following expansion keys are supported:

    • "clusterProfile".
    • "storageSummary".
    ext_id str
    -(Required) Represents clusters uuid
    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. The following expansion keys are supported:

    • "clusterProfile".
    • "storageSummary".
    extId String
    -(Required) Represents clusters uuid
    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. The following expansion keys are supported:

    • "clusterProfile".
    • "storageSummary".

    getClusterV2 Result

    The following output properties are available:

    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.Outputs.GetClusterV2Config>
    • 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.
    Id string
    The provider-assigned unique ID for this managed resource.
    InefficientVmCount int
    • Number of inefficient VMs in the cluster.
    Links List<PiersKarsenbarg.Nutanix.Outputs.GetClusterV2Link>
    • 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.Outputs.GetClusterV2Network>
    • Network details of a cluster.
    Nodes List<PiersKarsenbarg.Nutanix.Outputs.GetClusterV2Node>
    • 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
    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 []GetClusterV2Config
    • 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.
    Id string
    The provider-assigned unique ID for this managed resource.
    InefficientVmCount int
    • Number of inefficient VMs in the cluster.
    Links []GetClusterV2Link
    • 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 []GetClusterV2Network
    • Network details of a cluster.
    Nodes []GetClusterV2Node
    • 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
    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<GetClusterV2Config>
    • 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.
    id String
    The provider-assigned unique ID for this managed resource.
    inefficientVmCount Integer
    • Number of inefficient VMs in the cluster.
    links List<GetClusterV2Link>
    • 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<GetClusterV2Network>
    • Network details of a cluster.
    nodes List<GetClusterV2Node>
    • 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
    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 GetClusterV2Config[]
    • 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.
    id string
    The provider-assigned unique ID for this managed resource.
    inefficientVmCount number
    • Number of inefficient VMs in the cluster.
    links GetClusterV2Link[]
    • 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 GetClusterV2Network[]
    • Network details of a cluster.
    nodes GetClusterV2Node[]
    • 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
    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[GetClusterV2Config]
    • 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.
    id str
    The provider-assigned unique ID for this managed resource.
    inefficient_vm_count int
    • Number of inefficient VMs in the cluster.
    links Sequence[GetClusterV2Link]
    • 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[GetClusterV2Network]
    • Network details of a cluster.
    nodes Sequence[GetClusterV2Node]
    • 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
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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

    Supporting Types

    GetClusterV2Config

    AuthorizedPublicKeyLists List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2ConfigAuthorizedPublicKeyList>
    • Public ssh key details. This is part of payload for cluster update operation only.
    BuildInfos List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2ConfigBuildInfo>
    • 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.GetClusterV2ConfigClusterSoftwareMap>
    • 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.GetClusterV2ConfigFaultToleranceState>
    • 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.GetClusterV2ConfigPulseStatus>
    • 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 []GetClusterV2ConfigAuthorizedPublicKeyList
    • Public ssh key details. This is part of payload for cluster update operation only.
    BuildInfos []GetClusterV2ConfigBuildInfo
    • 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 []GetClusterV2ConfigClusterSoftwareMap
    • 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 []GetClusterV2ConfigFaultToleranceState
    • 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 []GetClusterV2ConfigPulseStatus
    • 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<GetClusterV2ConfigAuthorizedPublicKeyList>
    • Public ssh key details. This is part of payload for cluster update operation only.
    buildInfos List<GetClusterV2ConfigBuildInfo>
    • 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<GetClusterV2ConfigClusterSoftwareMap>
    • 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<GetClusterV2ConfigFaultToleranceState>
    • 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<GetClusterV2ConfigPulseStatus>
    • 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 GetClusterV2ConfigAuthorizedPublicKeyList[]
    • Public ssh key details. This is part of payload for cluster update operation only.
    buildInfos GetClusterV2ConfigBuildInfo[]
    • 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 GetClusterV2ConfigClusterSoftwareMap[]
    • 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 GetClusterV2ConfigFaultToleranceState[]
    • 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 GetClusterV2ConfigPulseStatus[]
    • 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[GetClusterV2ConfigAuthorizedPublicKeyList]
    • Public ssh key details. This is part of payload for cluster update operation only.
    build_infos Sequence[GetClusterV2ConfigBuildInfo]
    • 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[GetClusterV2ConfigClusterSoftwareMap]
    • 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[GetClusterV2ConfigFaultToleranceState]
    • 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[GetClusterV2ConfigPulseStatus]
    • 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.

    GetClusterV2ConfigAuthorizedPublicKeyList

    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.

    GetClusterV2ConfigBuildInfo

    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.

    GetClusterV2ConfigClusterSoftwareMap

    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.

    GetClusterV2ConfigFaultToleranceState

    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.GetClusterV2ConfigFaultToleranceStateRedundancyStatus>
    • 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 []GetClusterV2ConfigFaultToleranceStateRedundancyStatus
    • 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<GetClusterV2ConfigFaultToleranceStateRedundancyStatus>
    • 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 GetClusterV2ConfigFaultToleranceStateRedundancyStatus[]
    • 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[GetClusterV2ConfigFaultToleranceStateRedundancyStatus]
    • 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

    GetClusterV2ConfigFaultToleranceStateRedundancyStatus

    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.

    GetClusterV2ConfigPulseStatus

    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

    GetClusterV2Network

    Backplanes List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkBackplane>
    • Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
    ExternalAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkExternalAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ExternalDataServicesIps List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkExternalDataServicesIp>
    • 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
    • Fully Qualified Domain Name (FQDN) of the server.
    HttpProxyLists List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkHttpProxyList>
    • 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.GetClusterV2NetworkHttpProxyWhiteList>
    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.GetClusterV2NetworkManagementServer>
    • Management server information.
    MasqueradingIps List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkMasqueradingIp>
    • 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.GetClusterV2NetworkNameServerIpList>
    • 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.GetClusterV2NetworkNtpServerIpList>
    • 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.GetClusterV2NetworkSmtpServer>
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    Backplanes []GetClusterV2NetworkBackplane
    • Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
    ExternalAddresses []GetClusterV2NetworkExternalAddress
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ExternalDataServicesIps []GetClusterV2NetworkExternalDataServicesIp
    • 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
    • Fully Qualified Domain Name (FQDN) of the server.
    HttpProxyLists []GetClusterV2NetworkHttpProxyList
    • List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    HttpProxyWhiteLists []GetClusterV2NetworkHttpProxyWhiteList
    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 []GetClusterV2NetworkManagementServer
    • Management server information.
    MasqueradingIps []GetClusterV2NetworkMasqueradingIp
    • 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 []GetClusterV2NetworkNameServerIpList
    • 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 []GetClusterV2NetworkNtpServerIpList
    • 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 []GetClusterV2NetworkSmtpServer
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    backplanes List<GetClusterV2NetworkBackplane>
    • Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
    externalAddresses List<GetClusterV2NetworkExternalAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    externalDataServicesIps List<GetClusterV2NetworkExternalDataServicesIp>
    • 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
    • Fully Qualified Domain Name (FQDN) of the server.
    httpProxyLists List<GetClusterV2NetworkHttpProxyList>
    • 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<GetClusterV2NetworkHttpProxyWhiteList>
    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<GetClusterV2NetworkManagementServer>
    • Management server information.
    masqueradingIps List<GetClusterV2NetworkMasqueradingIp>
    • 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<GetClusterV2NetworkNameServerIpList>
    • 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<GetClusterV2NetworkNtpServerIpList>
    • 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<GetClusterV2NetworkSmtpServer>
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    backplanes GetClusterV2NetworkBackplane[]
    • Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
    externalAddresses GetClusterV2NetworkExternalAddress[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    externalDataServicesIps GetClusterV2NetworkExternalDataServicesIp[]
    • 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
    • Fully Qualified Domain Name (FQDN) of the server.
    httpProxyLists GetClusterV2NetworkHttpProxyList[]
    • List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
    httpProxyWhiteLists GetClusterV2NetworkHttpProxyWhiteList[]
    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 GetClusterV2NetworkManagementServer[]
    • Management server information.
    masqueradingIps GetClusterV2NetworkMasqueradingIp[]
    • 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 GetClusterV2NetworkNameServerIpList[]
    • 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 GetClusterV2NetworkNtpServerIpList[]
    • 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 GetClusterV2NetworkSmtpServer[]
    • SMTP servers on a cluster. This is part of payload for cluster update operation only.
    backplanes Sequence[GetClusterV2NetworkBackplane]
    • Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
    external_addresses Sequence[GetClusterV2NetworkExternalAddress]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    external_data_services_ips Sequence[GetClusterV2NetworkExternalDataServicesIp]
    • 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
    • Fully Qualified Domain Name (FQDN) of the server.
    http_proxy_lists Sequence[GetClusterV2NetworkHttpProxyList]
    • 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[GetClusterV2NetworkHttpProxyWhiteList]
    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[GetClusterV2NetworkManagementServer]
    • Management server information.
    masquerading_ips Sequence[GetClusterV2NetworkMasqueradingIp]
    • 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[GetClusterV2NetworkNameServerIpList]
    • 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[GetClusterV2NetworkNtpServerIpList]
    • 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[GetClusterV2NetworkSmtpServer]
    • 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
    • Fully Qualified Domain Name (FQDN) of the server.
    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.

    GetClusterV2NetworkBackplane

    IsSegmentationEnabled bool
    • Flag to indicate if the backplane segmentation needs to be enabled or not.
    Netmasks List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkBackplaneNetmask>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Subnets List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkBackplaneSubnet>
    • 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 []GetClusterV2NetworkBackplaneNetmask
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Subnets []GetClusterV2NetworkBackplaneSubnet
    • 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<GetClusterV2NetworkBackplaneNetmask>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    subnets List<GetClusterV2NetworkBackplaneSubnet>
    • 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 GetClusterV2NetworkBackplaneNetmask[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    subnets GetClusterV2NetworkBackplaneSubnet[]
    • 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[GetClusterV2NetworkBackplaneNetmask]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    subnets Sequence[GetClusterV2NetworkBackplaneSubnet]
    • 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.

    GetClusterV2NetworkBackplaneNetmask

    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.

    GetClusterV2NetworkBackplaneSubnet

    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.

    GetClusterV2NetworkExternalAddress

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkExternalAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkExternalAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClusterV2NetworkExternalAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClusterV2NetworkExternalAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClusterV2NetworkExternalAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClusterV2NetworkExternalAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClusterV2NetworkExternalAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClusterV2NetworkExternalAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClusterV2NetworkExternalAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClusterV2NetworkExternalAddressIpv6]
    • 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.

    GetClusterV2NetworkExternalAddressIpv4

    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.

    GetClusterV2NetworkExternalAddressIpv6

    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.

    GetClusterV2NetworkExternalDataServicesIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkExternalDataServicesIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkExternalDataServicesIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClusterV2NetworkExternalDataServicesIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClusterV2NetworkExternalDataServicesIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClusterV2NetworkExternalDataServicesIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClusterV2NetworkExternalDataServicesIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClusterV2NetworkExternalDataServicesIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClusterV2NetworkExternalDataServicesIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClusterV2NetworkExternalDataServicesIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClusterV2NetworkExternalDataServicesIpIpv6]
    • 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.

    GetClusterV2NetworkExternalDataServicesIpIpv4

    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.

    GetClusterV2NetworkExternalDataServicesIpIpv6

    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.

    GetClusterV2NetworkHttpProxyList

    IpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkHttpProxyListIpAddress>
    • 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 []GetClusterV2NetworkHttpProxyListIpAddress
    • 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<GetClusterV2NetworkHttpProxyListIpAddress>
    • 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 GetClusterV2NetworkHttpProxyListIpAddress[]
    • 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[GetClusterV2NetworkHttpProxyListIpAddress]
    • 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.

    GetClusterV2NetworkHttpProxyListIpAddress

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkHttpProxyListIpAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkHttpProxyListIpAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClusterV2NetworkHttpProxyListIpAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClusterV2NetworkHttpProxyListIpAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClusterV2NetworkHttpProxyListIpAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClusterV2NetworkHttpProxyListIpAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClusterV2NetworkHttpProxyListIpAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClusterV2NetworkHttpProxyListIpAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClusterV2NetworkHttpProxyListIpAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClusterV2NetworkHttpProxyListIpAddressIpv6]
    • 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.

    GetClusterV2NetworkHttpProxyListIpAddressIpv4

    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.

    GetClusterV2NetworkHttpProxyListIpAddressIpv6

    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.

    GetClusterV2NetworkHttpProxyWhiteList

    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.

    GetClusterV2NetworkManagementServer

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkManagementServerIp>
    • 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 []GetClusterV2NetworkManagementServerIp
    • 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<GetClusterV2NetworkManagementServerIp>
    • 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 GetClusterV2NetworkManagementServerIp[]
    • 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[GetClusterV2NetworkManagementServerIp]
    • 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.

    GetClusterV2NetworkManagementServerIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkManagementServerIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkManagementServerIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClusterV2NetworkManagementServerIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClusterV2NetworkManagementServerIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClusterV2NetworkManagementServerIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClusterV2NetworkManagementServerIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClusterV2NetworkManagementServerIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClusterV2NetworkManagementServerIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClusterV2NetworkManagementServerIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClusterV2NetworkManagementServerIpIpv6]
    • 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.

    GetClusterV2NetworkManagementServerIpIpv4

    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.

    GetClusterV2NetworkManagementServerIpIpv6

    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.

    GetClusterV2NetworkMasqueradingIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkMasqueradingIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkMasqueradingIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClusterV2NetworkMasqueradingIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClusterV2NetworkMasqueradingIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClusterV2NetworkMasqueradingIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClusterV2NetworkMasqueradingIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClusterV2NetworkMasqueradingIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClusterV2NetworkMasqueradingIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClusterV2NetworkMasqueradingIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClusterV2NetworkMasqueradingIpIpv6]
    • 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.

    GetClusterV2NetworkMasqueradingIpIpv4

    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.

    GetClusterV2NetworkMasqueradingIpIpv6

    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.

    GetClusterV2NetworkNameServerIpList

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkNameServerIpListFqdn>
    • Fully Qualified Domain Name (FQDN) of the server.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkNameServerIpListIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkNameServerIpListIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []GetClusterV2NetworkNameServerIpListFqdn
    • Fully Qualified Domain Name (FQDN) of the server.
    Ipv4s []GetClusterV2NetworkNameServerIpListIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClusterV2NetworkNameServerIpListIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<GetClusterV2NetworkNameServerIpListFqdn>
    • Fully Qualified Domain Name (FQDN) of the server.
    ipv4s List<GetClusterV2NetworkNameServerIpListIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClusterV2NetworkNameServerIpListIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns GetClusterV2NetworkNameServerIpListFqdn[]
    • Fully Qualified Domain Name (FQDN) of the server.
    ipv4s GetClusterV2NetworkNameServerIpListIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClusterV2NetworkNameServerIpListIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[GetClusterV2NetworkNameServerIpListFqdn]
    • Fully Qualified Domain Name (FQDN) of the server.
    ipv4s Sequence[GetClusterV2NetworkNameServerIpListIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClusterV2NetworkNameServerIpListIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<Property Map>
    • Fully Qualified Domain Name (FQDN) of the server.
    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.

    GetClusterV2NetworkNameServerIpListFqdn

    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.

    GetClusterV2NetworkNameServerIpListIpv4

    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.

    GetClusterV2NetworkNameServerIpListIpv6

    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.

    GetClusterV2NetworkNtpServerIpList

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkNtpServerIpListFqdn>
    • Fully Qualified Domain Name (FQDN) of the server.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkNtpServerIpListIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkNtpServerIpListIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []GetClusterV2NetworkNtpServerIpListFqdn
    • Fully Qualified Domain Name (FQDN) of the server.
    Ipv4s []GetClusterV2NetworkNtpServerIpListIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClusterV2NetworkNtpServerIpListIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<GetClusterV2NetworkNtpServerIpListFqdn>
    • Fully Qualified Domain Name (FQDN) of the server.
    ipv4s List<GetClusterV2NetworkNtpServerIpListIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClusterV2NetworkNtpServerIpListIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns GetClusterV2NetworkNtpServerIpListFqdn[]
    • Fully Qualified Domain Name (FQDN) of the server.
    ipv4s GetClusterV2NetworkNtpServerIpListIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClusterV2NetworkNtpServerIpListIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[GetClusterV2NetworkNtpServerIpListFqdn]
    • Fully Qualified Domain Name (FQDN) of the server.
    ipv4s Sequence[GetClusterV2NetworkNtpServerIpListIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClusterV2NetworkNtpServerIpListIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<Property Map>
    • Fully Qualified Domain Name (FQDN) of the server.
    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.

    GetClusterV2NetworkNtpServerIpListFqdn

    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.

    GetClusterV2NetworkNtpServerIpListIpv4

    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.

    GetClusterV2NetworkNtpServerIpListIpv6

    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.

    GetClusterV2NetworkSmtpServer

    EmailAddress string
    • SMTP email address.
    Servers List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkSmtpServerServer>
    • SMTP network details.
    Type string
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    EmailAddress string
    • SMTP email address.
    Servers []GetClusterV2NetworkSmtpServerServer
    • SMTP network details.
    Type string
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    emailAddress String
    • SMTP email address.
    servers List<GetClusterV2NetworkSmtpServerServer>
    • SMTP network details.
    type String
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    emailAddress string
    • SMTP email address.
    servers GetClusterV2NetworkSmtpServerServer[]
    • SMTP network details.
    type string
    • Type of management server. Valid values are:
    • "VCENTER" Vcenter management server.
    email_address str
    • SMTP email address.
    servers Sequence[GetClusterV2NetworkSmtpServerServer]
    • 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.

    GetClusterV2NetworkSmtpServerServer

    IpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkSmtpServerServerIpAddress>
    • 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 []GetClusterV2NetworkSmtpServerServerIpAddress
    • 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<GetClusterV2NetworkSmtpServerServerIpAddress>
    • 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 GetClusterV2NetworkSmtpServerServerIpAddress[]
    • 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[GetClusterV2NetworkSmtpServerServerIpAddress]
    • 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.

    GetClusterV2NetworkSmtpServerServerIpAddress

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkSmtpServerServerIpAddressFqdn>
    • Fully Qualified Domain Name (FQDN) of the server.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkSmtpServerServerIpAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NetworkSmtpServerServerIpAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []GetClusterV2NetworkSmtpServerServerIpAddressFqdn
    • Fully Qualified Domain Name (FQDN) of the server.
    Ipv4s []GetClusterV2NetworkSmtpServerServerIpAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClusterV2NetworkSmtpServerServerIpAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<GetClusterV2NetworkSmtpServerServerIpAddressFqdn>
    • Fully Qualified Domain Name (FQDN) of the server.
    ipv4s List<GetClusterV2NetworkSmtpServerServerIpAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClusterV2NetworkSmtpServerServerIpAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns GetClusterV2NetworkSmtpServerServerIpAddressFqdn[]
    • Fully Qualified Domain Name (FQDN) of the server.
    ipv4s GetClusterV2NetworkSmtpServerServerIpAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClusterV2NetworkSmtpServerServerIpAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[GetClusterV2NetworkSmtpServerServerIpAddressFqdn]
    • Fully Qualified Domain Name (FQDN) of the server.
    ipv4s Sequence[GetClusterV2NetworkSmtpServerServerIpAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClusterV2NetworkSmtpServerServerIpAddressIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<Property Map>
    • Fully Qualified Domain Name (FQDN) of the server.
    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.

    GetClusterV2NetworkSmtpServerServerIpAddressFqdn

    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.

    GetClusterV2NetworkSmtpServerServerIpAddressIpv4

    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.

    GetClusterV2NetworkSmtpServerServerIpAddressIpv6

    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.

    GetClusterV2Node

    NodeLists List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NodeNodeList>
    • List of nodes in a cluster.
    NumberOfNodes int
    • Number of nodes in a cluster.
    NodeLists []GetClusterV2NodeNodeList
    • List of nodes in a cluster.
    NumberOfNodes int
    • Number of nodes in a cluster.
    nodeLists List<GetClusterV2NodeNodeList>
    • List of nodes in a cluster.
    numberOfNodes Integer
    • Number of nodes in a cluster.
    nodeLists GetClusterV2NodeNodeList[]
    • List of nodes in a cluster.
    numberOfNodes number
    • Number of nodes in a cluster.
    node_lists Sequence[GetClusterV2NodeNodeList]
    • 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.

    GetClusterV2NodeNodeList

    ControllerVmIps List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NodeNodeListControllerVmIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    HostIps List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NodeNodeListHostIp>
    • 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 []GetClusterV2NodeNodeListControllerVmIp
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    HostIps []GetClusterV2NodeNodeListHostIp
    • 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<GetClusterV2NodeNodeListControllerVmIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    hostIps List<GetClusterV2NodeNodeListHostIp>
    • 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 GetClusterV2NodeNodeListControllerVmIp[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    hostIps GetClusterV2NodeNodeListHostIp[]
    • 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[GetClusterV2NodeNodeListControllerVmIp]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    host_ips Sequence[GetClusterV2NodeNodeListHostIp]
    • 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.

    GetClusterV2NodeNodeListControllerVmIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NodeNodeListControllerVmIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NodeNodeListControllerVmIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClusterV2NodeNodeListControllerVmIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClusterV2NodeNodeListControllerVmIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClusterV2NodeNodeListControllerVmIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClusterV2NodeNodeListControllerVmIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClusterV2NodeNodeListControllerVmIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClusterV2NodeNodeListControllerVmIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClusterV2NodeNodeListControllerVmIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClusterV2NodeNodeListControllerVmIpIpv6]
    • 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.

    GetClusterV2NodeNodeListControllerVmIpIpv4

    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.

    GetClusterV2NodeNodeListControllerVmIpIpv6

    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.

    GetClusterV2NodeNodeListHostIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NodeNodeListHostIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetClusterV2NodeNodeListHostIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetClusterV2NodeNodeListHostIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetClusterV2NodeNodeListHostIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetClusterV2NodeNodeListHostIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetClusterV2NodeNodeListHostIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetClusterV2NodeNodeListHostIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetClusterV2NodeNodeListHostIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetClusterV2NodeNodeListHostIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetClusterV2NodeNodeListHostIpIpv6]
    • 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.

    GetClusterV2NodeNodeListHostIpIpv4

    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.

    GetClusterV2NodeNodeListHostIpIpv6

    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