Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getClusterV2
Explore with Pulumi AI
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:
- Ext
Id 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 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 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 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".
- ext
Id 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:
- Backup
Eligibility intScore - Score to indicate how much cluster is eligible for storing domain manager backup.
- Categories List<string>
- List of categories associated to the PE cluster.
- Cluster
Profile stringExt Id - Cluster profile UUID.
- Configs
List<Piers
Karsenbarg. Nutanix. Outputs. Get Cluster V2Config> - Cluster configuration details.
- Container
Name string - The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.
- Ext
Id 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.
- Inefficient
Vm intCount - Number of inefficient VMs in the cluster.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Cluster V2Link> - 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<Piers
Karsenbarg. Nutanix. Outputs. Get Cluster V2Network> - Network details of a cluster.
- Nodes
List<Piers
Karsenbarg. Nutanix. Outputs. Get Cluster V2Node> - Node reference for a cluster.
- Tenant
Id 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).
- Upgrade
Status 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.
- Vm
Count int - Number of VMs in the cluster.
- Expand string
- Backup
Eligibility intScore - Score to indicate how much cluster is eligible for storing domain manager backup.
- Categories []string
- List of categories associated to the PE cluster.
- Cluster
Profile stringExt Id - Cluster profile UUID.
- Configs
[]Get
Cluster V2Config - Cluster configuration details.
- Container
Name string - The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.
- Ext
Id 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.
- Inefficient
Vm intCount - Number of inefficient VMs in the cluster.
- Links
[]Get
Cluster V2Link - 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
[]Get
Cluster V2Network - Network details of a cluster.
- Nodes
[]Get
Cluster V2Node - Node reference for a cluster.
- Tenant
Id 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).
- Upgrade
Status 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.
- Vm
Count int - Number of VMs in the cluster.
- Expand string
- backup
Eligibility IntegerScore - Score to indicate how much cluster is eligible for storing domain manager backup.
- categories List<String>
- List of categories associated to the PE cluster.
- cluster
Profile StringExt Id - Cluster profile UUID.
- configs
List<Get
Cluster V2Config> - Cluster configuration details.
- container
Name String - The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.
- ext
Id 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.
- inefficient
Vm IntegerCount - Number of inefficient VMs in the cluster.
- links
List<Get
Cluster V2Link> - 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<Get
Cluster V2Network> - Network details of a cluster.
- nodes
List<Get
Cluster V2Node> - Node reference for a cluster.
- tenant
Id 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).
- upgrade
Status 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.
- vm
Count Integer - Number of VMs in the cluster.
- expand String
- backup
Eligibility numberScore - Score to indicate how much cluster is eligible for storing domain manager backup.
- categories string[]
- List of categories associated to the PE cluster.
- cluster
Profile stringExt Id - Cluster profile UUID.
- configs
Get
Cluster V2Config[] - Cluster configuration details.
- container
Name string - The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.
- ext
Id 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.
- inefficient
Vm numberCount - Number of inefficient VMs in the cluster.
- links
Get
Cluster V2Link[] - 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
Get
Cluster V2Network[] - Network details of a cluster.
- nodes
Get
Cluster V2Node[] - Node reference for a cluster.
- tenant
Id 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).
- upgrade
Status 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.
- vm
Count number - Number of VMs in the cluster.
- expand string
- backup_
eligibility_ intscore - 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_ strext_ id - Cluster profile UUID.
- configs
Sequence[Get
Cluster V2Config] - 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_ intcount - Number of inefficient VMs in the cluster.
- links
Sequence[Get
Cluster V2Link] - 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[Get
Cluster V2Network] - Network details of a cluster.
- nodes
Sequence[Get
Cluster V2Node] - 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
- backup
Eligibility NumberScore - Score to indicate how much cluster is eligible for storing domain manager backup.
- categories List<String>
- List of categories associated to the PE cluster.
- cluster
Profile StringExt Id - Cluster profile UUID.
- configs List<Property Map>
- Cluster configuration details.
- container
Name String - The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only.
- ext
Id 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.
- inefficient
Vm NumberCount - 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.
- tenant
Id 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).
- upgrade
Status 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.
- vm
Count Number - Number of VMs in the cluster.
- expand String
Supporting Types
GetClusterV2Config
- List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Config Authorized Public Key List> - Public ssh key details. This is part of payload for cluster update operation only.
- Build
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster V2Config Build Info> - Build information details.
- Cluster
Arch string - Cluster arch. Valid values are:
- "PPC64LE" PPC64LE cluster architecture type.
- "X86_64" X86_64 cluster architecture type.
- Cluster
Functions 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"
- Cluster
Software List<PiersMaps Karsenbarg. Nutanix. Inputs. Get Cluster V2Config Cluster Software Map> - Cluster software version details.
- Encryption
In stringTransit Status - Encryption in transit Status. Valid values are:
- "DISABLED" Disabled encryption status.
- "ENABLED" Enabled encryption status.
- Encryption
Options List<string> - Encryption option. Valid values are:
- "SOFTWARE".
- "HARDWARE".
- "SOFTWARE_AND_HARDWARE"
- Encryption
Scopes List<string> - Encryption scope. Valid values are:
- "CLUSTER".
- "CONTAINER".
- Fault
Tolerance List<PiersStates Karsenbarg. Nutanix. Inputs. Get Cluster V2Config Fault Tolerance State> - Fault tolerance state of a cluster.
- Hypervisor
Types List<string> - 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 boolRemote Login Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- Is
Remote boolSupport Enabled - Remote support status.
- Operation
Mode 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.
- Pulse
Statuses List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster V2Config Pulse Status> - 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 string
- Time zone on a cluster.
- []Get
Cluster V2Config Authorized Public Key List - Public ssh key details. This is part of payload for cluster update operation only.
- Build
Infos []GetCluster V2Config Build Info - Build information details.
- Cluster
Arch string - Cluster arch. Valid values are:
- "PPC64LE" PPC64LE cluster architecture type.
- "X86_64" X86_64 cluster architecture type.
- Cluster
Functions []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"
- Cluster
Software []GetMaps Cluster V2Config Cluster Software Map - Cluster software version details.
- Encryption
In stringTransit Status - Encryption in transit Status. Valid values are:
- "DISABLED" Disabled encryption status.
- "ENABLED" Enabled encryption status.
- Encryption
Options []string - Encryption option. Valid values are:
- "SOFTWARE".
- "HARDWARE".
- "SOFTWARE_AND_HARDWARE"
- Encryption
Scopes []string - Encryption scope. Valid values are:
- "CLUSTER".
- "CONTAINER".
- Fault
Tolerance []GetStates Cluster V2Config Fault Tolerance State - Fault tolerance state of a cluster.
- Hypervisor
Types []string - 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 boolRemote Login Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- Is
Remote boolSupport Enabled - Remote support status.
- Operation
Mode 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.
- Pulse
Statuses []GetCluster V2Config Pulse Status - 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 string
- Time zone on a cluster.
- List<Get
Cluster V2Config Authorized Public Key List> - Public ssh key details. This is part of payload for cluster update operation only.
- build
Infos List<GetCluster V2Config Build Info> - Build information details.
- cluster
Arch String - Cluster arch. Valid values are:
- "PPC64LE" PPC64LE cluster architecture type.
- "X86_64" X86_64 cluster architecture type.
- cluster
Functions 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"
- cluster
Software List<GetMaps Cluster V2Config Cluster Software Map> - Cluster software version details.
- encryption
In StringTransit Status - Encryption in transit Status. Valid values are:
- "DISABLED" Disabled encryption status.
- "ENABLED" Enabled encryption status.
- encryption
Options List<String> - Encryption option. Valid values are:
- "SOFTWARE".
- "HARDWARE".
- "SOFTWARE_AND_HARDWARE"
- encryption
Scopes List<String> - Encryption scope. Valid values are:
- "CLUSTER".
- "CONTAINER".
- fault
Tolerance List<GetStates Cluster V2Config Fault Tolerance State> - Fault tolerance state of a cluster.
- hypervisor
Types List<String> - Hypervisor types. Valid values are:
- "AHV".
- "ESX".
- "HYPERV".
- "XEN".
- "NATIVEHOST".
- incarnation
Id Integer - Cluster incarnation Id. This is part of payload for cluster update operation only.
- is
Available Boolean - Indicates if cluster is available to contact or not.
- is
Lts Boolean - Indicates whether the release is categorized as Long-term or not.
- is
Password BooleanRemote Login Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- is
Remote BooleanSupport Enabled - Remote support status.
- operation
Mode 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.
- pulse
Statuses List<GetCluster V2Config Pulse Status> - Pulse status for a cluster.
- redundancy
Factor Integer - Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
- timezone String
- Time zone on a cluster.
- Get
Cluster V2Config Authorized Public Key List[] - Public ssh key details. This is part of payload for cluster update operation only.
- build
Infos GetCluster V2Config Build Info[] - Build information details.
- cluster
Arch string - Cluster arch. Valid values are:
- "PPC64LE" PPC64LE cluster architecture type.
- "X86_64" X86_64 cluster architecture type.
- cluster
Functions 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"
- cluster
Software GetMaps Cluster V2Config Cluster Software Map[] - Cluster software version details.
- encryption
In stringTransit Status - Encryption in transit Status. Valid values are:
- "DISABLED" Disabled encryption status.
- "ENABLED" Enabled encryption status.
- encryption
Options string[] - Encryption option. Valid values are:
- "SOFTWARE".
- "HARDWARE".
- "SOFTWARE_AND_HARDWARE"
- encryption
Scopes string[] - Encryption scope. Valid values are:
- "CLUSTER".
- "CONTAINER".
- fault
Tolerance GetStates Cluster V2Config Fault Tolerance State[] - Fault tolerance state of a cluster.
- hypervisor
Types string[] - Hypervisor types. Valid values are:
- "AHV".
- "ESX".
- "HYPERV".
- "XEN".
- "NATIVEHOST".
- incarnation
Id number - Cluster incarnation Id. This is part of payload for cluster update operation only.
- is
Available boolean - Indicates if cluster is available to contact or not.
- is
Lts boolean - Indicates whether the release is categorized as Long-term or not.
- is
Password booleanRemote Login Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- is
Remote booleanSupport Enabled - Remote support status.
- operation
Mode 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.
- pulse
Statuses GetCluster V2Config Pulse Status[] - Pulse status for a cluster.
- redundancy
Factor number - Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
- timezone string
- Time zone on a cluster.
- Sequence[Get
Cluster V2Config Authorized Public Key List] - Public ssh key details. This is part of payload for cluster update operation only.
- build_
infos Sequence[GetCluster V2Config Build Info] - 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_ Sequence[Getmaps Cluster V2Config Cluster Software Map] - Cluster software version details.
- encryption_
in_ strtransit_ status - 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_ Sequence[Getstates Cluster V2Config Fault Tolerance State] - 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_ boolremote_ login_ enabled - Indicates whether the password ssh into the cluster is enabled or not.
- is_
remote_ boolsupport_ enabled - 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[GetCluster V2Config Pulse Status] - 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.
- List<Property Map>
- Public ssh key details. This is part of payload for cluster update operation only.
- build
Infos List<Property Map> - Build information details.
- cluster
Arch String - Cluster arch. Valid values are:
- "PPC64LE" PPC64LE cluster architecture type.
- "X86_64" X86_64 cluster architecture type.
- cluster
Functions 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"
- cluster
Software List<Property Map>Maps - Cluster software version details.
- encryption
In StringTransit Status - Encryption in transit Status. Valid values are:
- "DISABLED" Disabled encryption status.
- "ENABLED" Enabled encryption status.
- encryption
Options List<String> - Encryption option. Valid values are:
- "SOFTWARE".
- "HARDWARE".
- "SOFTWARE_AND_HARDWARE"
- encryption
Scopes List<String> - Encryption scope. Valid values are:
- "CLUSTER".
- "CONTAINER".
- fault
Tolerance List<Property Map>States - Fault tolerance state of a cluster.
- hypervisor
Types List<String> - Hypervisor types. Valid values are:
- "AHV".
- "ESX".
- "HYPERV".
- "XEN".
- "NATIVEHOST".
- incarnation
Id Number - Cluster incarnation Id. This is part of payload for cluster update operation only.
- is
Available Boolean - Indicates if cluster is available to contact or not.
- is
Lts Boolean - Indicates whether the release is categorized as Long-term or not.
- is
Password BooleanRemote Login Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- is
Remote BooleanSupport Enabled - Remote support status.
- operation
Mode 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.
- pulse
Statuses List<Property Map> - Pulse status for a cluster.
- redundancy
Factor 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
GetClusterV2ConfigBuildInfo
- Build
Type string - Software build type.
- Commit
Id string - Commit ID used for version.
- Full
Version string - Full name of software version.
- Short
Commit stringId - Short commit Id used for version.
- Version string
- Software version.
- Build
Type string - Software build type.
- Commit
Id string - Commit ID used for version.
- Full
Version string - Full name of software version.
- Short
Commit stringId - Short commit Id used for version.
- Version string
- Software version.
- build
Type String - Software build type.
- commit
Id String - Commit ID used for version.
- full
Version String - Full name of software version.
- short
Commit StringId - Short commit Id used for version.
- version String
- Software version.
- build
Type string - Software build type.
- commit
Id string - Commit ID used for version.
- full
Version string - Full name of software version.
- short
Commit stringId - 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_ strid - Short commit Id used for version.
- version str
- Software version.
- build
Type String - Software build type.
- commit
Id String - Commit ID used for version.
- full
Version String - Full name of software version.
- short
Commit StringId - Short commit Id used for version.
- version String
- Software version.
GetClusterV2ConfigClusterSoftwareMap
- Software
Type 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 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 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 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.
- software
Type 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
- Current
Cluster stringFault Tolerance - 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 intFault Tolerance - Maximum fault tolerance that is supported currently.
- Desired
Cluster stringFault Tolerance - 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 intFault Tolerance - Maximum fault tolerance desired.
- Domain
Awareness stringLevel - 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 List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster V2Config Fault Tolerance State Redundancy Status> - Redundancy Status of the cluster
- Current
Cluster stringFault Tolerance - 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 intFault Tolerance - Maximum fault tolerance that is supported currently.
- Desired
Cluster stringFault Tolerance - 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 intFault Tolerance - Maximum fault tolerance desired.
- Domain
Awareness stringLevel - 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 []GetCluster V2Config Fault Tolerance State Redundancy Status - Redundancy Status of the cluster
- current
Cluster StringFault Tolerance - 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 IntegerFault Tolerance - Maximum fault tolerance that is supported currently.
- desired
Cluster StringFault Tolerance - 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 IntegerFault Tolerance - Maximum fault tolerance desired.
- domain
Awareness StringLevel - 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 List<GetCluster V2Config Fault Tolerance State Redundancy Status> - Redundancy Status of the cluster
- current
Cluster stringFault Tolerance - 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 numberFault Tolerance - Maximum fault tolerance that is supported currently.
- desired
Cluster stringFault Tolerance - 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 numberFault Tolerance - Maximum fault tolerance desired.
- domain
Awareness stringLevel - 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 GetCluster V2Config Fault Tolerance State Redundancy Status[] - Redundancy Status of the cluster
- current_
cluster_ strfault_ tolerance - 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_ intfault_ tolerance - Maximum fault tolerance that is supported currently.
- desired_
cluster_ strfault_ tolerance - 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_ intfault_ tolerance - Maximum fault tolerance desired.
- domain_
awareness_ strlevel - 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[GetCluster V2Config Fault Tolerance State Redundancy Status] - Redundancy Status of the cluster
- current
Cluster StringFault Tolerance - 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 NumberFault Tolerance - Maximum fault tolerance that is supported currently.
- desired
Cluster StringFault Tolerance - 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 NumberFault Tolerance - Maximum fault tolerance desired.
- domain
Awareness StringLevel - 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 List<Property Map> - Redundancy Status of the cluster
GetClusterV2ConfigFaultToleranceStateRedundancyStatus
- Is
Cassandra boolPreparation Done - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- Is
Zookeeper boolPreparation Done - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
- Is
Cassandra boolPreparation Done - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- Is
Zookeeper boolPreparation Done - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
- is
Cassandra BooleanPreparation Done - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- is
Zookeeper BooleanPreparation Done - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
- is
Cassandra booleanPreparation Done - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- is
Zookeeper booleanPreparation Done - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
- is_
cassandra_ boolpreparation_ done - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- is_
zookeeper_ boolpreparation_ done - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
- is
Cassandra BooleanPreparation Done - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- is
Zookeeper BooleanPreparation Done - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
GetClusterV2ConfigPulseStatus
- Is
Enabled bool - (Optional) Flag to indicate if pulse is enabled or not.
- Pii
Scrubbing stringLevel - (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 stringLevel - (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 Boolean - (Optional) Flag to indicate if pulse is enabled or not.
- pii
Scrubbing StringLevel - (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 boolean - (Optional) Flag to indicate if pulse is enabled or not.
- pii
Scrubbing stringLevel - (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_ strlevel - (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 Boolean - (Optional) Flag to indicate if pulse is enabled or not.
- pii
Scrubbing StringLevel - (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.
GetClusterV2Link
GetClusterV2Network
- Backplanes
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Backplane> - Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
- External
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster V2Network External Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- External
Data List<PiersServices Ips Karsenbarg. Nutanix. Inputs. Get Cluster V2Network External Data Services Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- External
Subnet string - Cluster external subnet address.
- Fqdn string
- Fully Qualified Domain Name (FQDN) of the server.
- Http
Proxy List<PiersLists Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Http Proxy List> - 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 List<PiersWhite Lists Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Http Proxy White List> - Internal
Subnet string - Cluster internal subnet address.
- Key
Management stringServer Type - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- Management
Servers List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster V2Network Management Server> - Management server information.
- Masquerading
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster V2Network Masquerading Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Masquerading
Port string - The port to connect to the cluster when using masquerading IP.
- Name
Server List<PiersIp Lists Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Name Server Ip List> - 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 List<string>White Lists - Ntp
Server List<PiersIp Lists Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Ntp Server Ip List> - 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 List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster V2Network Smtp Server> - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- Backplanes
[]Get
Cluster V2Network Backplane - Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
- External
Addresses []GetCluster V2Network External Address - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- External
Data []GetServices Ips Cluster V2Network External Data Services Ip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- External
Subnet string - Cluster external subnet address.
- Fqdn string
- Fully Qualified Domain Name (FQDN) of the server.
- Http
Proxy []GetLists Cluster V2Network Http Proxy List - 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 []GetWhite Lists Cluster V2Network Http Proxy White List - Internal
Subnet string - Cluster internal subnet address.
- Key
Management stringServer Type - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- Management
Servers []GetCluster V2Network Management Server - Management server information.
- Masquerading
Ips []GetCluster V2Network Masquerading Ip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Masquerading
Port string - The port to connect to the cluster when using masquerading IP.
- Name
Server []GetIp Lists Cluster V2Network Name Server Ip List - 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 []stringWhite Lists - Ntp
Server []GetIp Lists Cluster V2Network Ntp Server Ip List - 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 []GetCluster V2Network Smtp Server - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- backplanes
List<Get
Cluster V2Network Backplane> - Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
- external
Addresses List<GetCluster V2Network External Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Data List<GetServices Ips Cluster V2Network External Data Services Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Subnet String - Cluster external subnet address.
- fqdn String
- Fully Qualified Domain Name (FQDN) of the server.
- http
Proxy List<GetLists Cluster V2Network Http Proxy List> - 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 List<GetWhite Lists Cluster V2Network Http Proxy White List> - internal
Subnet String - Cluster internal subnet address.
- key
Management StringServer Type - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- management
Servers List<GetCluster V2Network Management Server> - Management server information.
- masquerading
Ips List<GetCluster V2Network Masquerading Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- masquerading
Port String - The port to connect to the cluster when using masquerading IP.
- name
Server List<GetIp Lists Cluster V2Network Name Server Ip List> - 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 List<String>White Lists - ntp
Server List<GetIp Lists Cluster V2Network Ntp Server Ip List> - 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 List<GetCluster V2Network Smtp Server> - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- backplanes
Get
Cluster V2Network Backplane[] - Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
- external
Addresses GetCluster V2Network External Address[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Data GetServices Ips Cluster V2Network External Data Services Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Subnet string - Cluster external subnet address.
- fqdn string
- Fully Qualified Domain Name (FQDN) of the server.
- http
Proxy GetLists Cluster V2Network Http Proxy List[] - 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 GetWhite Lists Cluster V2Network Http Proxy White List[] - internal
Subnet string - Cluster internal subnet address.
- key
Management stringServer Type - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- management
Servers GetCluster V2Network Management Server[] - Management server information.
- masquerading
Ips GetCluster V2Network Masquerading Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- masquerading
Port string - The port to connect to the cluster when using masquerading IP.
- name
Server GetIp Lists Cluster V2Network Name Server Ip List[] - 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 string[]White Lists - ntp
Server GetIp Lists Cluster V2Network Ntp Server Ip List[] - 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 GetCluster V2Network Smtp Server[] - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- backplanes
Sequence[Get
Cluster V2Network Backplane] - Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
- external_
addresses Sequence[GetCluster V2Network External Address] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external_
data_ Sequence[Getservices_ ips Cluster V2Network External Data Services Ip] - 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_ Sequence[Getlists Cluster V2Network Http Proxy List] - 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_ Sequence[Getwhite_ lists Cluster V2Network Http Proxy White List] - internal_
subnet str - Cluster internal subnet address.
- key_
management_ strserver_ type - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- management_
servers Sequence[GetCluster V2Network Management Server] - Management server information.
- masquerading_
ips Sequence[GetCluster V2Network Masquerading Ip] - 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_ Sequence[Getip_ lists Cluster V2Network Name Server Ip List] - 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_ Sequence[str]white_ lists - ntp_
server_ Sequence[Getip_ lists Cluster V2Network Ntp Server Ip List] - 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[GetCluster V2Network Smtp Server] - 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.
- external
Addresses List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Data List<Property Map>Services Ips - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Subnet String - Cluster external subnet address.
- fqdn String
- Fully Qualified Domain Name (FQDN) of the server.
- http
Proxy List<Property Map>Lists - 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 List<Property Map>White Lists - internal
Subnet String - Cluster internal subnet address.
- key
Management StringServer Type - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- management
Servers List<Property Map> - Management server information.
- masquerading
Ips List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- masquerading
Port String - The port to connect to the cluster when using masquerading IP.
- name
Server List<Property Map>Ip Lists - 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 List<String>White Lists - ntp
Server List<Property Map>Ip Lists - 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 List<Property Map> - SMTP servers on a cluster. This is part of payload for cluster update operation only.
GetClusterV2NetworkBackplane
- Is
Segmentation boolEnabled - Flag to indicate if the backplane segmentation needs to be enabled or not.
- Netmasks
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Backplane Netmask> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Subnets
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Backplane Subnet> - 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.
- Is
Segmentation boolEnabled - Flag to indicate if the backplane segmentation needs to be enabled or not.
- Netmasks
[]Get
Cluster V2Network Backplane Netmask - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Subnets
[]Get
Cluster V2Network Backplane Subnet - 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.
- is
Segmentation BooleanEnabled - Flag to indicate if the backplane segmentation needs to be enabled or not.
- netmasks
List<Get
Cluster V2Network Backplane Netmask> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- subnets
List<Get
Cluster V2Network Backplane Subnet> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- vlan
Tag Integer - VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
- is
Segmentation booleanEnabled - Flag to indicate if the backplane segmentation needs to be enabled or not.
- netmasks
Get
Cluster V2Network Backplane Netmask[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- subnets
Get
Cluster V2Network Backplane Subnet[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- vlan
Tag number - VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
- is_
segmentation_ boolenabled - Flag to indicate if the backplane segmentation needs to be enabled or not.
- netmasks
Sequence[Get
Cluster V2Network Backplane Netmask] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- subnets
Sequence[Get
Cluster V2Network Backplane Subnet] - 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.
- is
Segmentation BooleanEnabled - 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.
- vlan
Tag Number - VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
GetClusterV2NetworkBackplaneNetmask
- Prefix
Length 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 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 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 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.
- prefix
Length 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
- Prefix
Length 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 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 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 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.
- prefix
Length 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<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network External Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Cluster V2Network External Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Cluster V2Network External Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Cluster V2Network External Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Cluster V2Network External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Cluster V2Network External Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Cluster V2Network External Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Cluster V2Network External Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Cluster V2Network External Address Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetClusterV2NetworkExternalDataServicesIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network External Data Services Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network External Data Services Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Cluster V2Network External Data Services Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Cluster V2Network External Data Services Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Cluster V2Network External Data Services Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Cluster V2Network External Data Services Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Cluster V2Network External Data Services Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Cluster V2Network External Data Services Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Cluster V2Network External Data Services Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Cluster V2Network External Data Services Ip Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetClusterV2NetworkHttpProxyList
- Ip
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster V2Network Http Proxy List Ip Address> - 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.
- Proxy
Types List<string> - Username string
- SMTP server user name.
- Ip
Addresses []GetCluster V2Network Http Proxy List Ip Address - 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.
- Proxy
Types []string - Username string
- SMTP server user name.
- ip
Addresses List<GetCluster V2Network Http Proxy List Ip Address> - 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.
- proxy
Types List<String> - username String
- SMTP server user name.
- ip
Addresses GetCluster V2Network Http Proxy List Ip Address[] - 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.
- proxy
Types string[] - username string
- SMTP server user name.
- ip_
addresses Sequence[GetCluster V2Network Http Proxy List Ip Address] - 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.
- ip
Addresses 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.
- proxy
Types List<String> - username String
- SMTP server user name.
GetClusterV2NetworkHttpProxyListIpAddress
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Http Proxy List Ip Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Http Proxy List Ip Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Cluster V2Network Http Proxy List Ip Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Cluster V2Network Http Proxy List Ip Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Cluster V2Network Http Proxy List Ip Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Cluster V2Network Http Proxy List Ip Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Cluster V2Network Http Proxy List Ip Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Cluster V2Network Http Proxy List Ip Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Cluster V2Network Http Proxy List Ip Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Cluster V2Network Http Proxy List Ip Address Ipv6] - 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
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- Target
Type 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.
- Target
Type 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.
- target
Type 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.
- target
Type 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.
- target
Type 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<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Management Server Ip> - 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 boolEnabled - Indicates whether it is DRS enabled or not.
- Is
In boolUse - 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
[]Get
Cluster V2Network Management Server Ip - 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 boolEnabled - Indicates whether it is DRS enabled or not.
- Is
In boolUse - 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<Get
Cluster V2Network Management Server Ip> - 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 BooleanEnabled - Indicates whether it is DRS enabled or not.
- is
In BooleanUse - Indicates whether the host is managed by an entity or not.
- is
Registered Boolean - Indicates whether it is registered or not.
- type Boolean
- Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- ips
Get
Cluster V2Network Management Server Ip[] - 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 booleanEnabled - Indicates whether it is DRS enabled or not.
- is
In booleanUse - Indicates whether the host is managed by an entity or not.
- is
Registered boolean - Indicates whether it is registered or not.
- type boolean
- Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- ips
Sequence[Get
Cluster V2Network Management Server Ip] - 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_ boolenabled - Indicates whether it is DRS enabled or not.
- is_
in_ booluse - 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.
- is
Drs BooleanEnabled - Indicates whether it is DRS enabled or not.
- is
In BooleanUse - Indicates whether the host is managed by an entity or not.
- is
Registered Boolean - Indicates whether it is registered or not.
- type Boolean
- Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
GetClusterV2NetworkManagementServerIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Management Server Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Management Server Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Cluster V2Network Management Server Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Cluster V2Network Management Server Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Cluster V2Network Management Server Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Cluster V2Network Management Server Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Cluster V2Network Management Server Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Cluster V2Network Management Server Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Cluster V2Network Management Server Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Cluster V2Network Management Server Ip Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetClusterV2NetworkMasqueradingIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Masquerading Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Masquerading Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Cluster V2Network Masquerading Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Cluster V2Network Masquerading Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Cluster V2Network Masquerading Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Cluster V2Network Masquerading Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Cluster V2Network Masquerading Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Cluster V2Network Masquerading Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Cluster V2Network Masquerading Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Cluster V2Network Masquerading Ip Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetClusterV2NetworkNameServerIpList
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Name Server Ip List Fqdn> - Fully Qualified Domain Name (FQDN) of the server.
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Name Server Ip List Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Name Server Ip List Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Get
Cluster V2Network Name Server Ip List Fqdn - Fully Qualified Domain Name (FQDN) of the server.
- Ipv4s
[]Get
Cluster V2Network Name Server Ip List Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Cluster V2Network Name Server Ip List Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Get
Cluster V2Network Name Server Ip List Fqdn> - Fully Qualified Domain Name (FQDN) of the server.
- ipv4s
List<Get
Cluster V2Network Name Server Ip List Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Cluster V2Network Name Server Ip List Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Get
Cluster V2Network Name Server Ip List Fqdn[] - Fully Qualified Domain Name (FQDN) of the server.
- ipv4s
Get
Cluster V2Network Name Server Ip List Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Cluster V2Network Name Server Ip List Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Get
Cluster V2Network Name Server Ip List Fqdn] - Fully Qualified Domain Name (FQDN) of the server.
- ipv4s
Sequence[Get
Cluster V2Network Name Server Ip List Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Cluster V2Network Name Server Ip List Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetClusterV2NetworkNtpServerIpList
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Ntp Server Ip List Fqdn> - Fully Qualified Domain Name (FQDN) of the server.
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Ntp Server Ip List Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Ntp Server Ip List Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Get
Cluster V2Network Ntp Server Ip List Fqdn - Fully Qualified Domain Name (FQDN) of the server.
- Ipv4s
[]Get
Cluster V2Network Ntp Server Ip List Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Cluster V2Network Ntp Server Ip List Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Get
Cluster V2Network Ntp Server Ip List Fqdn> - Fully Qualified Domain Name (FQDN) of the server.
- ipv4s
List<Get
Cluster V2Network Ntp Server Ip List Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Cluster V2Network Ntp Server Ip List Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Get
Cluster V2Network Ntp Server Ip List Fqdn[] - Fully Qualified Domain Name (FQDN) of the server.
- ipv4s
Get
Cluster V2Network Ntp Server Ip List Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Cluster V2Network Ntp Server Ip List Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Get
Cluster V2Network Ntp Server Ip List Fqdn] - Fully Qualified Domain Name (FQDN) of the server.
- ipv4s
Sequence[Get
Cluster V2Network Ntp Server Ip List Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Cluster V2Network Ntp Server Ip List Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetClusterV2NetworkSmtpServer
- Email
Address string - SMTP email address.
- Servers
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Smtp Server Server> - SMTP network details.
- Type string
- Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- Email
Address string - SMTP email address.
- Servers
[]Get
Cluster V2Network Smtp Server Server - SMTP network details.
- Type string
- Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- email
Address String - SMTP email address.
- servers
List<Get
Cluster V2Network Smtp Server Server> - SMTP network details.
- type String
- Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- email
Address string - SMTP email address.
- servers
Get
Cluster V2Network Smtp Server Server[] - SMTP network details.
- type string
- Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- email_
address str - SMTP email address.
- servers
Sequence[Get
Cluster V2Network Smtp Server Server] - SMTP network details.
- type str
- Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- email
Address 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
- Ip
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster V2Network Smtp Server Server Ip Address> - 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.
- Ip
Addresses []GetCluster V2Network Smtp Server Server Ip Address - 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.
- ip
Addresses List<GetCluster V2Network Smtp Server Server Ip Address> - 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.
- ip
Addresses GetCluster V2Network Smtp Server Server Ip Address[] - 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[GetCluster V2Network Smtp Server Server Ip Address] - 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.
- ip
Addresses 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<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Smtp Server Server Ip Address Fqdn> - Fully Qualified Domain Name (FQDN) of the server.
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Smtp Server Server Ip Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Network Smtp Server Server Ip Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Get
Cluster V2Network Smtp Server Server Ip Address Fqdn - Fully Qualified Domain Name (FQDN) of the server.
- Ipv4s
[]Get
Cluster V2Network Smtp Server Server Ip Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Cluster V2Network Smtp Server Server Ip Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Get
Cluster V2Network Smtp Server Server Ip Address Fqdn> - Fully Qualified Domain Name (FQDN) of the server.
- ipv4s
List<Get
Cluster V2Network Smtp Server Server Ip Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Cluster V2Network Smtp Server Server Ip Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Get
Cluster V2Network Smtp Server Server Ip Address Fqdn[] - Fully Qualified Domain Name (FQDN) of the server.
- ipv4s
Get
Cluster V2Network Smtp Server Server Ip Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Cluster V2Network Smtp Server Server Ip Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Get
Cluster V2Network Smtp Server Server Ip Address Fqdn] - Fully Qualified Domain Name (FQDN) of the server.
- ipv4s
Sequence[Get
Cluster V2Network Smtp Server Server Ip Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Cluster V2Network Smtp Server Server Ip Address Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetClusterV2Node
- Node
Lists List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster V2Node Node List> - List of nodes in a cluster.
- Number
Of intNodes - Number of nodes in a cluster.
- Node
Lists []GetCluster V2Node Node List - List of nodes in a cluster.
- Number
Of intNodes - Number of nodes in a cluster.
- node
Lists List<GetCluster V2Node Node List> - List of nodes in a cluster.
- number
Of IntegerNodes - Number of nodes in a cluster.
- node
Lists GetCluster V2Node Node List[] - List of nodes in a cluster.
- number
Of numberNodes - Number of nodes in a cluster.
- node_
lists Sequence[GetCluster V2Node Node List] - List of nodes in a cluster.
- number_
of_ intnodes - Number of nodes in a cluster.
- node
Lists List<Property Map> - List of nodes in a cluster.
- number
Of NumberNodes - Number of nodes in a cluster.
GetClusterV2NodeNodeList
- Controller
Vm List<PiersIps Karsenbarg. Nutanix. Inputs. Get Cluster V2Node Node List Controller Vm Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Host
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Cluster V2Node Node List Host Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Node
Uuid string - UUID of the host.
- Controller
Vm []GetIps Cluster V2Node Node List Controller Vm Ip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Host
Ips []GetCluster V2Node Node List Host Ip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Node
Uuid string - UUID of the host.
- controller
Vm List<GetIps Cluster V2Node Node List Controller Vm Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- host
Ips List<GetCluster V2Node Node List Host Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- node
Uuid String - UUID of the host.
- controller
Vm GetIps Cluster V2Node Node List Controller Vm Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- host
Ips GetCluster V2Node Node List Host Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- node
Uuid string - UUID of the host.
- controller_
vm_ Sequence[Getips Cluster V2Node Node List Controller Vm Ip] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- host_
ips Sequence[GetCluster V2Node Node List Host Ip] - 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.
- controller
Vm List<Property Map>Ips - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- host
Ips List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- node
Uuid String - UUID of the host.
GetClusterV2NodeNodeListControllerVmIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Node Node List Controller Vm Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Node Node List Controller Vm Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Cluster V2Node Node List Controller Vm Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Cluster V2Node Node List Controller Vm Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Cluster V2Node Node List Controller Vm Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Cluster V2Node Node List Controller Vm Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Cluster V2Node Node List Controller Vm Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Cluster V2Node Node List Controller Vm Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Cluster V2Node Node List Controller Vm Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Cluster V2Node Node List Controller Vm Ip Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetClusterV2NodeNodeListHostIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Node Node List Host Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Cluster V2Node Node List Host Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Cluster V2Node Node List Host Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Cluster V2Node Node List Host Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Cluster V2Node Node List Host Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Cluster V2Node Node List Host Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Cluster V2Node Node List Host Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Cluster V2Node Node List Host Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Cluster V2Node Node List Host Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Cluster V2Node Node List Host Ip Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.