Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getClustersV2
Explore with Pulumi AI
Lists all cluster entities registered to Prism Central.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const clusters = nutanix.getClustersV2({
filter: "startswith(name, 'PC_')",
});
import pulumi
import pulumi_nutanix as nutanix
clusters = nutanix.get_clusters_v2(filter="startswith(name, 'PC_')")
package main
import (
"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := nutanix.GetClustersV2(ctx, &nutanix.GetClustersV2Args{
Filter: pulumi.StringRef("startswith(name, 'PC_')"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;
return await Deployment.RunAsync(() =>
{
var clusters = Nutanix.GetClustersV2.Invoke(new()
{
Filter = "startswith(name, 'PC_')",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nutanix.NutanixFunctions;
import com.pulumi.nutanix.inputs.GetClustersV2Args;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var clusters = NutanixFunctions.getClustersV2(GetClustersV2Args.builder()
.filter("startswith(name, 'PC_')")
.build());
}
}
variables:
clusters:
fn::invoke:
function: nutanix:getClustersV2
arguments:
filter: startswith(name, 'PC_')
Using getClustersV2
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getClustersV2(args: GetClustersV2Args, opts?: InvokeOptions): Promise<GetClustersV2Result>
function getClustersV2Output(args: GetClustersV2OutputArgs, opts?: InvokeOptions): Output<GetClustersV2Result>
def get_clusters_v2(apply: Optional[str] = None,
expand: Optional[str] = None,
filter: Optional[str] = None,
limit: Optional[int] = None,
order_by: Optional[str] = None,
page: Optional[int] = None,
select: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClustersV2Result
def get_clusters_v2_output(apply: Optional[pulumi.Input[str]] = None,
expand: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
order_by: Optional[pulumi.Input[str]] = None,
page: Optional[pulumi.Input[int]] = None,
select: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClustersV2Result]
func GetClustersV2(ctx *Context, args *GetClustersV2Args, opts ...InvokeOption) (*GetClustersV2Result, error)
func GetClustersV2Output(ctx *Context, args *GetClustersV2OutputArgs, opts ...InvokeOption) GetClustersV2ResultOutput
> Note: This function is named GetClustersV2
in the Go SDK.
public static class GetClustersV2
{
public static Task<GetClustersV2Result> InvokeAsync(GetClustersV2Args args, InvokeOptions? opts = null)
public static Output<GetClustersV2Result> Invoke(GetClustersV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClustersV2Result> getClustersV2(GetClustersV2Args args, InvokeOptions options)
public static Output<GetClustersV2Result> getClustersV2(GetClustersV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getClustersV2:getClustersV2
arguments:
# arguments dictionary
The following arguments are supported:
- Apply string
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName.
The apply can be applied on the following fields:
- config/buildInfo/version
- nodes/numberOfNodes
- Expand string
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
- Filter string
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
The filter can be applied to the following fields:
- backupEligibilityScore
- clusterProfileExtId
- config/buildInfo/version
- config/clusterFunction
- config/encryptionInTransitStatus
- config/encryptionOption
- config/encryptionScope
- config/hypervisorTypes
- config/isAvailable
- extId
- name
- network/keyManagementServerType
- upgradeStatus
- Limit int
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- Order
By string - -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
The orderby can be applied to the following fields:
- backupEligibilityScore
- config/buildInfo/version
- config/isAvailable
- extId
- inefficientVmCount
- name
- network/keyManagementServerType
- nodes/numberOfNodes
- upgradeStatus
- vmCount
- Page int
- -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- Select string
- -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
The select can be applied to the following fields:
- backupEligibilityScore
- inefficientVmCount
- name
- upgradeStatus
- vmCount
- Apply string
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName.
The apply can be applied on the following fields:
- config/buildInfo/version
- nodes/numberOfNodes
- Expand string
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
- Filter string
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
The filter can be applied to the following fields:
- backupEligibilityScore
- clusterProfileExtId
- config/buildInfo/version
- config/clusterFunction
- config/encryptionInTransitStatus
- config/encryptionOption
- config/encryptionScope
- config/hypervisorTypes
- config/isAvailable
- extId
- name
- network/keyManagementServerType
- upgradeStatus
- Limit int
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- Order
By string - -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
The orderby can be applied to the following fields:
- backupEligibilityScore
- config/buildInfo/version
- config/isAvailable
- extId
- inefficientVmCount
- name
- network/keyManagementServerType
- nodes/numberOfNodes
- upgradeStatus
- vmCount
- Page int
- -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- Select string
- -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
The select can be applied to the following fields:
- backupEligibilityScore
- inefficientVmCount
- name
- upgradeStatus
- vmCount
- apply String
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName.
The apply can be applied on the following fields:
- config/buildInfo/version
- nodes/numberOfNodes
- expand String
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
- filter String
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
The filter can be applied to the following fields:
- backupEligibilityScore
- clusterProfileExtId
- config/buildInfo/version
- config/clusterFunction
- config/encryptionInTransitStatus
- config/encryptionOption
- config/encryptionScope
- config/hypervisorTypes
- config/isAvailable
- extId
- name
- network/keyManagementServerType
- upgradeStatus
- limit Integer
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By String - -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
The orderby can be applied to the following fields:
- backupEligibilityScore
- config/buildInfo/version
- config/isAvailable
- extId
- inefficientVmCount
- name
- network/keyManagementServerType
- nodes/numberOfNodes
- upgradeStatus
- vmCount
- page Integer
- -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select String
- -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
The select can be applied to the following fields:
- backupEligibilityScore
- inefficientVmCount
- name
- upgradeStatus
- vmCount
- apply string
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName.
The apply can be applied on the following fields:
- config/buildInfo/version
- nodes/numberOfNodes
- expand string
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
- filter string
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
The filter can be applied to the following fields:
- backupEligibilityScore
- clusterProfileExtId
- config/buildInfo/version
- config/clusterFunction
- config/encryptionInTransitStatus
- config/encryptionOption
- config/encryptionScope
- config/hypervisorTypes
- config/isAvailable
- extId
- name
- network/keyManagementServerType
- upgradeStatus
- limit number
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By string - -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
The orderby can be applied to the following fields:
- backupEligibilityScore
- config/buildInfo/version
- config/isAvailable
- extId
- inefficientVmCount
- name
- network/keyManagementServerType
- nodes/numberOfNodes
- upgradeStatus
- vmCount
- page number
- -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select string
- -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
The select can be applied to the following fields:
- backupEligibilityScore
- inefficientVmCount
- name
- upgradeStatus
- vmCount
- apply str
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName.
The apply can be applied on the following fields:
- config/buildInfo/version
- nodes/numberOfNodes
- expand str
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
- filter str
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
The filter can be applied to the following fields:
- backupEligibilityScore
- clusterProfileExtId
- config/buildInfo/version
- config/clusterFunction
- config/encryptionInTransitStatus
- config/encryptionOption
- config/encryptionScope
- config/hypervisorTypes
- config/isAvailable
- extId
- name
- network/keyManagementServerType
- upgradeStatus
- limit int
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order_
by str - -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
The orderby can be applied to the following fields:
- backupEligibilityScore
- config/buildInfo/version
- config/isAvailable
- extId
- inefficientVmCount
- name
- network/keyManagementServerType
- nodes/numberOfNodes
- upgradeStatus
- vmCount
- page int
- -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select str
- -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
The select can be applied to the following fields:
- backupEligibilityScore
- inefficientVmCount
- name
- upgradeStatus
- vmCount
- apply String
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName.
The apply can be applied on the following fields:
- config/buildInfo/version
- nodes/numberOfNodes
- expand String
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
- filter String
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
The filter can be applied to the following fields:
- backupEligibilityScore
- clusterProfileExtId
- config/buildInfo/version
- config/clusterFunction
- config/encryptionInTransitStatus
- config/encryptionOption
- config/encryptionScope
- config/hypervisorTypes
- config/isAvailable
- extId
- name
- network/keyManagementServerType
- upgradeStatus
- limit Number
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By String - -(Optional) A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
The orderby can be applied to the following fields:
- backupEligibilityScore
- config/buildInfo/version
- config/isAvailable
- extId
- inefficientVmCount
- name
- network/keyManagementServerType
- nodes/numberOfNodes
- upgradeStatus
- vmCount
- page Number
- -(Optional) A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select String
- -(Optional) A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
The select can be applied to the following fields:
- backupEligibilityScore
- inefficientVmCount
- name
- upgradeStatus
- vmCount
getClustersV2 Result
The following output properties are available:
- Cluster
Entities List<PiersKarsenbarg. Nutanix. Outputs. Get Clusters V2Cluster Entity> - Id string
- The provider-assigned unique ID for this managed resource.
- Apply string
- Expand string
- Filter string
- Limit int
- Order
By string - Page int
- Select string
- Cluster
Entities []GetClusters V2Cluster Entity - Id string
- The provider-assigned unique ID for this managed resource.
- Apply string
- Expand string
- Filter string
- Limit int
- Order
By string - Page int
- Select string
- cluster
Entities List<GetClusters V2Cluster Entity> - id String
- The provider-assigned unique ID for this managed resource.
- apply String
- expand String
- filter String
- limit Integer
- order
By String - page Integer
- select String
- cluster
Entities GetClusters V2Cluster Entity[] - id string
- The provider-assigned unique ID for this managed resource.
- apply string
- expand string
- filter string
- limit number
- order
By string - page number
- select string
- cluster_
entities Sequence[GetClusters V2Cluster Entity] - id str
- The provider-assigned unique ID for this managed resource.
- apply str
- expand str
- filter str
- limit int
- order_
by str - page int
- select str
- cluster
Entities List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
- apply String
- expand String
- filter String
- limit Number
- order
By String - page Number
- select String
Supporting Types
GetClustersV2ClusterEntity
- Backup
Eligibility Score This property is required. int - Score to indicate how much cluster is eligible for storing domain manager backup.
- Categories
This property is required. List<string> - List of categories associated to the PE cluster.
- Cluster
Profile Ext Id This property is required. string - Cluster profile UUID.
- Configs
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Config> - Cluster configuration details.
- Container
Name This property is required. 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 This property is required. string - A globally unique identifier of an instance that is suitable for external consumption.
- Inefficient
Vm Count This property is required. int - Number of inefficient VMs in the cluster.
- Links
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Link> - 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
This property is required. string - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- Networks
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network> - Network details of a cluster.
- Nodes
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Node> - Node reference for a cluster.
- Tenant
Id This property is required. 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 This property is required. 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 This property is required. int - Number of VMs in the cluster.
- Expand string
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
- Backup
Eligibility Score This property is required. int - Score to indicate how much cluster is eligible for storing domain manager backup.
- Categories
This property is required. []string - List of categories associated to the PE cluster.
- Cluster
Profile Ext Id This property is required. string - Cluster profile UUID.
- Configs
This property is required. []GetClusters V2Cluster Entity Config - Cluster configuration details.
- Container
Name This property is required. 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 This property is required. string - A globally unique identifier of an instance that is suitable for external consumption.
- Inefficient
Vm Count This property is required. int - Number of inefficient VMs in the cluster.
- Links
This property is required. []GetClusters V2Cluster Entity Link - 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
This property is required. string - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- Networks
This property is required. []GetClusters V2Cluster Entity Network - Network details of a cluster.
- Nodes
This property is required. []GetClusters V2Cluster Entity Node - Node reference for a cluster.
- Tenant
Id This property is required. 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 This property is required. 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 This property is required. int - Number of VMs in the cluster.
- Expand string
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
- backup
Eligibility Score This property is required. Integer - Score to indicate how much cluster is eligible for storing domain manager backup.
- categories
This property is required. List<String> - List of categories associated to the PE cluster.
- cluster
Profile Ext Id This property is required. String - Cluster profile UUID.
- configs
This property is required. List<GetClusters V2Cluster Entity Config> - Cluster configuration details.
- container
Name This property is required. 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 This property is required. String - A globally unique identifier of an instance that is suitable for external consumption.
- inefficient
Vm Count This property is required. Integer - Number of inefficient VMs in the cluster.
- links
This property is required. List<GetClusters V2Cluster Entity Link> - 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
This property is required. String - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- networks
This property is required. List<GetClusters V2Cluster Entity Network> - Network details of a cluster.
- nodes
This property is required. List<GetClusters V2Cluster Entity Node> - Node reference for a cluster.
- tenant
Id This property is required. 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 This property is required. 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 This property is required. Integer - Number of VMs in the cluster.
- expand String
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
- backup
Eligibility Score This property is required. number - Score to indicate how much cluster is eligible for storing domain manager backup.
- categories
This property is required. string[] - List of categories associated to the PE cluster.
- cluster
Profile Ext Id This property is required. string - Cluster profile UUID.
- configs
This property is required. GetClusters V2Cluster Entity Config[] - Cluster configuration details.
- container
Name This property is required. 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 This property is required. string - A globally unique identifier of an instance that is suitable for external consumption.
- inefficient
Vm Count This property is required. number - Number of inefficient VMs in the cluster.
- links
This property is required. GetClusters V2Cluster Entity Link[] - 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
This property is required. string - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- networks
This property is required. GetClusters V2Cluster Entity Network[] - Network details of a cluster.
- nodes
This property is required. GetClusters V2Cluster Entity Node[] - Node reference for a cluster.
- tenant
Id This property is required. 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 This property is required. 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 This property is required. number - Number of VMs in the cluster.
- expand string
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
- backup_
eligibility_ score This property is required. int - Score to indicate how much cluster is eligible for storing domain manager backup.
- categories
This property is required. Sequence[str] - List of categories associated to the PE cluster.
- cluster_
profile_ ext_ id This property is required. str - Cluster profile UUID.
- configs
This property is required. Sequence[GetClusters V2Cluster Entity Config] - Cluster configuration details.
- container_
name This property is required. 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 This property is required. str - A globally unique identifier of an instance that is suitable for external consumption.
- inefficient_
vm_ count This property is required. int - Number of inefficient VMs in the cluster.
- links
This property is required. Sequence[GetClusters V2Cluster Entity Link] - 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
This property is required. str - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- networks
This property is required. Sequence[GetClusters V2Cluster Entity Network] - Network details of a cluster.
- nodes
This property is required. Sequence[GetClusters V2Cluster Entity Node] - Node reference for a cluster.
- tenant_
id This property is required. 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 This property is required. 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 This property is required. int - Number of VMs in the cluster.
- expand str
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
- backup
Eligibility Score This property is required. Number - Score to indicate how much cluster is eligible for storing domain manager backup.
- categories
This property is required. List<String> - List of categories associated to the PE cluster.
- cluster
Profile Ext Id This property is required. String - Cluster profile UUID.
- configs
This property is required. List<Property Map> - Cluster configuration details.
- container
Name This property is required. 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 This property is required. String - A globally unique identifier of an instance that is suitable for external consumption.
- inefficient
Vm Count This property is required. Number - Number of inefficient VMs in the cluster.
- links
This property is required. 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
This property is required. String - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- networks
This property is required. List<Property Map> - Network details of a cluster.
- nodes
This property is required. List<Property Map> - Node reference for a cluster.
- tenant
Id This property is required. 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 This property is required. 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 This property is required. Number - Number of VMs in the cluster.
- expand String
- -(Optional) A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
The
expand
can be applied on the following fields:- clusterProfile
- storageSummary
GetClustersV2ClusterEntityConfig
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Config Authorized Public Key List> - Public ssh key details. This is part of payload for cluster update operation only.
- Build
Infos This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Config Build Info> - Build information details.
- Cluster
Arch This property is required. string - Cluster arch. Valid values are:
- "PPC64LE" PPC64LE cluster architecture type.
- "X86_64" X86_64 cluster architecture type.
- Cluster
Functions This property is required. 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 Maps This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Config Cluster Software Map> - Cluster software version details.
- Encryption
In Transit Status This property is required. string - Encryption in transit Status. Valid values are:
- "DISABLED" Disabled encryption status.
- "ENABLED" Enabled encryption status.
- Encryption
Options This property is required. List<string> - Encryption option. Valid values are:
- "SOFTWARE".
- "HARDWARE".
- "SOFTWARE_AND_HARDWARE"
- Encryption
Scopes This property is required. List<string> - Encryption scope. Valid values are:
- "CLUSTER".
- "CONTAINER".
- Fault
Tolerance States This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Config Fault Tolerance State> - Fault tolerance state of a cluster.
- Hypervisor
Types This property is required. List<string> - Hypervisor types. Valid values are:
- "AHV".
- "ESX".
- "HYPERV".
- "XEN".
- "NATIVEHOST".
- Incarnation
Id This property is required. int - Cluster incarnation Id. This is part of payload for cluster update operation only.
- Is
Available This property is required. bool - Indicates if cluster is available to contact or not.
- Is
Lts This property is required. bool - Indicates whether the release is categorized as Long-term or not.
- Is
Password Remote Login Enabled This property is required. bool - Indicates whether the password ssh into the cluster is enabled or not.
- Is
Remote Support Enabled This property is required. bool - Remote support status.
- Operation
Mode This property is required. 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 This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Config Pulse Status> - Pulse status for a cluster.
- Redundancy
Factor This property is required. int - Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
- Timezone
This property is required. string - Time zone on a cluster.
This property is required. []GetClusters V2Cluster Entity Config Authorized Public Key List - Public ssh key details. This is part of payload for cluster update operation only.
- Build
Infos This property is required. []GetClusters V2Cluster Entity Config Build Info - Build information details.
- Cluster
Arch This property is required. string - Cluster arch. Valid values are:
- "PPC64LE" PPC64LE cluster architecture type.
- "X86_64" X86_64 cluster architecture type.
- Cluster
Functions This property is required. []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 Maps This property is required. []GetClusters V2Cluster Entity Config Cluster Software Map - Cluster software version details.
- Encryption
In Transit Status This property is required. string - Encryption in transit Status. Valid values are:
- "DISABLED" Disabled encryption status.
- "ENABLED" Enabled encryption status.
- Encryption
Options This property is required. []string - Encryption option. Valid values are:
- "SOFTWARE".
- "HARDWARE".
- "SOFTWARE_AND_HARDWARE"
- Encryption
Scopes This property is required. []string - Encryption scope. Valid values are:
- "CLUSTER".
- "CONTAINER".
- Fault
Tolerance States This property is required. []GetClusters V2Cluster Entity Config Fault Tolerance State - Fault tolerance state of a cluster.
- Hypervisor
Types This property is required. []string - Hypervisor types. Valid values are:
- "AHV".
- "ESX".
- "HYPERV".
- "XEN".
- "NATIVEHOST".
- Incarnation
Id This property is required. int - Cluster incarnation Id. This is part of payload for cluster update operation only.
- Is
Available This property is required. bool - Indicates if cluster is available to contact or not.
- Is
Lts This property is required. bool - Indicates whether the release is categorized as Long-term or not.
- Is
Password Remote Login Enabled This property is required. bool - Indicates whether the password ssh into the cluster is enabled or not.
- Is
Remote Support Enabled This property is required. bool - Remote support status.
- Operation
Mode This property is required. 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 This property is required. []GetClusters V2Cluster Entity Config Pulse Status - Pulse status for a cluster.
- Redundancy
Factor This property is required. int - Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
- Timezone
This property is required. string - Time zone on a cluster.
This property is required. List<GetClusters V2Cluster Entity Config Authorized Public Key List> - Public ssh key details. This is part of payload for cluster update operation only.
- build
Infos This property is required. List<GetClusters V2Cluster Entity Config Build Info> - Build information details.
- cluster
Arch This property is required. String - Cluster arch. Valid values are:
- "PPC64LE" PPC64LE cluster architecture type.
- "X86_64" X86_64 cluster architecture type.
- cluster
Functions This property is required. 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 Maps This property is required. List<GetClusters V2Cluster Entity Config Cluster Software Map> - Cluster software version details.
- encryption
In Transit Status This property is required. String - Encryption in transit Status. Valid values are:
- "DISABLED" Disabled encryption status.
- "ENABLED" Enabled encryption status.
- encryption
Options This property is required. List<String> - Encryption option. Valid values are:
- "SOFTWARE".
- "HARDWARE".
- "SOFTWARE_AND_HARDWARE"
- encryption
Scopes This property is required. List<String> - Encryption scope. Valid values are:
- "CLUSTER".
- "CONTAINER".
- fault
Tolerance States This property is required. List<GetClusters V2Cluster Entity Config Fault Tolerance State> - Fault tolerance state of a cluster.
- hypervisor
Types This property is required. List<String> - Hypervisor types. Valid values are:
- "AHV".
- "ESX".
- "HYPERV".
- "XEN".
- "NATIVEHOST".
- incarnation
Id This property is required. Integer - Cluster incarnation Id. This is part of payload for cluster update operation only.
- is
Available This property is required. Boolean - Indicates if cluster is available to contact or not.
- is
Lts This property is required. Boolean - Indicates whether the release is categorized as Long-term or not.
- is
Password Remote Login Enabled This property is required. Boolean - Indicates whether the password ssh into the cluster is enabled or not.
- is
Remote Support Enabled This property is required. Boolean - Remote support status.
- operation
Mode This property is required. 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 This property is required. List<GetClusters V2Cluster Entity Config Pulse Status> - Pulse status for a cluster.
- redundancy
Factor This property is required. Integer - Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
- timezone
This property is required. String - Time zone on a cluster.
This property is required. GetClusters V2Cluster Entity Config Authorized Public Key List[] - Public ssh key details. This is part of payload for cluster update operation only.
- build
Infos This property is required. GetClusters V2Cluster Entity Config Build Info[] - Build information details.
- cluster
Arch This property is required. string - Cluster arch. Valid values are:
- "PPC64LE" PPC64LE cluster architecture type.
- "X86_64" X86_64 cluster architecture type.
- cluster
Functions This property is required. 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 Maps This property is required. GetClusters V2Cluster Entity Config Cluster Software Map[] - Cluster software version details.
- encryption
In Transit Status This property is required. string - Encryption in transit Status. Valid values are:
- "DISABLED" Disabled encryption status.
- "ENABLED" Enabled encryption status.
- encryption
Options This property is required. string[] - Encryption option. Valid values are:
- "SOFTWARE".
- "HARDWARE".
- "SOFTWARE_AND_HARDWARE"
- encryption
Scopes This property is required. string[] - Encryption scope. Valid values are:
- "CLUSTER".
- "CONTAINER".
- fault
Tolerance States This property is required. GetClusters V2Cluster Entity Config Fault Tolerance State[] - Fault tolerance state of a cluster.
- hypervisor
Types This property is required. string[] - Hypervisor types. Valid values are:
- "AHV".
- "ESX".
- "HYPERV".
- "XEN".
- "NATIVEHOST".
- incarnation
Id This property is required. number - Cluster incarnation Id. This is part of payload for cluster update operation only.
- is
Available This property is required. boolean - Indicates if cluster is available to contact or not.
- is
Lts This property is required. boolean - Indicates whether the release is categorized as Long-term or not.
- is
Password Remote Login Enabled This property is required. boolean - Indicates whether the password ssh into the cluster is enabled or not.
- is
Remote Support Enabled This property is required. boolean - Remote support status.
- operation
Mode This property is required. 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 This property is required. GetClusters V2Cluster Entity Config Pulse Status[] - Pulse status for a cluster.
- redundancy
Factor This property is required. number - Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
- timezone
This property is required. string - Time zone on a cluster.
This property is required. Sequence[GetClusters V2Cluster Entity Config Authorized Public Key List] - Public ssh key details. This is part of payload for cluster update operation only.
- build_
infos This property is required. Sequence[GetClusters V2Cluster Entity Config Build Info] - Build information details.
- cluster_
arch This property is required. str - Cluster arch. Valid values are:
- "PPC64LE" PPC64LE cluster architecture type.
- "X86_64" X86_64 cluster architecture type.
- cluster_
functions This property is required. Sequence[str] - Cluster function. This is part of payload for cluster create operation only (allowed enum values for creation are AOS, ONE_NODE & TWO_NODE only). Valid values are:
- "AOS"
- "PRISM_CENTRAL"
- "CLOUD_DATA_GATEWAY"
- "AFS"
- "ONE_NODE"
- "TWO_NODE"
- "ANALYTICS_PLATFORM"
- cluster_
software_ maps This property is required. Sequence[GetClusters V2Cluster Entity Config Cluster Software Map] - Cluster software version details.
- encryption_
in_ transit_ status This property is required. str - Encryption in transit Status. Valid values are:
- "DISABLED" Disabled encryption status.
- "ENABLED" Enabled encryption status.
- encryption_
options This property is required. Sequence[str] - Encryption option. Valid values are:
- "SOFTWARE".
- "HARDWARE".
- "SOFTWARE_AND_HARDWARE"
- encryption_
scopes This property is required. Sequence[str] - Encryption scope. Valid values are:
- "CLUSTER".
- "CONTAINER".
- fault_
tolerance_ states This property is required. Sequence[GetClusters V2Cluster Entity Config Fault Tolerance State] - Fault tolerance state of a cluster.
- hypervisor_
types This property is required. Sequence[str] - Hypervisor types. Valid values are:
- "AHV".
- "ESX".
- "HYPERV".
- "XEN".
- "NATIVEHOST".
- incarnation_
id This property is required. int - Cluster incarnation Id. This is part of payload for cluster update operation only.
- is_
available This property is required. bool - Indicates if cluster is available to contact or not.
- is_
lts This property is required. bool - Indicates whether the release is categorized as Long-term or not.
- is_
password_ remote_ login_ enabled This property is required. bool - Indicates whether the password ssh into the cluster is enabled or not.
- is_
remote_ support_ enabled This property is required. bool - Remote support status.
- operation_
mode This property is required. 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 This property is required. Sequence[GetClusters V2Cluster Entity Config Pulse Status] - Pulse status for a cluster.
- redundancy_
factor This property is required. int - Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
- timezone
This property is required. str - Time zone on a cluster.
This property is required. List<Property Map>- Public ssh key details. This is part of payload for cluster update operation only.
- build
Infos This property is required. List<Property Map> - Build information details.
- cluster
Arch This property is required. String - Cluster arch. Valid values are:
- "PPC64LE" PPC64LE cluster architecture type.
- "X86_64" X86_64 cluster architecture type.
- cluster
Functions This property is required. 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 Maps This property is required. List<Property Map> - Cluster software version details.
- encryption
In Transit Status This property is required. String - Encryption in transit Status. Valid values are:
- "DISABLED" Disabled encryption status.
- "ENABLED" Enabled encryption status.
- encryption
Options This property is required. List<String> - Encryption option. Valid values are:
- "SOFTWARE".
- "HARDWARE".
- "SOFTWARE_AND_HARDWARE"
- encryption
Scopes This property is required. List<String> - Encryption scope. Valid values are:
- "CLUSTER".
- "CONTAINER".
- fault
Tolerance States This property is required. List<Property Map> - Fault tolerance state of a cluster.
- hypervisor
Types This property is required. List<String> - Hypervisor types. Valid values are:
- "AHV".
- "ESX".
- "HYPERV".
- "XEN".
- "NATIVEHOST".
- incarnation
Id This property is required. Number - Cluster incarnation Id. This is part of payload for cluster update operation only.
- is
Available This property is required. Boolean - Indicates if cluster is available to contact or not.
- is
Lts This property is required. Boolean - Indicates whether the release is categorized as Long-term or not.
- is
Password Remote Login Enabled This property is required. Boolean - Indicates whether the password ssh into the cluster is enabled or not.
- is
Remote Support Enabled This property is required. Boolean - Remote support status.
- operation
Mode This property is required. 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 This property is required. List<Property Map> - Pulse status for a cluster.
- redundancy
Factor This property is required. Number - Redundancy factor of a cluster. This is part of payload for both cluster create & update operations.
- timezone
This property is required. String - Time zone on a cluster.
GetClustersV2ClusterEntityConfigAuthorizedPublicKeyList
GetClustersV2ClusterEntityConfigBuildInfo
- Build
Type This property is required. string - Software build type.
- Commit
Id This property is required. string - Commit ID used for version.
- Full
Version This property is required. string - Full name of software version.
- Short
Commit Id This property is required. string - Short commit Id used for version.
- Version
This property is required. string - Software version.
- Build
Type This property is required. string - Software build type.
- Commit
Id This property is required. string - Commit ID used for version.
- Full
Version This property is required. string - Full name of software version.
- Short
Commit Id This property is required. string - Short commit Id used for version.
- Version
This property is required. string - Software version.
- build
Type This property is required. String - Software build type.
- commit
Id This property is required. String - Commit ID used for version.
- full
Version This property is required. String - Full name of software version.
- short
Commit Id This property is required. String - Short commit Id used for version.
- version
This property is required. String - Software version.
- build
Type This property is required. string - Software build type.
- commit
Id This property is required. string - Commit ID used for version.
- full
Version This property is required. string - Full name of software version.
- short
Commit Id This property is required. string - Short commit Id used for version.
- version
This property is required. string - Software version.
- build_
type This property is required. str - Software build type.
- commit_
id This property is required. str - Commit ID used for version.
- full_
version This property is required. str - Full name of software version.
- short_
commit_ id This property is required. str - Short commit Id used for version.
- version
This property is required. str - Software version.
- build
Type This property is required. String - Software build type.
- commit
Id This property is required. String - Commit ID used for version.
- full
Version This property is required. String - Full name of software version.
- short
Commit Id This property is required. String - Short commit Id used for version.
- version
This property is required. String - Software version.
GetClustersV2ClusterEntityConfigClusterSoftwareMap
- Software
Type This property is required. 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
This property is required. string - Software version.
- Software
Type This property is required. 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
This property is required. string - Software version.
- software
Type This property is required. 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
This property is required. String - Software version.
- software
Type This property is required. 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
This property is required. string - Software version.
- software_
type This property is required. 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
This property is required. str - Software version.
- software
Type This property is required. 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
This property is required. String - Software version.
GetClustersV2ClusterEntityConfigFaultToleranceState
- Current
Cluster Fault Tolerance This property is required. string - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- Current
Max Fault Tolerance This property is required. int - Maximum fault tolerance that is supported currently.
- Desired
Cluster Fault Tolerance This property is required. string - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- Desired
Max Fault Tolerance This property is required. int - Maximum fault tolerance desired.
- Domain
Awareness Level This property is required. string - Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
- "RACK" Rack level awareness.
- "NODE" Node level awareness.
- "BLOCK" Block level awareness.
- "DISK" Disk level awareness.
- Redundancy
Statuses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Config Fault Tolerance State Redundancy Status> - Redundancy Status of the cluster
- Current
Cluster Fault Tolerance This property is required. string - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- Current
Max Fault Tolerance This property is required. int - Maximum fault tolerance that is supported currently.
- Desired
Cluster Fault Tolerance This property is required. string - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- Desired
Max Fault Tolerance This property is required. int - Maximum fault tolerance desired.
- Domain
Awareness Level This property is required. string - Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
- "RACK" Rack level awareness.
- "NODE" Node level awareness.
- "BLOCK" Block level awareness.
- "DISK" Disk level awareness.
- Redundancy
Statuses This property is required. []GetClusters V2Cluster Entity Config Fault Tolerance State Redundancy Status - Redundancy Status of the cluster
- current
Cluster Fault Tolerance This property is required. String - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- current
Max Fault Tolerance This property is required. Integer - Maximum fault tolerance that is supported currently.
- desired
Cluster Fault Tolerance This property is required. String - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- desired
Max Fault Tolerance This property is required. Integer - Maximum fault tolerance desired.
- domain
Awareness Level This property is required. String - Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
- "RACK" Rack level awareness.
- "NODE" Node level awareness.
- "BLOCK" Block level awareness.
- "DISK" Disk level awareness.
- redundancy
Statuses This property is required. List<GetClusters V2Cluster Entity Config Fault Tolerance State Redundancy Status> - Redundancy Status of the cluster
- current
Cluster Fault Tolerance This property is required. string - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- current
Max Fault Tolerance This property is required. number - Maximum fault tolerance that is supported currently.
- desired
Cluster Fault Tolerance This property is required. string - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- desired
Max Fault Tolerance This property is required. number - Maximum fault tolerance desired.
- domain
Awareness Level This property is required. string - Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
- "RACK" Rack level awareness.
- "NODE" Node level awareness.
- "BLOCK" Block level awareness.
- "DISK" Disk level awareness.
- redundancy
Statuses This property is required. GetClusters V2Cluster Entity Config Fault Tolerance State Redundancy Status[] - Redundancy Status of the cluster
- current_
cluster_ fault_ tolerance This property is required. str - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- current_
max_ fault_ tolerance This property is required. int - Maximum fault tolerance that is supported currently.
- desired_
cluster_ fault_ tolerance This property is required. str - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- desired_
max_ fault_ tolerance This property is required. int - Maximum fault tolerance desired.
- domain_
awareness_ level This property is required. str - Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
- "RACK" Rack level awareness.
- "NODE" Node level awareness.
- "BLOCK" Block level awareness.
- "DISK" Disk level awareness.
- redundancy_
statuses This property is required. Sequence[GetClusters V2Cluster Entity Config Fault Tolerance State Redundancy Status] - Redundancy Status of the cluster
- current
Cluster Fault Tolerance This property is required. String - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- current
Max Fault Tolerance This property is required. Number - Maximum fault tolerance that is supported currently.
- desired
Cluster Fault Tolerance This property is required. String - Cluster Fault tolerance. Set desiredClusterFaultTolerance for cluster create and update. Valid values are:
- "CFT_1N_OR_1D": - System can handle fault of one node or one disk.
- "CFT_2N_OR_2D": - System can handle fault of two nodes or two disks.
- "CFT_1N_AND_1D": - System can handle fault of one node and one disk on the other node simultaneously.
- "CFT_0N_AND_0D": - System can not handle any fault with a node or a disk.
- desired
Max Fault Tolerance This property is required. Number - Maximum fault tolerance desired.
- domain
Awareness Level This property is required. String - Domain awareness level corresponds to unit of cluster group. This is part of payload for both cluster create & update operations. Valid values are:
- "RACK" Rack level awareness.
- "NODE" Node level awareness.
- "BLOCK" Block level awareness.
- "DISK" Disk level awareness.
- redundancy
Statuses This property is required. List<Property Map> - Redundancy Status of the cluster
GetClustersV2ClusterEntityConfigFaultToleranceStateRedundancyStatus
- Is
Cassandra Preparation Done This property is required. bool - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- Is
Zookeeper Preparation Done This property is required. bool - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
- Is
Cassandra Preparation Done This property is required. bool - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- Is
Zookeeper Preparation Done This property is required. bool - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
- is
Cassandra Preparation Done This property is required. Boolean - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- is
Zookeeper Preparation Done This property is required. Boolean - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
- is
Cassandra Preparation Done This property is required. boolean - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- is
Zookeeper Preparation Done This property is required. boolean - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
- is_
cassandra_ preparation_ done This property is required. bool - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- is_
zookeeper_ preparation_ done This property is required. bool - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
- is
Cassandra Preparation Done This property is required. Boolean - Boolean flag to indicate if Cassandra ensemble can meet the desired FT.
- is
Zookeeper Preparation Done This property is required. Boolean - Boolean flag to indicate if Zookeeper ensemble can meet the desired FT.
GetClustersV2ClusterEntityConfigPulseStatus
- Is
Enabled This property is required. bool - (Optional) Flag to indicate if pulse is enabled or not.
- Pii
Scrubbing Level This property is required. string - (Optional) PII scrubbing level. Valid values are:
- "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
- "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
- Is
Enabled This property is required. bool - (Optional) Flag to indicate if pulse is enabled or not.
- Pii
Scrubbing Level This property is required. string - (Optional) PII scrubbing level. Valid values are:
- "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
- "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
- is
Enabled This property is required. Boolean - (Optional) Flag to indicate if pulse is enabled or not.
- pii
Scrubbing Level This property is required. String - (Optional) PII scrubbing level. Valid values are:
- "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
- "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
- is
Enabled This property is required. boolean - (Optional) Flag to indicate if pulse is enabled or not.
- pii
Scrubbing Level This property is required. string - (Optional) PII scrubbing level. Valid values are:
- "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
- "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
- is_
enabled This property is required. bool - (Optional) Flag to indicate if pulse is enabled or not.
- pii_
scrubbing_ level This property is required. str - (Optional) PII scrubbing level. Valid values are:
- "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
- "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
- is
Enabled This property is required. Boolean - (Optional) Flag to indicate if pulse is enabled or not.
- pii
Scrubbing Level This property is required. String - (Optional) PII scrubbing level. Valid values are:
- "ALL" : Scrub All PII Information from Pulse including data like entity names and IP addresses.
- "DEFAULT": Default PII Scrubbing level. Data like entity names and IP addresses will not be scrubbed from Pulse.
GetClustersV2ClusterEntityLink
GetClustersV2ClusterEntityNetwork
- Backplanes
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Backplane> - Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
- External
Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network External Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- External
Data Services Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network 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 This property is required. string - Cluster external subnet address.
- Fqdn
This property is required. string - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- Http
Proxy Lists This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network 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 White Lists This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Http Proxy White List> - Internal
Subnet This property is required. string - Cluster internal subnet address.
- Key
Management Server Type This property is required. string - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- Management
Servers This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Management Server> - Management server information.
- Masquerading
Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Masquerading Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Masquerading
Port This property is required. string - The port to connect to the cluster when using masquerading IP.
- Name
Server Ip Lists This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network 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 White Lists This property is required. List<string> - Ntp
Server Ip Lists This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network 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 This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Smtp Server> - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- Backplanes
This property is required. []GetClusters V2Cluster Entity Network Backplane - Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
- External
Addresses This property is required. []GetClusters V2Cluster Entity Network External Address - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- External
Data Services Ips This property is required. []GetClusters V2Cluster Entity Network 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 This property is required. string - Cluster external subnet address.
- Fqdn
This property is required. string - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- Http
Proxy Lists This property is required. []GetClusters V2Cluster Entity Network 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 White Lists This property is required. []GetClusters V2Cluster Entity Network Http Proxy White List - Internal
Subnet This property is required. string - Cluster internal subnet address.
- Key
Management Server Type This property is required. string - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- Management
Servers This property is required. []GetClusters V2Cluster Entity Network Management Server - Management server information.
- Masquerading
Ips This property is required. []GetClusters V2Cluster Entity Network Masquerading Ip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Masquerading
Port This property is required. string - The port to connect to the cluster when using masquerading IP.
- Name
Server Ip Lists This property is required. []GetClusters V2Cluster Entity Network 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 White Lists This property is required. []string - Ntp
Server Ip Lists This property is required. []GetClusters V2Cluster Entity Network 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 This property is required. []GetClusters V2Cluster Entity Network Smtp Server - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- backplanes
This property is required. List<GetClusters V2Cluster Entity Network Backplane> - Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
- external
Addresses This property is required. List<GetClusters V2Cluster Entity Network External Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Data Services Ips This property is required. List<GetClusters V2Cluster Entity Network 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 This property is required. String - Cluster external subnet address.
- fqdn
This property is required. String - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- http
Proxy Lists This property is required. List<GetClusters V2Cluster Entity Network 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 White Lists This property is required. List<GetClusters V2Cluster Entity Network Http Proxy White List> - internal
Subnet This property is required. String - Cluster internal subnet address.
- key
Management Server Type This property is required. String - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- management
Servers This property is required. List<GetClusters V2Cluster Entity Network Management Server> - Management server information.
- masquerading
Ips This property is required. List<GetClusters V2Cluster Entity Network Masquerading Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- masquerading
Port This property is required. String - The port to connect to the cluster when using masquerading IP.
- name
Server Ip Lists This property is required. List<GetClusters V2Cluster Entity Network 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 White Lists This property is required. List<String> - ntp
Server Ip Lists This property is required. List<GetClusters V2Cluster Entity Network 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 This property is required. List<GetClusters V2Cluster Entity Network Smtp Server> - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- backplanes
This property is required. GetClusters V2Cluster Entity Network Backplane[] - Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
- external
Addresses This property is required. GetClusters V2Cluster Entity Network External Address[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Data Services Ips This property is required. GetClusters V2Cluster Entity Network 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 This property is required. string - Cluster external subnet address.
- fqdn
This property is required. string - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- http
Proxy Lists This property is required. GetClusters V2Cluster Entity Network 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 White Lists This property is required. GetClusters V2Cluster Entity Network Http Proxy White List[] - internal
Subnet This property is required. string - Cluster internal subnet address.
- key
Management Server Type This property is required. string - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- management
Servers This property is required. GetClusters V2Cluster Entity Network Management Server[] - Management server information.
- masquerading
Ips This property is required. GetClusters V2Cluster Entity Network Masquerading Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- masquerading
Port This property is required. string - The port to connect to the cluster when using masquerading IP.
- name
Server Ip Lists This property is required. GetClusters V2Cluster Entity Network 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 White Lists This property is required. string[] - ntp
Server Ip Lists This property is required. GetClusters V2Cluster Entity Network 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 This property is required. GetClusters V2Cluster Entity Network Smtp Server[] - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- backplanes
This property is required. Sequence[GetClusters V2Cluster Entity Network Backplane] - Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
- external_
addresses This property is required. Sequence[GetClusters V2Cluster Entity Network External Address] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external_
data_ services_ ips This property is required. Sequence[GetClusters V2Cluster Entity Network 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 This property is required. str - Cluster external subnet address.
- fqdn
This property is required. str - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- http_
proxy_ lists This property is required. Sequence[GetClusters V2Cluster Entity Network 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_ white_ lists This property is required. Sequence[GetClusters V2Cluster Entity Network Http Proxy White List] - internal_
subnet This property is required. str - Cluster internal subnet address.
- key_
management_ server_ type This property is required. str - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- management_
servers This property is required. Sequence[GetClusters V2Cluster Entity Network Management Server] - Management server information.
- masquerading_
ips This property is required. Sequence[GetClusters V2Cluster Entity Network Masquerading Ip] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- masquerading_
port This property is required. str - The port to connect to the cluster when using masquerading IP.
- name_
server_ ip_ lists This property is required. Sequence[GetClusters V2Cluster Entity Network 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_ white_ lists This property is required. Sequence[str] - ntp_
server_ ip_ lists This property is required. Sequence[GetClusters V2Cluster Entity Network 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 This property is required. Sequence[GetClusters V2Cluster Entity Network Smtp Server] - SMTP servers on a cluster. This is part of payload for cluster update operation only.
- backplanes
This property is required. List<Property Map> - Params associated to the backplane network segmentation. This is part of payload for cluster create operation only.
- external
Addresses This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Data Services Ips This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Subnet This property is required. String - Cluster external subnet address.
- fqdn
This property is required. String - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- http
Proxy Lists This property is required. List<Property Map> - List of HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- http
Proxy White Lists This property is required. List<Property Map> - internal
Subnet This property is required. String - Cluster internal subnet address.
- key
Management Server Type This property is required. String - Key management server type. Valid values are:
- "PRISM_CENTRAL" Prism Central management server.
- "EXTERNAL" External management server.
- "LOCAL" Local management server.
- management
Servers This property is required. List<Property Map> - Management server information.
- masquerading
Ips This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- masquerading
Port This property is required. String - The port to connect to the cluster when using masquerading IP.
- name
Server Ip Lists This property is required. List<Property Map> - List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently
- nfs
Subnet White Lists This property is required. List<String> - ntp
Server Ip Lists This property is required. List<Property Map> - List of NTP servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.
- smtp
Servers This property is required. List<Property Map> - SMTP servers on a cluster. This is part of payload for cluster update operation only.
GetClustersV2ClusterEntityNetworkBackplane
- Is
Segmentation Enabled This property is required. bool - Flag to indicate if the backplane segmentation needs to be enabled or not.
- Netmasks
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Backplane Netmask> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Subnets
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Backplane Subnet> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Vlan
Tag This property is required. int - VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
- Is
Segmentation Enabled This property is required. bool - Flag to indicate if the backplane segmentation needs to be enabled or not.
- Netmasks
This property is required. []GetClusters V2Cluster Entity Network Backplane Netmask - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Subnets
This property is required. []GetClusters V2Cluster Entity Network Backplane Subnet - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Vlan
Tag This property is required. int - VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
- is
Segmentation Enabled This property is required. Boolean - Flag to indicate if the backplane segmentation needs to be enabled or not.
- netmasks
This property is required. List<GetClusters V2Cluster Entity Network Backplane Netmask> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- subnets
This property is required. List<GetClusters V2Cluster Entity Network Backplane Subnet> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- vlan
Tag This property is required. Integer - VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
- is
Segmentation Enabled This property is required. boolean - Flag to indicate if the backplane segmentation needs to be enabled or not.
- netmasks
This property is required. GetClusters V2Cluster Entity Network Backplane Netmask[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- subnets
This property is required. GetClusters V2Cluster Entity Network Backplane Subnet[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- vlan
Tag This property is required. number - VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
- is_
segmentation_ enabled This property is required. bool - Flag to indicate if the backplane segmentation needs to be enabled or not.
- netmasks
This property is required. Sequence[GetClusters V2Cluster Entity Network Backplane Netmask] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- subnets
This property is required. Sequence[GetClusters V2Cluster Entity Network Backplane Subnet] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- vlan_
tag This property is required. int - VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
- is
Segmentation Enabled This property is required. Boolean - Flag to indicate if the backplane segmentation needs to be enabled or not.
- netmasks
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- subnets
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- vlan
Tag This property is required. Number - VLAN Id tagged to the backplane network on the cluster. This is part of cluster create payload.
GetClustersV2ClusterEntityNetworkBackplaneNetmask
- Prefix
Length This property is required. string - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - The fully qualified domain name of the host.
- Prefix
Length This property is required. string - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - The fully qualified domain name of the host.
- prefix
Length This property is required. String - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - The fully qualified domain name of the host.
- prefix
Length This property is required. string - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - The fully qualified domain name of the host.
- prefix_
length This property is required. str - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - The fully qualified domain name of the host.
- prefix
Length This property is required. String - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - The fully qualified domain name of the host.
GetClustersV2ClusterEntityNetworkBackplaneSubnet
- Prefix
Length This property is required. string - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - The fully qualified domain name of the host.
- Prefix
Length This property is required. string - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - The fully qualified domain name of the host.
- prefix
Length This property is required. String - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - The fully qualified domain name of the host.
- prefix
Length This property is required. string - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - The fully qualified domain name of the host.
- prefix_
length This property is required. str - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - The fully qualified domain name of the host.
- prefix
Length This property is required. String - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - The fully qualified domain name of the host.
GetClustersV2ClusterEntityNetworkExternalAddress
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network External Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
This property is required. []GetClusters V2Cluster Entity Network External Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. []GetClusters V2Cluster Entity Network External Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<GetClusters V2Cluster Entity Network External Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<GetClusters V2Cluster Entity Network External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. GetClusters V2Cluster Entity Network External Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. GetClusters V2Cluster Entity Network External Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. Sequence[GetClusters V2Cluster Entity Network External Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. Sequence[GetClusters V2Cluster Entity Network External Address Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv6 format.
GetClustersV2ClusterEntityNetworkExternalAddressIpv4
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkExternalAddressIpv6
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkExternalDataServicesIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network External Data Services Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network External Data Services Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
This property is required. []GetClusters V2Cluster Entity Network External Data Services Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. []GetClusters V2Cluster Entity Network External Data Services Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<GetClusters V2Cluster Entity Network External Data Services Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<GetClusters V2Cluster Entity Network External Data Services Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. GetClusters V2Cluster Entity Network External Data Services Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. GetClusters V2Cluster Entity Network External Data Services Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. Sequence[GetClusters V2Cluster Entity Network External Data Services Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. Sequence[GetClusters V2Cluster Entity Network External Data Services Ip Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv6 format.
GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv4
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkExternalDataServicesIpIpv6
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkHttpProxyList
- Ip
Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network 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
This property is required. string - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- Password
This property is required. string - SMTP server password.
- Port
This property is required. int - SMTP port.
- Proxy
Types This property is required. List<string> - Username
This property is required. string - SMTP server user name.
- Ip
Addresses This property is required. []GetClusters V2Cluster Entity Network 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
This property is required. string - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- Password
This property is required. string - SMTP server password.
- Port
This property is required. int - SMTP port.
- Proxy
Types This property is required. []string - Username
This property is required. string - SMTP server user name.
- ip
Addresses This property is required. List<GetClusters V2Cluster Entity Network 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
This property is required. String - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- password
This property is required. String - SMTP server password.
- port
This property is required. Integer - SMTP port.
- proxy
Types This property is required. List<String> - username
This property is required. String - SMTP server user name.
- ip
Addresses This property is required. GetClusters V2Cluster Entity Network 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
This property is required. string - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- password
This property is required. string - SMTP server password.
- port
This property is required. number - SMTP port.
- proxy
Types This property is required. string[] - username
This property is required. string - SMTP server user name.
- ip_
addresses This property is required. Sequence[GetClusters V2Cluster Entity Network 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
This property is required. str - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- password
This property is required. str - SMTP server password.
- port
This property is required. int - SMTP port.
- proxy_
types This property is required. Sequence[str] - username
This property is required. str - SMTP server user name.
- ip
Addresses This property is required. 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
This property is required. String - HTTP Proxy server name configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
- password
This property is required. String - SMTP server password.
- port
This property is required. Number - SMTP port.
- proxy
Types This property is required. List<String> - username
This property is required. String - SMTP server user name.
GetClustersV2ClusterEntityNetworkHttpProxyListIpAddress
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Http Proxy List Ip Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Http Proxy List Ip Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
This property is required. []GetClusters V2Cluster Entity Network Http Proxy List Ip Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. []GetClusters V2Cluster Entity Network Http Proxy List Ip Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<GetClusters V2Cluster Entity Network Http Proxy List Ip Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<GetClusters V2Cluster Entity Network Http Proxy List Ip Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. GetClusters V2Cluster Entity Network Http Proxy List Ip Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. GetClusters V2Cluster Entity Network Http Proxy List Ip Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. Sequence[GetClusters V2Cluster Entity Network Http Proxy List Ip Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. Sequence[GetClusters V2Cluster Entity Network Http Proxy List Ip Address Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv6 format.
GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv4
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - The fully qualified domain name of the host.
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - The fully qualified domain name of the host.
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - The fully qualified domain name of the host.
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - The fully qualified domain name of the host.
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - The fully qualified domain name of the host.
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - The fully qualified domain name of the host.
GetClustersV2ClusterEntityNetworkHttpProxyListIpAddressIpv6
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - The fully qualified domain name of the host.
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - The fully qualified domain name of the host.
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - The fully qualified domain name of the host.
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - The fully qualified domain name of the host.
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - The fully qualified domain name of the host.
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - The fully qualified domain name of the host.
GetClustersV2ClusterEntityNetworkHttpProxyWhiteList
- Target
This property is required. string - Target's identifier which is exempted from going through the configured HTTP Proxy.
- Target
Type This property is required. 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
This property is required. string - Target's identifier which is exempted from going through the configured HTTP Proxy.
- Target
Type This property is required. 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
This property is required. String - Target's identifier which is exempted from going through the configured HTTP Proxy.
- target
Type This property is required. 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
This property is required. string - Target's identifier which is exempted from going through the configured HTTP Proxy.
- target
Type This property is required. 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
This property is required. str - Target's identifier which is exempted from going through the configured HTTP Proxy.
- target_
type This property is required. 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
This property is required. String - Target's identifier which is exempted from going through the configured HTTP Proxy.
- target
Type This property is required. String - Type of the target which is exempted from going through the configured HTTP Proxy. Valid values are:
- "IPV6_ADDRESS" IPV6 address.
- "HOST_NAME" Name of the host.
- "DOMAIN_NAME_SUFFIX" Domain Name Suffix required for http proxy whitelist.
- "IPV4_NETWORK_MASK" Network Mask of the IpV4 family.
- "IPV4_ADDRESS" IPV4 address.
GetClustersV2ClusterEntityNetworkManagementServer
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network 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 Enabled This property is required. bool - Indicates whether it is DRS enabled or not.
- Is
In Use This property is required. bool - Indicates whether the host is managed by an entity or not.
- Is
Registered This property is required. bool - Indicates whether it is registered or not.
- Type
This property is required. bool - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- Ips
This property is required. []GetClusters V2Cluster Entity Network 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 Enabled This property is required. bool - Indicates whether it is DRS enabled or not.
- Is
In Use This property is required. bool - Indicates whether the host is managed by an entity or not.
- Is
Registered This property is required. bool - Indicates whether it is registered or not.
- Type
This property is required. bool - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- ips
This property is required. List<GetClusters V2Cluster Entity Network 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 Enabled This property is required. Boolean - Indicates whether it is DRS enabled or not.
- is
In Use This property is required. Boolean - Indicates whether the host is managed by an entity or not.
- is
Registered This property is required. Boolean - Indicates whether it is registered or not.
- type
This property is required. Boolean - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- ips
This property is required. GetClusters V2Cluster Entity Network 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 Enabled This property is required. boolean - Indicates whether it is DRS enabled or not.
- is
In Use This property is required. boolean - Indicates whether the host is managed by an entity or not.
- is
Registered This property is required. boolean - Indicates whether it is registered or not.
- type
This property is required. boolean - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- ips
This property is required. Sequence[GetClusters V2Cluster Entity Network 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_ enabled This property is required. bool - Indicates whether it is DRS enabled or not.
- is_
in_ use This property is required. bool - Indicates whether the host is managed by an entity or not.
- is_
registered This property is required. bool - Indicates whether it is registered or not.
- type
This property is required. bool - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- ips
This property is required. 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 Enabled This property is required. Boolean - Indicates whether it is DRS enabled or not.
- is
In Use This property is required. Boolean - Indicates whether the host is managed by an entity or not.
- is
Registered This property is required. Boolean - Indicates whether it is registered or not.
- type
This property is required. Boolean - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
GetClustersV2ClusterEntityNetworkManagementServerIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Management Server Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Management Server Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
This property is required. []GetClusters V2Cluster Entity Network Management Server Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. []GetClusters V2Cluster Entity Network Management Server Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<GetClusters V2Cluster Entity Network Management Server Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<GetClusters V2Cluster Entity Network Management Server Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. GetClusters V2Cluster Entity Network Management Server Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. GetClusters V2Cluster Entity Network Management Server Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. Sequence[GetClusters V2Cluster Entity Network Management Server Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. Sequence[GetClusters V2Cluster Entity Network Management Server Ip Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv6 format.
GetClustersV2ClusterEntityNetworkManagementServerIpIpv4
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkManagementServerIpIpv6
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkMasqueradingIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Masquerading Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Masquerading Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
This property is required. []GetClusters V2Cluster Entity Network Masquerading Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. []GetClusters V2Cluster Entity Network Masquerading Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<GetClusters V2Cluster Entity Network Masquerading Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<GetClusters V2Cluster Entity Network Masquerading Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. GetClusters V2Cluster Entity Network Masquerading Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. GetClusters V2Cluster Entity Network Masquerading Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. Sequence[GetClusters V2Cluster Entity Network Masquerading Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. Sequence[GetClusters V2Cluster Entity Network Masquerading Ip Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv6 format.
GetClustersV2ClusterEntityNetworkMasqueradingIpIpv4
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkMasqueradingIpIpv6
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkNameServerIpList
- Fqdns
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Name Server Ip List Fqdn> - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Name Server Ip List Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Name Server Ip List Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
This property is required. []GetClusters V2Cluster Entity Network Name Server Ip List Fqdn - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- Ipv4s
This property is required. []GetClusters V2Cluster Entity Network Name Server Ip List Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. []GetClusters V2Cluster Entity Network Name Server Ip List Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. List<GetClusters V2Cluster Entity Network Name Server Ip List Fqdn> - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. List<GetClusters V2Cluster Entity Network Name Server Ip List Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<GetClusters V2Cluster Entity Network Name Server Ip List Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. GetClusters V2Cluster Entity Network Name Server Ip List Fqdn[] - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. GetClusters V2Cluster Entity Network Name Server Ip List Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. GetClusters V2Cluster Entity Network Name Server Ip List Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. Sequence[GetClusters V2Cluster Entity Network Name Server Ip List Fqdn] - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. Sequence[GetClusters V2Cluster Entity Network Name Server Ip List Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. Sequence[GetClusters V2Cluster Entity Network Name Server Ip List Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. List<Property Map> - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv6 format.
GetClustersV2ClusterEntityNetworkNameServerIpListFqdn
- Value
This property is required. string - The fully qualified domain name of the host.
- Value
This property is required. string - The fully qualified domain name of the host.
- value
This property is required. String - The fully qualified domain name of the host.
- value
This property is required. string - The fully qualified domain name of the host.
- value
This property is required. str - The fully qualified domain name of the host.
- value
This property is required. String - The fully qualified domain name of the host.
GetClustersV2ClusterEntityNetworkNameServerIpListIpv4
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkNameServerIpListIpv6
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkNtpServerIpList
- Fqdns
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Ntp Server Ip List Fqdn> - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Ntp Server Ip List Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Ntp Server Ip List Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
This property is required. []GetClusters V2Cluster Entity Network Ntp Server Ip List Fqdn - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- Ipv4s
This property is required. []GetClusters V2Cluster Entity Network Ntp Server Ip List Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. []GetClusters V2Cluster Entity Network Ntp Server Ip List Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. List<GetClusters V2Cluster Entity Network Ntp Server Ip List Fqdn> - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. List<GetClusters V2Cluster Entity Network Ntp Server Ip List Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<GetClusters V2Cluster Entity Network Ntp Server Ip List Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. GetClusters V2Cluster Entity Network Ntp Server Ip List Fqdn[] - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. GetClusters V2Cluster Entity Network Ntp Server Ip List Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. GetClusters V2Cluster Entity Network Ntp Server Ip List Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. Sequence[GetClusters V2Cluster Entity Network Ntp Server Ip List Fqdn] - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. Sequence[GetClusters V2Cluster Entity Network Ntp Server Ip List Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. Sequence[GetClusters V2Cluster Entity Network Ntp Server Ip List Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. List<Property Map> - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv6 format.
GetClustersV2ClusterEntityNetworkNtpServerIpListFqdn
- Value
This property is required. string - The fully qualified domain name of the host.
- Value
This property is required. string - The fully qualified domain name of the host.
- value
This property is required. String - The fully qualified domain name of the host.
- value
This property is required. string - The fully qualified domain name of the host.
- value
This property is required. str - The fully qualified domain name of the host.
- value
This property is required. String - The fully qualified domain name of the host.
GetClustersV2ClusterEntityNetworkNtpServerIpListIpv4
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkNtpServerIpListIpv6
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkSmtpServer
- Email
Address This property is required. string - SMTP email address.
- Servers
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Smtp Server Server> - SMTP network details.
- Type
This property is required. string - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- Email
Address This property is required. string - SMTP email address.
- Servers
This property is required. []GetClusters V2Cluster Entity Network Smtp Server Server - SMTP network details.
- Type
This property is required. string - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- email
Address This property is required. String - SMTP email address.
- servers
This property is required. List<GetClusters V2Cluster Entity Network Smtp Server Server> - SMTP network details.
- type
This property is required. String - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- email
Address This property is required. string - SMTP email address.
- servers
This property is required. GetClusters V2Cluster Entity Network Smtp Server Server[] - SMTP network details.
- type
This property is required. string - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- email_
address This property is required. str - SMTP email address.
- servers
This property is required. Sequence[GetClusters V2Cluster Entity Network Smtp Server Server] - SMTP network details.
- type
This property is required. str - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
- email
Address This property is required. String - SMTP email address.
- servers
This property is required. List<Property Map> - SMTP network details.
- type
This property is required. String - Type of management server. Valid values are:
- "VCENTER" Vcenter management server.
GetClustersV2ClusterEntityNetworkSmtpServerServer
- Ip
Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network 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
This property is required. string - SMTP server password.
- Port
This property is required. int - SMTP port.
- Username
This property is required. string - SMTP server user name.
- Ip
Addresses This property is required. []GetClusters V2Cluster Entity Network 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
This property is required. string - SMTP server password.
- Port
This property is required. int - SMTP port.
- Username
This property is required. string - SMTP server user name.
- ip
Addresses This property is required. List<GetClusters V2Cluster Entity Network 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
This property is required. String - SMTP server password.
- port
This property is required. Integer - SMTP port.
- username
This property is required. String - SMTP server user name.
- ip
Addresses This property is required. GetClusters V2Cluster Entity Network 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
This property is required. string - SMTP server password.
- port
This property is required. number - SMTP port.
- username
This property is required. string - SMTP server user name.
- ip_
addresses This property is required. Sequence[GetClusters V2Cluster Entity Network 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
This property is required. str - SMTP server password.
- port
This property is required. int - SMTP port.
- username
This property is required. str - SMTP server user name.
- ip
Addresses This property is required. 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
This property is required. String - SMTP server password.
- port
This property is required. Number - SMTP port.
- username
This property is required. String - SMTP server user name.
GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddress
- Fqdns
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Smtp Server Server Ip Address Fqdn> - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Smtp Server Server Ip Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Network Smtp Server Server Ip Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
This property is required. []GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Fqdn - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- Ipv4s
This property is required. []GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. []GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. List<GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Fqdn> - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. List<GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Fqdn[] - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. Sequence[GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Fqdn] - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. Sequence[GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. Sequence[GetClusters V2Cluster Entity Network Smtp Server Server Ip Address Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
This property is required. List<Property Map> - Cluster fully qualified domain name. This is part of payload for cluster update operation only.
- ipv4s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv6 format.
GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressFqdn
- Value
This property is required. string - The fully qualified domain name of the host.
- Value
This property is required. string - The fully qualified domain name of the host.
- value
This property is required. String - The fully qualified domain name of the host.
- value
This property is required. string - The fully qualified domain name of the host.
- value
This property is required. str - The fully qualified domain name of the host.
- value
This property is required. String - The fully qualified domain name of the host.
GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv4
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNetworkSmtpServerServerIpAddressIpv6
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNode
- Node
Lists This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Node Node List> - List of nodes in a cluster.
- Number
Of Nodes This property is required. int - Number of nodes in a cluster.
- Node
Lists This property is required. []GetClusters V2Cluster Entity Node Node List - List of nodes in a cluster.
- Number
Of Nodes This property is required. int - Number of nodes in a cluster.
- node
Lists This property is required. List<GetClusters V2Cluster Entity Node Node List> - List of nodes in a cluster.
- number
Of Nodes This property is required. Integer - Number of nodes in a cluster.
- node
Lists This property is required. GetClusters V2Cluster Entity Node Node List[] - List of nodes in a cluster.
- number
Of Nodes This property is required. number - Number of nodes in a cluster.
- node_
lists This property is required. Sequence[GetClusters V2Cluster Entity Node Node List] - List of nodes in a cluster.
- number_
of_ nodes This property is required. int - Number of nodes in a cluster.
- node
Lists This property is required. List<Property Map> - List of nodes in a cluster.
- number
Of Nodes This property is required. Number - Number of nodes in a cluster.
GetClustersV2ClusterEntityNodeNodeList
- Controller
Vm Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Node 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 This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Node 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 This property is required. string - UUID of the host.
- Controller
Vm Ips This property is required. []GetClusters V2Cluster Entity Node 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 This property is required. []GetClusters V2Cluster Entity Node 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 This property is required. string - UUID of the host.
- controller
Vm Ips This property is required. List<GetClusters V2Cluster Entity Node 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 This property is required. List<GetClusters V2Cluster Entity Node 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 This property is required. String - UUID of the host.
- controller
Vm Ips This property is required. GetClusters V2Cluster Entity Node 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 This property is required. GetClusters V2Cluster Entity Node 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 This property is required. string - UUID of the host.
- controller_
vm_ ips This property is required. Sequence[GetClusters V2Cluster Entity Node 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 This property is required. Sequence[GetClusters V2Cluster Entity Node 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 This property is required. str - UUID of the host.
- controller
Vm Ips This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- host
Ips This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- node
Uuid This property is required. String - UUID of the host.
GetClustersV2ClusterEntityNodeNodeListControllerVmIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Node Node List Controller Vm Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Node Node List Controller Vm Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
This property is required. []GetClusters V2Cluster Entity Node Node List Controller Vm Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. []GetClusters V2Cluster Entity Node Node List Controller Vm Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<GetClusters V2Cluster Entity Node Node List Controller Vm Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<GetClusters V2Cluster Entity Node Node List Controller Vm Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. GetClusters V2Cluster Entity Node Node List Controller Vm Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. GetClusters V2Cluster Entity Node Node List Controller Vm Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. Sequence[GetClusters V2Cluster Entity Node Node List Controller Vm Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. Sequence[GetClusters V2Cluster Entity Node Node List Controller Vm Ip Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv6 format.
GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv4
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNodeNodeListControllerVmIpIpv6
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNodeNodeListHostIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Node Node List Host Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Clusters V2Cluster Entity Node Node List Host Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
This property is required. []GetClusters V2Cluster Entity Node Node List Host Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
This property is required. []GetClusters V2Cluster Entity Node Node List Host Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<GetClusters V2Cluster Entity Node Node List Host Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<GetClusters V2Cluster Entity Node Node List Host Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. GetClusters V2Cluster Entity Node Node List Host Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. GetClusters V2Cluster Entity Node Node List Host Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. Sequence[GetClusters V2Cluster Entity Node Node List Host Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. Sequence[GetClusters V2Cluster Entity Node Node List Host Ip Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv6 format.
GetClustersV2ClusterEntityNodeNodeListHostIpIpv4
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
GetClustersV2ClusterEntityNodeNodeListHostIpIpv6
- Value
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.