Nutanix v0.8.0 published on Sunday, May 11, 2025 by Piers Karsenbarg
nutanix.getPcV2
Explore with Pulumi AI
Fetches the attributes associated with the domain manager (Prism Central) resource based on the provided external identifier. It includes attributes like config, network, node and other information such as size, environment and resource specifications.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const example_2 = nutanix.getPcV2({
extId: "75dde184-3a0e-4f59-a185-03ca1efead17",
});
import pulumi
import pulumi_nutanix as nutanix
example_2 = nutanix.get_pc_v2(ext_id="75dde184-3a0e-4f59-a185-03ca1efead17")
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.GetPcV2(ctx, &nutanix.GetPcV2Args{
ExtId: "75dde184-3a0e-4f59-a185-03ca1efead17",
}, 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 example_2 = Nutanix.GetPcV2.Invoke(new()
{
ExtId = "75dde184-3a0e-4f59-a185-03ca1efead17",
});
});
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.GetPcV2Args;
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 example-2 = NutanixFunctions.getPcV2(GetPcV2Args.builder()
.extId("75dde184-3a0e-4f59-a185-03ca1efead17")
.build());
}
}
variables:
example-2:
fn::invoke:
function: nutanix:getPcV2
arguments:
extId: 75dde184-3a0e-4f59-a185-03ca1efead17
Using getPcV2
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 getPcV2(args: GetPcV2Args, opts?: InvokeOptions): Promise<GetPcV2Result>
function getPcV2Output(args: GetPcV2OutputArgs, opts?: InvokeOptions): Output<GetPcV2Result>
def get_pc_v2(ext_id: Optional[str] = None,
should_enable_high_availability: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetPcV2Result
def get_pc_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
should_enable_high_availability: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPcV2Result]
func GetPcV2(ctx *Context, args *GetPcV2Args, opts ...InvokeOption) (*GetPcV2Result, error)
func GetPcV2Output(ctx *Context, args *GetPcV2OutputArgs, opts ...InvokeOption) GetPcV2ResultOutput
> Note: This function is named GetPcV2
in the Go SDK.
public static class GetPcV2
{
public static Task<GetPcV2Result> InvokeAsync(GetPcV2Args args, InvokeOptions? opts = null)
public static Output<GetPcV2Result> Invoke(GetPcV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPcV2Result> getPcV2(GetPcV2Args args, InvokeOptions options)
public static Output<GetPcV2Result> getPcV2(GetPcV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getPcV2:getPcV2
arguments:
# arguments dictionary
The following arguments are supported:
- Ext
Id string - -(Required) The external identifier of the domain manager (Prism Central) entity.
- Should
Enable boolHigh Availability - This configuration enables Prism Central to be deployed in scale-out mode.
- Ext
Id string - -(Required) The external identifier of the domain manager (Prism Central) entity.
- Should
Enable boolHigh Availability - This configuration enables Prism Central to be deployed in scale-out mode.
- ext
Id String - -(Required) The external identifier of the domain manager (Prism Central) entity.
- should
Enable BooleanHigh Availability - This configuration enables Prism Central to be deployed in scale-out mode.
- ext
Id string - -(Required) The external identifier of the domain manager (Prism Central) entity.
- should
Enable booleanHigh Availability - This configuration enables Prism Central to be deployed in scale-out mode.
- ext_
id str - -(Required) The external identifier of the domain manager (Prism Central) entity.
- should_
enable_ boolhigh_ availability - This configuration enables Prism Central to be deployed in scale-out mode.
- ext
Id String - -(Required) The external identifier of the domain manager (Prism Central) entity.
- should
Enable BooleanHigh Availability - This configuration enables Prism Central to be deployed in scale-out mode.
getPcV2 Result
The following output properties are available:
- Configs
List<Piers
Karsenbarg. Nutanix. Outputs. Get Pc V2Config> - Domain manager (Prism Central) cluster configuration details.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Hosting
Cluster stringExt Id - The external identifier of the cluster hosting the domain manager (Prism Central) instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Registered boolWith Hosting Cluster - Boolean value indicating if the domain manager (Prism Central) is registered with the hosting cluster, that is, Prism Element.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Pc V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Networks
List<Piers
Karsenbarg. Nutanix. Outputs. Get Pc V2Network> - Domain manager (Prism Central) network configuration details.
- Node
Ext List<string>Ids - Domain manager (Prism Central) nodes external identifier.
- Tenant
Id string - A 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).
- Should
Enable boolHigh Availability - This configuration enables Prism Central to be deployed in scale-out mode.
- Configs
[]Get
Pc V2Config - Domain manager (Prism Central) cluster configuration details.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Hosting
Cluster stringExt Id - The external identifier of the cluster hosting the domain manager (Prism Central) instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Registered boolWith Hosting Cluster - Boolean value indicating if the domain manager (Prism Central) is registered with the hosting cluster, that is, Prism Element.
- Links
[]Get
Pc V2Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Networks
[]Get
Pc V2Network - Domain manager (Prism Central) network configuration details.
- Node
Ext []stringIds - Domain manager (Prism Central) nodes external identifier.
- Tenant
Id string - A 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).
- Should
Enable boolHigh Availability - This configuration enables Prism Central to be deployed in scale-out mode.
- configs
List<Get
Pc V2Config> - Domain manager (Prism Central) cluster configuration details.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- hosting
Cluster StringExt Id - The external identifier of the cluster hosting the domain manager (Prism Central) instance.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Registered BooleanWith Hosting Cluster - Boolean value indicating if the domain manager (Prism Central) is registered with the hosting cluster, that is, Prism Element.
- links
List<Get
Pc V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- networks
List<Get
Pc V2Network> - Domain manager (Prism Central) network configuration details.
- node
Ext List<String>Ids - Domain manager (Prism Central) nodes external identifier.
- tenant
Id String - A 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).
- should
Enable BooleanHigh Availability - This configuration enables Prism Central to be deployed in scale-out mode.
- configs
Get
Pc V2Config[] - Domain manager (Prism Central) cluster configuration details.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- hosting
Cluster stringExt Id - The external identifier of the cluster hosting the domain manager (Prism Central) instance.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Registered booleanWith Hosting Cluster - Boolean value indicating if the domain manager (Prism Central) is registered with the hosting cluster, that is, Prism Element.
- links
Get
Pc V2Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- networks
Get
Pc V2Network[] - Domain manager (Prism Central) network configuration details.
- node
Ext string[]Ids - Domain manager (Prism Central) nodes external identifier.
- tenant
Id string - A 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).
- should
Enable booleanHigh Availability - This configuration enables Prism Central to be deployed in scale-out mode.
- configs
Sequence[Get
Pc V2Config] - Domain manager (Prism Central) cluster configuration details.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- hosting_
cluster_ strext_ id - The external identifier of the cluster hosting the domain manager (Prism Central) instance.
- id str
- The provider-assigned unique ID for this managed resource.
- is_
registered_ boolwith_ hosting_ cluster - Boolean value indicating if the domain manager (Prism Central) is registered with the hosting cluster, that is, Prism Element.
- links
Sequence[Get
Pc V2Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- networks
Sequence[Get
Pc V2Network] - Domain manager (Prism Central) network configuration details.
- node_
ext_ Sequence[str]ids - Domain manager (Prism Central) nodes external identifier.
- tenant_
id str - A 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).
- should_
enable_ boolhigh_ availability - This configuration enables Prism Central to be deployed in scale-out mode.
- configs List<Property Map>
- Domain manager (Prism Central) cluster configuration details.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- hosting
Cluster StringExt Id - The external identifier of the cluster hosting the domain manager (Prism Central) instance.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Registered BooleanWith Hosting Cluster - Boolean value indicating if the domain manager (Prism Central) is registered with the hosting cluster, that is, Prism Element.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- networks List<Property Map>
- Domain manager (Prism Central) network configuration details.
- node
Ext List<String>Ids - Domain manager (Prism Central) nodes external identifier.
- tenant
Id String - A 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).
- should
Enable BooleanHigh Availability - This configuration enables Prism Central to be deployed in scale-out mode.
Supporting Types
GetPcV2Config
- Bootstrap
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Pc V2Config Bootstrap Config> - Bootstrap configuration details for the domain manager (Prism Central).
- Build
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Pc V2Config Build Info> - -Currently representing the build information to be used for the cluster creation.
- Name string
- Name of the domain manager (Prism Central).
- Resource
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Pc V2Config Resource Config> - This configuration is used to provide the resource-related details like container external identifiers, number of VCPUs, memory size, data disk size of the domain manager (Prism Central). In the case of a multi-node setup, the sum of resources like number of VCPUs, memory size and data disk size are provided.
- Should
Enable boolLockdown Mode - A boolean value indicating whether to enable lockdown mode for a cluster.
- Size string
- Domain manager (Prism Central) size is an enumeration of starter, small, large, or extra large starter values. possible values are:
SMALL
: Domain manager (Prism Central) of size small.LARGE
: Domain manager (Prism Central) of size large.EXTRALARGE
: Domain manager (Prism Central) of size extra large.STARTER
: Domain manager (Prism Central) of size starter.
- Bootstrap
Configs []GetPc V2Config Bootstrap Config - Bootstrap configuration details for the domain manager (Prism Central).
- Build
Infos []GetPc V2Config Build Info - -Currently representing the build information to be used for the cluster creation.
- Name string
- Name of the domain manager (Prism Central).
- Resource
Configs []GetPc V2Config Resource Config - This configuration is used to provide the resource-related details like container external identifiers, number of VCPUs, memory size, data disk size of the domain manager (Prism Central). In the case of a multi-node setup, the sum of resources like number of VCPUs, memory size and data disk size are provided.
- Should
Enable boolLockdown Mode - A boolean value indicating whether to enable lockdown mode for a cluster.
- Size string
- Domain manager (Prism Central) size is an enumeration of starter, small, large, or extra large starter values. possible values are:
SMALL
: Domain manager (Prism Central) of size small.LARGE
: Domain manager (Prism Central) of size large.EXTRALARGE
: Domain manager (Prism Central) of size extra large.STARTER
: Domain manager (Prism Central) of size starter.
- bootstrap
Configs List<GetPc V2Config Bootstrap Config> - Bootstrap configuration details for the domain manager (Prism Central).
- build
Infos List<GetPc V2Config Build Info> - -Currently representing the build information to be used for the cluster creation.
- name String
- Name of the domain manager (Prism Central).
- resource
Configs List<GetPc V2Config Resource Config> - This configuration is used to provide the resource-related details like container external identifiers, number of VCPUs, memory size, data disk size of the domain manager (Prism Central). In the case of a multi-node setup, the sum of resources like number of VCPUs, memory size and data disk size are provided.
- should
Enable BooleanLockdown Mode - A boolean value indicating whether to enable lockdown mode for a cluster.
- size String
- Domain manager (Prism Central) size is an enumeration of starter, small, large, or extra large starter values. possible values are:
SMALL
: Domain manager (Prism Central) of size small.LARGE
: Domain manager (Prism Central) of size large.EXTRALARGE
: Domain manager (Prism Central) of size extra large.STARTER
: Domain manager (Prism Central) of size starter.
- bootstrap
Configs GetPc V2Config Bootstrap Config[] - Bootstrap configuration details for the domain manager (Prism Central).
- build
Infos GetPc V2Config Build Info[] - -Currently representing the build information to be used for the cluster creation.
- name string
- Name of the domain manager (Prism Central).
- resource
Configs GetPc V2Config Resource Config[] - This configuration is used to provide the resource-related details like container external identifiers, number of VCPUs, memory size, data disk size of the domain manager (Prism Central). In the case of a multi-node setup, the sum of resources like number of VCPUs, memory size and data disk size are provided.
- should
Enable booleanLockdown Mode - A boolean value indicating whether to enable lockdown mode for a cluster.
- size string
- Domain manager (Prism Central) size is an enumeration of starter, small, large, or extra large starter values. possible values are:
SMALL
: Domain manager (Prism Central) of size small.LARGE
: Domain manager (Prism Central) of size large.EXTRALARGE
: Domain manager (Prism Central) of size extra large.STARTER
: Domain manager (Prism Central) of size starter.
- bootstrap_
configs Sequence[GetPc V2Config Bootstrap Config] - Bootstrap configuration details for the domain manager (Prism Central).
- build_
infos Sequence[GetPc V2Config Build Info] - -Currently representing the build information to be used for the cluster creation.
- name str
- Name of the domain manager (Prism Central).
- resource_
configs Sequence[GetPc V2Config Resource Config] - This configuration is used to provide the resource-related details like container external identifiers, number of VCPUs, memory size, data disk size of the domain manager (Prism Central). In the case of a multi-node setup, the sum of resources like number of VCPUs, memory size and data disk size are provided.
- should_
enable_ boollockdown_ mode - A boolean value indicating whether to enable lockdown mode for a cluster.
- size str
- Domain manager (Prism Central) size is an enumeration of starter, small, large, or extra large starter values. possible values are:
SMALL
: Domain manager (Prism Central) of size small.LARGE
: Domain manager (Prism Central) of size large.EXTRALARGE
: Domain manager (Prism Central) of size extra large.STARTER
: Domain manager (Prism Central) of size starter.
- bootstrap
Configs List<Property Map> - Bootstrap configuration details for the domain manager (Prism Central).
- build
Infos List<Property Map> - -Currently representing the build information to be used for the cluster creation.
- name String
- Name of the domain manager (Prism Central).
- resource
Configs List<Property Map> - This configuration is used to provide the resource-related details like container external identifiers, number of VCPUs, memory size, data disk size of the domain manager (Prism Central). In the case of a multi-node setup, the sum of resources like number of VCPUs, memory size and data disk size are provided.
- should
Enable BooleanLockdown Mode - A boolean value indicating whether to enable lockdown mode for a cluster.
- size String
- Domain manager (Prism Central) size is an enumeration of starter, small, large, or extra large starter values. possible values are:
SMALL
: Domain manager (Prism Central) of size small.LARGE
: Domain manager (Prism Central) of size large.EXTRALARGE
: Domain manager (Prism Central) of size extra large.STARTER
: Domain manager (Prism Central) of size starter.
GetPcV2ConfigBootstrapConfig
- Environment
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Pc V2Config Bootstrap Config Environment Info> - Environment information for the domain manager (Prism Central) cluster.
- Environment
Infos []GetPc V2Config Bootstrap Config Environment Info - Environment information for the domain manager (Prism Central) cluster.
- environment
Infos List<GetPc V2Config Bootstrap Config Environment Info> - Environment information for the domain manager (Prism Central) cluster.
- environment
Infos GetPc V2Config Bootstrap Config Environment Info[] - Environment information for the domain manager (Prism Central) cluster.
- environment_
infos Sequence[GetPc V2Config Bootstrap Config Environment Info] - Environment information for the domain manager (Prism Central) cluster.
- environment
Infos List<Property Map> - Environment information for the domain manager (Prism Central) cluster.
GetPcV2ConfigBootstrapConfigEnvironmentInfo
- Provider
Type string - Enums denoting the provider type of the PC, that is, AHV or ESXi. Following are the supported provider types:
VSPHERE
: Vsphere cloud provider.AZURE
: Azure cloud provider.NTNX
: Nutanix cloud provider.GCP
: GCP cloud provider.AWS
: AWS cloud provider.
- Provisioning
Type string - Enums denoting the instance type of the cloud PC. It indicates whether the PC is created on bare-metal or on a cloud-provisioned VM. Hence, it supports two possible values:
NTNX
: Nutanix instance.NATIVE
: Native instance.
- Type string
- Enums denoting the environment type of the PC, that is, on-prem PC or cloud PC. Following are the supported entity types:
ONPREM
: On-prem environment.NTNX_CLOUD
: Nutanix cloud environment.
- Provider
Type string - Enums denoting the provider type of the PC, that is, AHV or ESXi. Following are the supported provider types:
VSPHERE
: Vsphere cloud provider.AZURE
: Azure cloud provider.NTNX
: Nutanix cloud provider.GCP
: GCP cloud provider.AWS
: AWS cloud provider.
- Provisioning
Type string - Enums denoting the instance type of the cloud PC. It indicates whether the PC is created on bare-metal or on a cloud-provisioned VM. Hence, it supports two possible values:
NTNX
: Nutanix instance.NATIVE
: Native instance.
- Type string
- Enums denoting the environment type of the PC, that is, on-prem PC or cloud PC. Following are the supported entity types:
ONPREM
: On-prem environment.NTNX_CLOUD
: Nutanix cloud environment.
- provider
Type String - Enums denoting the provider type of the PC, that is, AHV or ESXi. Following are the supported provider types:
VSPHERE
: Vsphere cloud provider.AZURE
: Azure cloud provider.NTNX
: Nutanix cloud provider.GCP
: GCP cloud provider.AWS
: AWS cloud provider.
- provisioning
Type String - Enums denoting the instance type of the cloud PC. It indicates whether the PC is created on bare-metal or on a cloud-provisioned VM. Hence, it supports two possible values:
NTNX
: Nutanix instance.NATIVE
: Native instance.
- type String
- Enums denoting the environment type of the PC, that is, on-prem PC or cloud PC. Following are the supported entity types:
ONPREM
: On-prem environment.NTNX_CLOUD
: Nutanix cloud environment.
- provider
Type string - Enums denoting the provider type of the PC, that is, AHV or ESXi. Following are the supported provider types:
VSPHERE
: Vsphere cloud provider.AZURE
: Azure cloud provider.NTNX
: Nutanix cloud provider.GCP
: GCP cloud provider.AWS
: AWS cloud provider.
- provisioning
Type string - Enums denoting the instance type of the cloud PC. It indicates whether the PC is created on bare-metal or on a cloud-provisioned VM. Hence, it supports two possible values:
NTNX
: Nutanix instance.NATIVE
: Native instance.
- type string
- Enums denoting the environment type of the PC, that is, on-prem PC or cloud PC. Following are the supported entity types:
ONPREM
: On-prem environment.NTNX_CLOUD
: Nutanix cloud environment.
- provider_
type str - Enums denoting the provider type of the PC, that is, AHV or ESXi. Following are the supported provider types:
VSPHERE
: Vsphere cloud provider.AZURE
: Azure cloud provider.NTNX
: Nutanix cloud provider.GCP
: GCP cloud provider.AWS
: AWS cloud provider.
- provisioning_
type str - Enums denoting the instance type of the cloud PC. It indicates whether the PC is created on bare-metal or on a cloud-provisioned VM. Hence, it supports two possible values:
NTNX
: Nutanix instance.NATIVE
: Native instance.
- type str
- Enums denoting the environment type of the PC, that is, on-prem PC or cloud PC. Following are the supported entity types:
ONPREM
: On-prem environment.NTNX_CLOUD
: Nutanix cloud environment.
- provider
Type String - Enums denoting the provider type of the PC, that is, AHV or ESXi. Following are the supported provider types:
VSPHERE
: Vsphere cloud provider.AZURE
: Azure cloud provider.NTNX
: Nutanix cloud provider.GCP
: GCP cloud provider.AWS
: AWS cloud provider.
- provisioning
Type String - Enums denoting the instance type of the cloud PC. It indicates whether the PC is created on bare-metal or on a cloud-provisioned VM. Hence, it supports two possible values:
NTNX
: Nutanix instance.NATIVE
: Native instance.
- type String
- Enums denoting the environment type of the PC, that is, on-prem PC or cloud PC. Following are the supported entity types:
ONPREM
: On-prem environment.NTNX_CLOUD
: Nutanix cloud environment.
GetPcV2ConfigBuildInfo
- Version string
- Software version.
- Version string
- Software version.
- version String
- Software version.
- version string
- Software version.
- version str
- Software version.
- version String
- Software version.
GetPcV2ConfigResourceConfig
- Container
Ext List<string>Ids - The external identifier of the container that will be used to create the domain manager (Prism Central) cluster.
- Data
Disk intSize Bytes - This property is used for readOnly purposes to display Prism Central data disk size allocation at a cluster level.
- Memory
Size intBytes - This property is used for readOnly purposes to display Prism Central RAM allocation at the cluster level.
- Num
Vcpus int - This property is used for readOnly purposes to display Prism Central number of VCPUs allocation.
- Container
Ext []stringIds - The external identifier of the container that will be used to create the domain manager (Prism Central) cluster.
- Data
Disk intSize Bytes - This property is used for readOnly purposes to display Prism Central data disk size allocation at a cluster level.
- Memory
Size intBytes - This property is used for readOnly purposes to display Prism Central RAM allocation at the cluster level.
- Num
Vcpus int - This property is used for readOnly purposes to display Prism Central number of VCPUs allocation.
- container
Ext List<String>Ids - The external identifier of the container that will be used to create the domain manager (Prism Central) cluster.
- data
Disk IntegerSize Bytes - This property is used for readOnly purposes to display Prism Central data disk size allocation at a cluster level.
- memory
Size IntegerBytes - This property is used for readOnly purposes to display Prism Central RAM allocation at the cluster level.
- num
Vcpus Integer - This property is used for readOnly purposes to display Prism Central number of VCPUs allocation.
- container
Ext string[]Ids - The external identifier of the container that will be used to create the domain manager (Prism Central) cluster.
- data
Disk numberSize Bytes - This property is used for readOnly purposes to display Prism Central data disk size allocation at a cluster level.
- memory
Size numberBytes - This property is used for readOnly purposes to display Prism Central RAM allocation at the cluster level.
- num
Vcpus number - This property is used for readOnly purposes to display Prism Central number of VCPUs allocation.
- container_
ext_ Sequence[str]ids - The external identifier of the container that will be used to create the domain manager (Prism Central) cluster.
- data_
disk_ intsize_ bytes - This property is used for readOnly purposes to display Prism Central data disk size allocation at a cluster level.
- memory_
size_ intbytes - This property is used for readOnly purposes to display Prism Central RAM allocation at the cluster level.
- num_
vcpus int - This property is used for readOnly purposes to display Prism Central number of VCPUs allocation.
- container
Ext List<String>Ids - The external identifier of the container that will be used to create the domain manager (Prism Central) cluster.
- data
Disk NumberSize Bytes - This property is used for readOnly purposes to display Prism Central data disk size allocation at a cluster level.
- memory
Size NumberBytes - This property is used for readOnly purposes to display Prism Central RAM allocation at the cluster level.
- num
Vcpus Number - This property is used for readOnly purposes to display Prism Central number of VCPUs allocation.
GetPcV2Link
GetPcV2Network
- External
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Pc V2Network External Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- External
Networks List<PiersKarsenbarg. Nutanix. Inputs. Get Pc V2Network External Network> - This configuration is used to manage Prism Central.
- Fqdn string
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Name
Servers List<PiersKarsenbarg. Nutanix. Inputs. Get Pc V2Network Name Server> - 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.
- Ntp
Servers List<PiersKarsenbarg. Nutanix. Inputs. Get Pc V2Network Ntp Server> - 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.
- External
Addresses []GetPc V2Network External Address - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- External
Networks []GetPc V2Network External Network - This configuration is used to manage Prism Central.
- Fqdn string
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Name
Servers []GetPc V2Network Name Server - 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.
- Ntp
Servers []GetPc V2Network Ntp Server - 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.
- external
Addresses List<GetPc V2Network External Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Networks List<GetPc V2Network External Network> - This configuration is used to manage Prism Central.
- fqdn String
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- name
Servers List<GetPc V2Network Name Server> - 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.
- ntp
Servers List<GetPc V2Network Ntp Server> - 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.
- external
Addresses GetPc V2Network External Address[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Networks GetPc V2Network External Network[] - This configuration is used to manage Prism Central.
- fqdn string
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- name
Servers GetPc V2Network Name Server[] - 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.
- ntp
Servers GetPc V2Network Ntp Server[] - 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.
- external_
addresses Sequence[GetPc V2Network External Address] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external_
networks Sequence[GetPc V2Network External Network] - This configuration is used to manage Prism Central.
- fqdn str
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- name_
servers Sequence[GetPc V2Network Name Server] - 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.
- ntp_
servers Sequence[GetPc V2Network Ntp Server] - 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.
- external
Addresses List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Networks List<Property Map> - This configuration is used to manage Prism Central.
- fqdn String
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- name
Servers 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.
- ntp
Servers 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.
GetPcV2NetworkExternalAddress
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Pc V2Network External Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Pc V2Network External Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Pc V2Network External Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Pc V2Network External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Pc V2Network External Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Pc V2Network External Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Pc V2Network External Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Pc V2Network External Address Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv6 format.
GetPcV2NetworkExternalAddressIpv4
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkExternalAddressIpv6
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkExternalNetwork
- Default
Gateways List<PiersKarsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Default Gateway> - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- Ip
Ranges List<PiersKarsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Ip Range> - Range of IPs used for Prism Central network setup.
- Network
Ext stringId - The network external identifier to which Domain Manager (Prism Central) is to be deployed or is already configured.
- Subnet
Masks List<PiersKarsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Subnet Mask> - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- Default
Gateways []GetPc V2Network External Network Default Gateway - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- Ip
Ranges []GetPc V2Network External Network Ip Range - Range of IPs used for Prism Central network setup.
- Network
Ext stringId - The network external identifier to which Domain Manager (Prism Central) is to be deployed or is already configured.
- Subnet
Masks []GetPc V2Network External Network Subnet Mask - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- default
Gateways List<GetPc V2Network External Network Default Gateway> - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- ip
Ranges List<GetPc V2Network External Network Ip Range> - Range of IPs used for Prism Central network setup.
- network
Ext StringId - The network external identifier to which Domain Manager (Prism Central) is to be deployed or is already configured.
- subnet
Masks List<GetPc V2Network External Network Subnet Mask> - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- default
Gateways GetPc V2Network External Network Default Gateway[] - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- ip
Ranges GetPc V2Network External Network Ip Range[] - Range of IPs used for Prism Central network setup.
- network
Ext stringId - The network external identifier to which Domain Manager (Prism Central) is to be deployed or is already configured.
- subnet
Masks GetPc V2Network External Network Subnet Mask[] - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- default_
gateways Sequence[GetPc V2Network External Network Default Gateway] - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- ip_
ranges Sequence[GetPc V2Network External Network Ip Range] - Range of IPs used for Prism Central network setup.
- network_
ext_ strid - The network external identifier to which Domain Manager (Prism Central) is to be deployed or is already configured.
- subnet_
masks Sequence[GetPc V2Network External Network Subnet Mask] - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- default
Gateways 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.
- ip
Ranges List<Property Map> - Range of IPs used for Prism Central network setup.
- network
Ext StringId - The network external identifier to which Domain Manager (Prism Central) is to be deployed or is already configured.
- subnet
Masks 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.
GetPcV2NetworkExternalNetworkDefaultGateway
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Default Gateway Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Default Gateway Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Default Gateway Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Get
Pc V2Network External Network Default Gateway Fqdn - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Get
Pc V2Network External Network Default Gateway Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Pc V2Network External Network Default Gateway Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Get
Pc V2Network External Network Default Gateway Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
List<Get
Pc V2Network External Network Default Gateway Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Pc V2Network External Network Default Gateway Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Get
Pc V2Network External Network Default Gateway Fqdn[] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Get
Pc V2Network External Network Default Gateway Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Pc V2Network External Network Default Gateway Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Get
Pc V2Network External Network Default Gateway Fqdn] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Sequence[Get
Pc V2Network External Network Default Gateway Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Pc V2Network External Network Default Gateway Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns List<Property Map>
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv6 format.
GetPcV2NetworkExternalNetworkDefaultGatewayFqdn
- Value string
- The fully qualified domain name of the host.
- Value string
- The fully qualified domain name of the host.
- value String
- The fully qualified domain name of the host.
- value string
- The fully qualified domain name of the host.
- value str
- The fully qualified domain name of the host.
- value String
- The fully qualified domain name of the host.
GetPcV2NetworkExternalNetworkDefaultGatewayIpv4
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkExternalNetworkDefaultGatewayIpv6
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkExternalNetworkIpRange
- Begins
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Ip Range Begin> - The beginning IP address of the range.
- Ends
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Ip Range End> - The ending IP address of the range.
- Begins
[]Get
Pc V2Network External Network Ip Range Begin - The beginning IP address of the range.
- Ends
[]Get
Pc V2Network External Network Ip Range End - The ending IP address of the range.
- begins
List<Get
Pc V2Network External Network Ip Range Begin> - The beginning IP address of the range.
- ends
List<Get
Pc V2Network External Network Ip Range End> - The ending IP address of the range.
- begins
Get
Pc V2Network External Network Ip Range Begin[] - The beginning IP address of the range.
- ends
Get
Pc V2Network External Network Ip Range End[] - The ending IP address of the range.
- begins
Sequence[Get
Pc V2Network External Network Ip Range Begin] - The beginning IP address of the range.
- ends
Sequence[Get
Pc V2Network External Network Ip Range End] - The ending IP address of the range.
- begins List<Property Map>
- The beginning IP address of the range.
- ends List<Property Map>
- The ending IP address of the range.
GetPcV2NetworkExternalNetworkIpRangeBegin
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Ip Range Begin Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Ip Range Begin Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Pc V2Network External Network Ip Range Begin Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Pc V2Network External Network Ip Range Begin Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Pc V2Network External Network Ip Range Begin Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Pc V2Network External Network Ip Range Begin Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Pc V2Network External Network Ip Range Begin Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Pc V2Network External Network Ip Range Begin Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Pc V2Network External Network Ip Range Begin Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Pc V2Network External Network Ip Range Begin Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv6 format.
GetPcV2NetworkExternalNetworkIpRangeBeginIpv4
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkExternalNetworkIpRangeBeginIpv6
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkExternalNetworkIpRangeEnd
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Ip Range End Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Ip Range End Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Pc V2Network External Network Ip Range End Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Pc V2Network External Network Ip Range End Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Pc V2Network External Network Ip Range End Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Pc V2Network External Network Ip Range End Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Pc V2Network External Network Ip Range End Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Pc V2Network External Network Ip Range End Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Pc V2Network External Network Ip Range End Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Pc V2Network External Network Ip Range End Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv6 format.
GetPcV2NetworkExternalNetworkIpRangeEndIpv4
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkExternalNetworkIpRangeEndIpv6
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkExternalNetworkSubnetMask
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Subnet Mask Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Subnet Mask Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network External Network Subnet Mask Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Get
Pc V2Network External Network Subnet Mask Fqdn - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Get
Pc V2Network External Network Subnet Mask Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Pc V2Network External Network Subnet Mask Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Get
Pc V2Network External Network Subnet Mask Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
List<Get
Pc V2Network External Network Subnet Mask Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Pc V2Network External Network Subnet Mask Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Get
Pc V2Network External Network Subnet Mask Fqdn[] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Get
Pc V2Network External Network Subnet Mask Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Pc V2Network External Network Subnet Mask Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Get
Pc V2Network External Network Subnet Mask Fqdn] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Sequence[Get
Pc V2Network External Network Subnet Mask Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Pc V2Network External Network Subnet Mask Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns List<Property Map>
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv6 format.
GetPcV2NetworkExternalNetworkSubnetMaskFqdn
- Value string
- The fully qualified domain name of the host.
- Value string
- The fully qualified domain name of the host.
- value String
- The fully qualified domain name of the host.
- value string
- The fully qualified domain name of the host.
- value str
- The fully qualified domain name of the host.
- value String
- The fully qualified domain name of the host.
GetPcV2NetworkExternalNetworkSubnetMaskIpv4
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkExternalNetworkSubnetMaskIpv6
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkNameServer
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network Name Server Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network Name Server Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network Name Server Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Get
Pc V2Network Name Server Fqdn - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Get
Pc V2Network Name Server Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Pc V2Network Name Server Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Get
Pc V2Network Name Server Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
List<Get
Pc V2Network Name Server Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Pc V2Network Name Server Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Get
Pc V2Network Name Server Fqdn[] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Get
Pc V2Network Name Server Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Pc V2Network Name Server Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Get
Pc V2Network Name Server Fqdn] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Sequence[Get
Pc V2Network Name Server Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Pc V2Network Name Server Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns List<Property Map>
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv6 format.
GetPcV2NetworkNameServerFqdn
- Value string
- The fully qualified domain name of the host.
- Value string
- The fully qualified domain name of the host.
- value String
- The fully qualified domain name of the host.
- value string
- The fully qualified domain name of the host.
- value str
- The fully qualified domain name of the host.
- value String
- The fully qualified domain name of the host.
GetPcV2NetworkNameServerIpv4
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkNameServerIpv6
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkNtpServer
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network Ntp Server Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network Ntp Server Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pc V2Network Ntp Server Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Get
Pc V2Network Ntp Server Fqdn - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Get
Pc V2Network Ntp Server Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Pc V2Network Ntp Server Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Get
Pc V2Network Ntp Server Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
List<Get
Pc V2Network Ntp Server Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Pc V2Network Ntp Server Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Get
Pc V2Network Ntp Server Fqdn[] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Get
Pc V2Network Ntp Server Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Pc V2Network Ntp Server Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Get
Pc V2Network Ntp Server Fqdn] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Sequence[Get
Pc V2Network Ntp Server Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Pc V2Network Ntp Server Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns List<Property Map>
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv6 format.
GetPcV2NetworkNtpServerFqdn
- Value string
- The fully qualified domain name of the host.
- Value string
- The fully qualified domain name of the host.
- value String
- The fully qualified domain name of the host.
- value string
- The fully qualified domain name of the host.
- value str
- The fully qualified domain name of the host.
- value String
- The fully qualified domain name of the host.
GetPcV2NetworkNtpServerIpv4
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPcV2NetworkNtpServerIpv6
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- The fully qualified domain name of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- The fully qualified domain name of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- The fully qualified domain name of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- The fully qualified domain name of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.