nutanix.PcRegistrationV2
Explore with Pulumi AI
Provides a resource to Registers a domain manager (Prism Central) instance to other entities like PE and PC. This process is asynchronous, creating a registration task and returning its UUID.
Create PcRegistrationV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PcRegistrationV2(name: string, args: PcRegistrationV2Args, opts?: CustomResourceOptions);
@overload
def PcRegistrationV2(resource_name: str,
args: PcRegistrationV2Args,
opts: Optional[ResourceOptions] = None)
@overload
def PcRegistrationV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
pc_ext_id: Optional[str] = None,
remote_cluster: Optional[PcRegistrationV2RemoteClusterArgs] = None)
func NewPcRegistrationV2(ctx *Context, name string, args PcRegistrationV2Args, opts ...ResourceOption) (*PcRegistrationV2, error)
public PcRegistrationV2(string name, PcRegistrationV2Args args, CustomResourceOptions? opts = null)
public PcRegistrationV2(String name, PcRegistrationV2Args args)
public PcRegistrationV2(String name, PcRegistrationV2Args args, CustomResourceOptions options)
type: nutanix:PcRegistrationV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PcRegistrationV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PcRegistrationV2Args
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PcRegistrationV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PcRegistrationV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PcRegistrationV2Args
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var pcRegistrationV2Resource = new Nutanix.PcRegistrationV2("pcRegistrationV2Resource", new()
{
PcExtId = "string",
RemoteCluster = new Nutanix.Inputs.PcRegistrationV2RemoteClusterArgs
{
AosRemoteClusterSpec = new Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecArgs
{
RemoteCluster = new Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterArgs
{
Addresses = new[]
{
new Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressArgs
{
Fqdns = new[]
{
new Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdnArgs
{
Value = "string",
},
},
Ipv4s = new[]
{
new Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4Args
{
Value = "string",
PrefixLength = 0,
},
},
Ipv6s = new[]
{
new Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6Args
{
Value = "string",
PrefixLength = 0,
},
},
},
},
Credentials = new Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsArgs
{
Authentication = new Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthenticationArgs
{
Password = "string",
Username = "string",
},
},
},
},
ClusterReference = new Nutanix.Inputs.PcRegistrationV2RemoteClusterClusterReferenceArgs
{
ExtId = "string",
},
DomainManagerRemoteClusterSpec = new Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecArgs
{
CloudType = "string",
RemoteCluster = new Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterArgs
{
Addresses = new[]
{
new Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressArgs
{
Fqdns = new[]
{
new Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdnArgs
{
Value = "string",
},
},
Ipv4s = new[]
{
new Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4Args
{
Value = "string",
PrefixLength = 0,
},
},
Ipv6s = new[]
{
new Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6Args
{
Value = "string",
PrefixLength = 0,
},
},
},
},
Credentials = new Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsArgs
{
Authentication = new Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthenticationArgs
{
Password = "string",
Username = "string",
},
},
},
},
},
});
example, err := nutanix.NewPcRegistrationV2(ctx, "pcRegistrationV2Resource", &nutanix.PcRegistrationV2Args{
PcExtId: pulumi.String("string"),
RemoteCluster: &nutanix.PcRegistrationV2RemoteClusterArgs{
AosRemoteClusterSpec: &nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecArgs{
RemoteCluster: &nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterArgs{
Addresses: nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressArray{
&nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressArgs{
Fqdns: nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdnArray{
&nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdnArgs{
Value: pulumi.String("string"),
},
},
Ipv4s: nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4Array{
&nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4Args{
Value: pulumi.String("string"),
PrefixLength: pulumi.Int(0),
},
},
Ipv6s: nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6Array{
&nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6Args{
Value: pulumi.String("string"),
PrefixLength: pulumi.Int(0),
},
},
},
},
Credentials: &nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsArgs{
Authentication: &nutanix.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthenticationArgs{
Password: pulumi.String("string"),
Username: pulumi.String("string"),
},
},
},
},
ClusterReference: &nutanix.PcRegistrationV2RemoteClusterClusterReferenceArgs{
ExtId: pulumi.String("string"),
},
DomainManagerRemoteClusterSpec: &nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecArgs{
CloudType: pulumi.String("string"),
RemoteCluster: &nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterArgs{
Addresses: nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressArray{
&nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressArgs{
Fqdns: nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdnArray{
&nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdnArgs{
Value: pulumi.String("string"),
},
},
Ipv4s: nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4Array{
&nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4Args{
Value: pulumi.String("string"),
PrefixLength: pulumi.Int(0),
},
},
Ipv6s: nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6Array{
&nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6Args{
Value: pulumi.String("string"),
PrefixLength: pulumi.Int(0),
},
},
},
},
Credentials: &nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsArgs{
Authentication: &nutanix.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthenticationArgs{
Password: pulumi.String("string"),
Username: pulumi.String("string"),
},
},
},
},
},
})
var pcRegistrationV2Resource = new PcRegistrationV2("pcRegistrationV2Resource", PcRegistrationV2Args.builder()
.pcExtId("string")
.remoteCluster(PcRegistrationV2RemoteClusterArgs.builder()
.aosRemoteClusterSpec(PcRegistrationV2RemoteClusterAosRemoteClusterSpecArgs.builder()
.remoteCluster(PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterArgs.builder()
.addresses(PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressArgs.builder()
.fqdns(PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdnArgs.builder()
.value("string")
.build())
.ipv4s(PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4Args.builder()
.value("string")
.prefixLength(0)
.build())
.ipv6s(PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6Args.builder()
.value("string")
.prefixLength(0)
.build())
.build())
.credentials(PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsArgs.builder()
.authentication(PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthenticationArgs.builder()
.password("string")
.username("string")
.build())
.build())
.build())
.build())
.clusterReference(PcRegistrationV2RemoteClusterClusterReferenceArgs.builder()
.extId("string")
.build())
.domainManagerRemoteClusterSpec(PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecArgs.builder()
.cloudType("string")
.remoteCluster(PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterArgs.builder()
.addresses(PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressArgs.builder()
.fqdns(PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdnArgs.builder()
.value("string")
.build())
.ipv4s(PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4Args.builder()
.value("string")
.prefixLength(0)
.build())
.ipv6s(PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6Args.builder()
.value("string")
.prefixLength(0)
.build())
.build())
.credentials(PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsArgs.builder()
.authentication(PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthenticationArgs.builder()
.password("string")
.username("string")
.build())
.build())
.build())
.build())
.build())
.build());
pc_registration_v2_resource = nutanix.PcRegistrationV2("pcRegistrationV2Resource",
pc_ext_id="string",
remote_cluster={
"aos_remote_cluster_spec": {
"remote_cluster": {
"addresses": [{
"fqdns": [{
"value": "string",
}],
"ipv4s": [{
"value": "string",
"prefix_length": 0,
}],
"ipv6s": [{
"value": "string",
"prefix_length": 0,
}],
}],
"credentials": {
"authentication": {
"password": "string",
"username": "string",
},
},
},
},
"cluster_reference": {
"ext_id": "string",
},
"domain_manager_remote_cluster_spec": {
"cloud_type": "string",
"remote_cluster": {
"addresses": [{
"fqdns": [{
"value": "string",
}],
"ipv4s": [{
"value": "string",
"prefix_length": 0,
}],
"ipv6s": [{
"value": "string",
"prefix_length": 0,
}],
}],
"credentials": {
"authentication": {
"password": "string",
"username": "string",
},
},
},
},
})
const pcRegistrationV2Resource = new nutanix.PcRegistrationV2("pcRegistrationV2Resource", {
pcExtId: "string",
remoteCluster: {
aosRemoteClusterSpec: {
remoteCluster: {
addresses: [{
fqdns: [{
value: "string",
}],
ipv4s: [{
value: "string",
prefixLength: 0,
}],
ipv6s: [{
value: "string",
prefixLength: 0,
}],
}],
credentials: {
authentication: {
password: "string",
username: "string",
},
},
},
},
clusterReference: {
extId: "string",
},
domainManagerRemoteClusterSpec: {
cloudType: "string",
remoteCluster: {
addresses: [{
fqdns: [{
value: "string",
}],
ipv4s: [{
value: "string",
prefixLength: 0,
}],
ipv6s: [{
value: "string",
prefixLength: 0,
}],
}],
credentials: {
authentication: {
password: "string",
username: "string",
},
},
},
},
},
});
type: nutanix:PcRegistrationV2
properties:
pcExtId: string
remoteCluster:
aosRemoteClusterSpec:
remoteCluster:
addresses:
- fqdns:
- value: string
ipv4s:
- prefixLength: 0
value: string
ipv6s:
- prefixLength: 0
value: string
credentials:
authentication:
password: string
username: string
clusterReference:
extId: string
domainManagerRemoteClusterSpec:
cloudType: string
remoteCluster:
addresses:
- fqdns:
- value: string
ipv4s:
- prefixLength: 0
value: string
ipv6s:
- prefixLength: 0
value: string
credentials:
authentication:
password: string
username: string
PcRegistrationV2 Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The PcRegistrationV2 resource accepts the following input properties:
- Pc
Ext stringId - -(Required) The display name for the Role.
- Remote
Cluster PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
- Pc
Ext stringId - -(Required) The display name for the Role.
- Remote
Cluster PcRegistration V2Remote Cluster Args - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
- pc
Ext StringId - -(Required) The display name for the Role.
- remote
Cluster PcRegistration V2Remote Cluster - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
- pc
Ext stringId - -(Required) The display name for the Role.
- remote
Cluster PcRegistration V2Remote Cluster - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
- pc_
ext_ strid - -(Required) The display name for the Role.
- remote_
cluster PcRegistration V2Remote Cluster Args - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
- pc
Ext StringId - -(Required) The display name for the Role.
- remote
Cluster Property Map - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
Outputs
All input properties are implicitly available as output properties. Additionally, the PcRegistrationV2 resource produces the following output properties:
- Configs
List<Piers
Karsenbarg. Nutanix. Outputs. Pc Registration V2Config> - Ext
Id string - Hosting
Cluster stringExt Id - Id string
- The provider-assigned unique ID for this managed resource.
- Is
Registered boolWith Hosting Cluster - Links
List<Piers
Karsenbarg. Nutanix. Outputs. Pc Registration V2Link> - Networks
List<Piers
Karsenbarg. Nutanix. Outputs. Pc Registration V2Network> - Node
Ext List<string>Ids - Should
Enable boolHigh Availability - Tenant
Id string
- Configs
[]Pc
Registration V2Config - Ext
Id string - Hosting
Cluster stringExt Id - Id string
- The provider-assigned unique ID for this managed resource.
- Is
Registered boolWith Hosting Cluster - Links
[]Pc
Registration V2Link - Networks
[]Pc
Registration V2Network - Node
Ext []stringIds - Should
Enable boolHigh Availability - Tenant
Id string
- configs
List<Pc
Registration V2Config> - ext
Id String - hosting
Cluster StringExt Id - id String
- The provider-assigned unique ID for this managed resource.
- is
Registered BooleanWith Hosting Cluster - links
List<Pc
Registration V2Link> - networks
List<Pc
Registration V2Network> - node
Ext List<String>Ids - should
Enable BooleanHigh Availability - tenant
Id String
- configs
Pc
Registration V2Config[] - ext
Id string - hosting
Cluster stringExt Id - id string
- The provider-assigned unique ID for this managed resource.
- is
Registered booleanWith Hosting Cluster - links
Pc
Registration V2Link[] - networks
Pc
Registration V2Network[] - node
Ext string[]Ids - should
Enable booleanHigh Availability - tenant
Id string
- configs
Sequence[Pc
Registration V2Config] - ext_
id str - hosting_
cluster_ strext_ id - id str
- The provider-assigned unique ID for this managed resource.
- is_
registered_ boolwith_ hosting_ cluster - links
Sequence[Pc
Registration V2Link] - networks
Sequence[Pc
Registration V2Network] - node_
ext_ Sequence[str]ids - should_
enable_ boolhigh_ availability - tenant_
id str
- configs List<Property Map>
- ext
Id String - hosting
Cluster StringExt Id - id String
- The provider-assigned unique ID for this managed resource.
- is
Registered BooleanWith Hosting Cluster - links List<Property Map>
- networks List<Property Map>
- node
Ext List<String>Ids - should
Enable BooleanHigh Availability - tenant
Id String
Look up Existing PcRegistrationV2 Resource
Get an existing PcRegistrationV2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: PcRegistrationV2State, opts?: CustomResourceOptions): PcRegistrationV2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
configs: Optional[Sequence[PcRegistrationV2ConfigArgs]] = None,
ext_id: Optional[str] = None,
hosting_cluster_ext_id: Optional[str] = None,
is_registered_with_hosting_cluster: Optional[bool] = None,
links: Optional[Sequence[PcRegistrationV2LinkArgs]] = None,
networks: Optional[Sequence[PcRegistrationV2NetworkArgs]] = None,
node_ext_ids: Optional[Sequence[str]] = None,
pc_ext_id: Optional[str] = None,
remote_cluster: Optional[PcRegistrationV2RemoteClusterArgs] = None,
should_enable_high_availability: Optional[bool] = None,
tenant_id: Optional[str] = None) -> PcRegistrationV2
func GetPcRegistrationV2(ctx *Context, name string, id IDInput, state *PcRegistrationV2State, opts ...ResourceOption) (*PcRegistrationV2, error)
public static PcRegistrationV2 Get(string name, Input<string> id, PcRegistrationV2State? state, CustomResourceOptions? opts = null)
public static PcRegistrationV2 get(String name, Output<String> id, PcRegistrationV2State state, CustomResourceOptions options)
resources: _: type: nutanix:PcRegistrationV2 get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Configs
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration V2Config> - Ext
Id string - Hosting
Cluster stringExt Id - Is
Registered boolWith Hosting Cluster - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration V2Link> - Networks
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration V2Network> - Node
Ext List<string>Ids - Pc
Ext stringId - -(Required) The display name for the Role.
- Remote
Cluster PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
- Should
Enable boolHigh Availability - Tenant
Id string
- Configs
[]Pc
Registration V2Config Args - Ext
Id string - Hosting
Cluster stringExt Id - Is
Registered boolWith Hosting Cluster - Links
[]Pc
Registration V2Link Args - Networks
[]Pc
Registration V2Network Args - Node
Ext []stringIds - Pc
Ext stringId - -(Required) The display name for the Role.
- Remote
Cluster PcRegistration V2Remote Cluster Args - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
- Should
Enable boolHigh Availability - Tenant
Id string
- configs
List<Pc
Registration V2Config> - ext
Id String - hosting
Cluster StringExt Id - is
Registered BooleanWith Hosting Cluster - links
List<Pc
Registration V2Link> - networks
List<Pc
Registration V2Network> - node
Ext List<String>Ids - pc
Ext StringId - -(Required) The display name for the Role.
- remote
Cluster PcRegistration V2Remote Cluster - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
- should
Enable BooleanHigh Availability - tenant
Id String
- configs
Pc
Registration V2Config[] - ext
Id string - hosting
Cluster stringExt Id - is
Registered booleanWith Hosting Cluster - links
Pc
Registration V2Link[] - networks
Pc
Registration V2Network[] - node
Ext string[]Ids - pc
Ext stringId - -(Required) The display name for the Role.
- remote
Cluster PcRegistration V2Remote Cluster - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
- should
Enable booleanHigh Availability - tenant
Id string
- configs
Sequence[Pc
Registration V2Config Args] - ext_
id str - hosting_
cluster_ strext_ id - is_
registered_ boolwith_ hosting_ cluster - links
Sequence[Pc
Registration V2Link Args] - networks
Sequence[Pc
Registration V2Network Args] - node_
ext_ Sequence[str]ids - pc_
ext_ strid - -(Required) The display name for the Role.
- remote_
cluster PcRegistration V2Remote Cluster Args - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
- should_
enable_ boolhigh_ availability - tenant_
id str
- configs List<Property Map>
- ext
Id String - hosting
Cluster StringExt Id - is
Registered BooleanWith Hosting Cluster - links List<Property Map>
- networks List<Property Map>
- node
Ext List<String>Ids - pc
Ext StringId - -(Required) The display name for the Role.
- remote
Cluster Property Map - -(Required) The registration request consists of the remote cluster details. Credentials must be of domain manager (Prism Central) role.
The remote cluster details are different based on the object type. The object type is used to determine the type of remote cluster. The object type can be one of the following:
prism.v4.management.DomainManagerRemoteClusterSpec
prism.v4.management.AOSRemoteClusterSpec
prism.v4.management.ClusterReference
- should
Enable BooleanHigh Availability - tenant
Id String
Supporting Types
PcRegistrationV2Config, PcRegistrationV2ConfigArgs
- Bootstrap
Configs List<PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Config Bootstrap Config> - Build
Infos List<PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Config Build Info> - Name string
- Resource
Configs List<PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Config Resource Config> - Should
Enable boolLockdown Mode - Size string
PcRegistrationV2ConfigBootstrapConfig, PcRegistrationV2ConfigBootstrapConfigArgs
PcRegistrationV2ConfigBootstrapConfigEnvironmentInfo, PcRegistrationV2ConfigBootstrapConfigEnvironmentInfoArgs
- Provider
Type string - Provisioning
Type string - Type string
- Provider
Type string - Provisioning
Type string - Type string
- provider
Type String - provisioning
Type String - type String
- provider
Type string - provisioning
Type string - type string
- provider_
type str - provisioning_
type str - type str
- provider
Type String - provisioning
Type String - type String
PcRegistrationV2ConfigBuildInfo, PcRegistrationV2ConfigBuildInfoArgs
- Version string
- Version string
- version String
- version string
- version str
- version String
PcRegistrationV2ConfigResourceConfig, PcRegistrationV2ConfigResourceConfigArgs
- Container
Ext List<string>Ids - Data
Disk intSize Bytes - Memory
Size intBytes - Num
Vcpus int
- Container
Ext []stringIds - Data
Disk intSize Bytes - Memory
Size intBytes - Num
Vcpus int
- container
Ext List<String>Ids - data
Disk IntegerSize Bytes - memory
Size IntegerBytes - num
Vcpus Integer
- container
Ext string[]Ids - data
Disk numberSize Bytes - memory
Size numberBytes - num
Vcpus number
- container_
ext_ Sequence[str]ids - data_
disk_ intsize_ bytes - memory_
size_ intbytes - num_
vcpus int
- container
Ext List<String>Ids - data
Disk NumberSize Bytes - memory
Size NumberBytes - num
Vcpus Number
PcRegistrationV2Link, PcRegistrationV2LinkArgs
PcRegistrationV2Network, PcRegistrationV2NetworkArgs
- External
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Network External Address> - External
Networks List<PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Network External Network> - 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. Pc Registration V2Network Name Server> - Ntp
Servers List<PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Network Ntp Server>
- External
Addresses []PcRegistration V2Network External Address - External
Networks []PcRegistration V2Network External Network - Fqdn string
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Name
Servers []PcRegistration V2Network Name Server - Ntp
Servers []PcRegistration V2Network Ntp Server
- external
Addresses List<PcRegistration V2Network External Address> - external
Networks List<PcRegistration V2Network External Network> - fqdn String
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- name
Servers List<PcRegistration V2Network Name Server> - ntp
Servers List<PcRegistration V2Network Ntp Server>
- external
Addresses PcRegistration V2Network External Address[] - external
Networks PcRegistration V2Network External Network[] - fqdn string
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- name
Servers PcRegistration V2Network Name Server[] - ntp
Servers PcRegistration V2Network Ntp Server[]
- external_
addresses Sequence[PcRegistration V2Network External Address] - external_
networks Sequence[PcRegistration V2Network External Network] - fqdn str
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- name_
servers Sequence[PcRegistration V2Network Name Server] - ntp_
servers Sequence[PcRegistration V2Network Ntp Server]
- external
Addresses List<Property Map> - external
Networks List<Property Map> - 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> - ntp
Servers List<Property Map>
PcRegistrationV2NetworkExternalAddress, PcRegistrationV2NetworkExternalAddressArgs
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration 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. Pc Registration V2Network External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Pc
Registration V2Network External Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Pc
Registration V2Network External Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Pc
Registration V2Network External Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Pc
Registration V2Network External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Pc
Registration V2Network External Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Pc
Registration V2Network External Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Pc
Registration V2Network External Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Pc
Registration 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.
PcRegistrationV2NetworkExternalAddressIpv4, PcRegistrationV2NetworkExternalAddressIpv4Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
PcRegistrationV2NetworkExternalAddressIpv6, PcRegistrationV2NetworkExternalAddressIpv6Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
PcRegistrationV2NetworkExternalNetwork, PcRegistrationV2NetworkExternalNetworkArgs
- Default
Gateways List<PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Network External Network Default Gateway> - Ip
Ranges List<PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Network External Network Ip Range> - Network
Ext stringId - Subnet
Masks List<PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Network External Network Subnet Mask>
PcRegistrationV2NetworkExternalNetworkDefaultGateway, PcRegistrationV2NetworkExternalNetworkDefaultGatewayArgs
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration 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. Pc Registration 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. Pc Registration V2Network External Network Default Gateway Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Pc
Registration 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
[]Pc
Registration V2Network External Network Default Gateway Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Pc
Registration 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<Pc
Registration 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<Pc
Registration 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<Pc
Registration V2Network External Network Default Gateway Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Pc
Registration 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
Pc
Registration V2Network External Network Default Gateway Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Pc
Registration 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[Pc
Registration 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[Pc
Registration 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[Pc
Registration 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.
PcRegistrationV2NetworkExternalNetworkDefaultGatewayFqdn, PcRegistrationV2NetworkExternalNetworkDefaultGatewayFqdnArgs
- 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.
PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv4, PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv4Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv6, PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv6Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
PcRegistrationV2NetworkExternalNetworkIpRange, PcRegistrationV2NetworkExternalNetworkIpRangeArgs
PcRegistrationV2NetworkExternalNetworkIpRangeBegin, PcRegistrationV2NetworkExternalNetworkIpRangeBeginArgs
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration 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. Pc Registration 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
[]Pc
Registration 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
[]Pc
Registration 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<Pc
Registration 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<Pc
Registration 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
Pc
Registration 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
Pc
Registration 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[Pc
Registration 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[Pc
Registration 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.
PcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv4, PcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv4Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
PcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv6, PcRegistrationV2NetworkExternalNetworkIpRangeBeginIpv6Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
PcRegistrationV2NetworkExternalNetworkIpRangeEnd, PcRegistrationV2NetworkExternalNetworkIpRangeEndArgs
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration 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. Pc Registration 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
[]Pc
Registration 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
[]Pc
Registration 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<Pc
Registration 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<Pc
Registration 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
Pc
Registration 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
Pc
Registration 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[Pc
Registration 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[Pc
Registration 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.
PcRegistrationV2NetworkExternalNetworkIpRangeEndIpv4, PcRegistrationV2NetworkExternalNetworkIpRangeEndIpv4Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
PcRegistrationV2NetworkExternalNetworkIpRangeEndIpv6, PcRegistrationV2NetworkExternalNetworkIpRangeEndIpv6Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
PcRegistrationV2NetworkExternalNetworkSubnetMask, PcRegistrationV2NetworkExternalNetworkSubnetMaskArgs
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration 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. Pc Registration 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. Pc Registration V2Network External Network Subnet Mask Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Pc
Registration 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
[]Pc
Registration V2Network External Network Subnet Mask Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Pc
Registration 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<Pc
Registration 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<Pc
Registration 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<Pc
Registration V2Network External Network Subnet Mask Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Pc
Registration 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
Pc
Registration V2Network External Network Subnet Mask Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Pc
Registration 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[Pc
Registration 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[Pc
Registration 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[Pc
Registration 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.
PcRegistrationV2NetworkExternalNetworkSubnetMaskFqdn, PcRegistrationV2NetworkExternalNetworkSubnetMaskFqdnArgs
- 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.
PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv4, PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv4Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv6, PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv6Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
PcRegistrationV2NetworkNameServer, PcRegistrationV2NetworkNameServerArgs
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration 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. Pc Registration 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. Pc Registration V2Network Name Server Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Pc
Registration V2Network Name Server Fqdn - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Pc
Registration V2Network Name Server Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Pc
Registration V2Network Name Server Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Pc
Registration 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<Pc
Registration V2Network Name Server Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Pc
Registration V2Network Name Server Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Pc
Registration V2Network Name Server Fqdn[] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Pc
Registration V2Network Name Server Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Pc
Registration V2Network Name Server Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Pc
Registration 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[Pc
Registration V2Network Name Server Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Pc
Registration 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.
PcRegistrationV2NetworkNameServerFqdn, PcRegistrationV2NetworkNameServerFqdnArgs
- 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.
PcRegistrationV2NetworkNameServerIpv4, PcRegistrationV2NetworkNameServerIpv4Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
PcRegistrationV2NetworkNameServerIpv6, PcRegistrationV2NetworkNameServerIpv6Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
PcRegistrationV2NetworkNtpServer, PcRegistrationV2NetworkNtpServerArgs
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration 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. Pc Registration 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. Pc Registration V2Network Ntp Server Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Pc
Registration V2Network Ntp Server Fqdn - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Pc
Registration V2Network Ntp Server Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Pc
Registration V2Network Ntp Server Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Pc
Registration 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<Pc
Registration V2Network Ntp Server Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Pc
Registration V2Network Ntp Server Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Pc
Registration V2Network Ntp Server Fqdn[] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Pc
Registration V2Network Ntp Server Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Pc
Registration V2Network Ntp Server Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Pc
Registration 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[Pc
Registration V2Network Ntp Server Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Pc
Registration 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.
PcRegistrationV2NetworkNtpServerFqdn, PcRegistrationV2NetworkNtpServerFqdnArgs
- 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.
PcRegistrationV2NetworkNtpServerIpv4, PcRegistrationV2NetworkNtpServerIpv4Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
PcRegistrationV2NetworkNtpServerIpv6, PcRegistrationV2NetworkNtpServerIpv6Args
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
PcRegistrationV2RemoteCluster, PcRegistrationV2RemoteClusterArgs
- Aos
Remote PiersCluster Spec Karsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Aos Remote Cluster Spec - The registration request consists of the remote cluster details.
- Cluster
Reference PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Cluster Reference - The registration request consists of the remote cluster details. using the cluster reference.
- Domain
Manager PiersRemote Cluster Spec Karsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Domain Manager Remote Cluster Spec - The registration request consists of the remote cluster details. and cloud type.
- Aos
Remote PcCluster Spec Registration V2Remote Cluster Aos Remote Cluster Spec - The registration request consists of the remote cluster details.
- Cluster
Reference PcRegistration V2Remote Cluster Cluster Reference - The registration request consists of the remote cluster details. using the cluster reference.
- Domain
Manager PcRemote Cluster Spec Registration V2Remote Cluster Domain Manager Remote Cluster Spec - The registration request consists of the remote cluster details. and cloud type.
- aos
Remote PcCluster Spec Registration V2Remote Cluster Aos Remote Cluster Spec - The registration request consists of the remote cluster details.
- cluster
Reference PcRegistration V2Remote Cluster Cluster Reference - The registration request consists of the remote cluster details. using the cluster reference.
- domain
Manager PcRemote Cluster Spec Registration V2Remote Cluster Domain Manager Remote Cluster Spec - The registration request consists of the remote cluster details. and cloud type.
- aos
Remote PcCluster Spec Registration V2Remote Cluster Aos Remote Cluster Spec - The registration request consists of the remote cluster details.
- cluster
Reference PcRegistration V2Remote Cluster Cluster Reference - The registration request consists of the remote cluster details. using the cluster reference.
- domain
Manager PcRemote Cluster Spec Registration V2Remote Cluster Domain Manager Remote Cluster Spec - The registration request consists of the remote cluster details. and cloud type.
- aos_
remote_ Pccluster_ spec Registration V2Remote Cluster Aos Remote Cluster Spec - The registration request consists of the remote cluster details.
- cluster_
reference PcRegistration V2Remote Cluster Cluster Reference - The registration request consists of the remote cluster details. using the cluster reference.
- domain_
manager_ Pcremote_ cluster_ spec Registration V2Remote Cluster Domain Manager Remote Cluster Spec - The registration request consists of the remote cluster details. and cloud type.
- aos
Remote Property MapCluster Spec - The registration request consists of the remote cluster details.
- cluster
Reference Property Map - The registration request consists of the remote cluster details. using the cluster reference.
- domain
Manager Property MapRemote Cluster Spec - The registration request consists of the remote cluster details. and cloud type.
PcRegistrationV2RemoteClusterAosRemoteClusterSpec, PcRegistrationV2RemoteClusterAosRemoteClusterSpecArgs
- Remote
Cluster PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
- Remote
Cluster PcRegistration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
- remote
Cluster PcRegistration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
- remote
Cluster PcRegistration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
- remote_
cluster PcRegistration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
- remote
Cluster Property Map - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteCluster, PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterArgs
- Addresses
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address> - -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- Credentials
Piers
Karsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Credentials - -(Required) Credentials to connect to a remote cluster.
- Addresses
[]Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address - -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- Credentials
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Credentials - -(Required) Credentials to connect to a remote cluster.
- addresses
List<Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address> - -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- credentials
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Credentials - -(Required) Credentials to connect to a remote cluster.
- addresses
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address[] - -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- credentials
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Credentials - -(Required) Credentials to connect to a remote cluster.
- addresses
Sequence[Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address] - -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- credentials
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Credentials - -(Required) Credentials to connect to a remote cluster.
- addresses List<Property Map>
- -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- credentials Property Map
- -(Required) Credentials to connect to a remote cluster.
PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddress, PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressArgs
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address 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. Pc Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster 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. Pc Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Fqdn - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
List<Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Fqdn[] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Fqdn] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Sequence[Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Address 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.
PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdn, PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdnArgs
- 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.
PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4, PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4Args
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6, PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6Args
- Value string
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentials, PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsArgs
- Authentication
Piers
Karsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Credentials Authentication - -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
- Authentication
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Credentials Authentication - -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
- authentication
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Credentials Authentication - -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
- authentication
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Credentials Authentication - -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
- authentication
Pc
Registration V2Remote Cluster Aos Remote Cluster Spec Remote Cluster Credentials Authentication - -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
- authentication Property Map
- -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthentication, PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthenticationArgs
- Password string
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- Username string
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
- Password string
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- Username string
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
- password String
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- username String
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
- password string
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- username string
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
- password str
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- username str
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
- password String
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- username String
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
PcRegistrationV2RemoteClusterClusterReference, PcRegistrationV2RemoteClusterClusterReferenceArgs
- Ext
Id string - -(Required) Cluster UUID of a remote cluster.
- Ext
Id string - -(Required) Cluster UUID of a remote cluster.
- ext
Id String - -(Required) Cluster UUID of a remote cluster.
- ext
Id string - -(Required) Cluster UUID of a remote cluster.
- ext_
id str - -(Required) Cluster UUID of a remote cluster.
- ext
Id String - -(Required) Cluster UUID of a remote cluster.
PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpec, PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecArgs
- Cloud
Type string - -(Required) Enum denoting whether the domain manager (Prism Central) instance is reachable with its physical address or reachable through the My Nutanix portal. Based on the above description, the allowed enum values are:
NUTANIX_HOSTED_CLOUD
: Domain manager (Prism Central) reachable through My Nutanix portal.ONPREM_CLOUD
: Domain manager (Prism Central) reachable on it's physical address.
- Remote
Cluster PiersKarsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
- Cloud
Type string - -(Required) Enum denoting whether the domain manager (Prism Central) instance is reachable with its physical address or reachable through the My Nutanix portal. Based on the above description, the allowed enum values are:
NUTANIX_HOSTED_CLOUD
: Domain manager (Prism Central) reachable through My Nutanix portal.ONPREM_CLOUD
: Domain manager (Prism Central) reachable on it's physical address.
- Remote
Cluster PcRegistration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
- cloud
Type String - -(Required) Enum denoting whether the domain manager (Prism Central) instance is reachable with its physical address or reachable through the My Nutanix portal. Based on the above description, the allowed enum values are:
NUTANIX_HOSTED_CLOUD
: Domain manager (Prism Central) reachable through My Nutanix portal.ONPREM_CLOUD
: Domain manager (Prism Central) reachable on it's physical address.
- remote
Cluster PcRegistration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
- cloud
Type string - -(Required) Enum denoting whether the domain manager (Prism Central) instance is reachable with its physical address or reachable through the My Nutanix portal. Based on the above description, the allowed enum values are:
NUTANIX_HOSTED_CLOUD
: Domain manager (Prism Central) reachable through My Nutanix portal.ONPREM_CLOUD
: Domain manager (Prism Central) reachable on it's physical address.
- remote
Cluster PcRegistration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
- cloud_
type str - -(Required) Enum denoting whether the domain manager (Prism Central) instance is reachable with its physical address or reachable through the My Nutanix portal. Based on the above description, the allowed enum values are:
NUTANIX_HOSTED_CLOUD
: Domain manager (Prism Central) reachable through My Nutanix portal.ONPREM_CLOUD
: Domain manager (Prism Central) reachable on it's physical address.
- remote_
cluster PcRegistration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
- cloud
Type String - -(Required) Enum denoting whether the domain manager (Prism Central) instance is reachable with its physical address or reachable through the My Nutanix portal. Based on the above description, the allowed enum values are:
NUTANIX_HOSTED_CLOUD
: Domain manager (Prism Central) reachable through My Nutanix portal.ONPREM_CLOUD
: Domain manager (Prism Central) reachable on it's physical address.
- remote
Cluster Property Map - -(Required) Address configuration of a remote cluster. It requires the address of the remote, that is an IP or domain name along with the basic authentication credentials.
PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteCluster, PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterArgs
- Addresses
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address> - -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- Credentials
Piers
Karsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Credentials - -(Required) Credentials to connect to a remote cluster.
- Addresses
[]Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address - -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- Credentials
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Credentials - -(Required) Credentials to connect to a remote cluster.
- addresses
List<Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address> - -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- credentials
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Credentials - -(Required) Credentials to connect to a remote cluster.
- addresses
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address[] - -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- credentials
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Credentials - -(Required) Credentials to connect to a remote cluster.
- addresses
Sequence[Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address] - -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- credentials
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Credentials - -(Required) Credentials to connect to a remote cluster.
- addresses List<Property Map>
- -(Required) An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- credentials Property Map
- -(Required) Credentials to connect to a remote cluster.
PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddress, PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressArgs
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address 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. Pc Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster 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. Pc Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Fqdn - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
List<Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Fqdn[] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Fqdn] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Sequence[Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Address 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.
PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdn, PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdnArgs
- 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.
PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4, PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4Args
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format.
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6, PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6Args
- Value string
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentials, PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsArgs
- Authentication
Piers
Karsenbarg. Nutanix. Inputs. Pc Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Credentials Authentication - -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
- Authentication
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Credentials Authentication - -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
- authentication
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Credentials Authentication - -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
- authentication
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Credentials Authentication - -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
- authentication
Pc
Registration V2Remote Cluster Domain Manager Remote Cluster Spec Remote Cluster Credentials Authentication - -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
- authentication Property Map
- -(Required) An authentication scheme that requires the client to present a username and password. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI.
PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthentication, PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthenticationArgs
- Password string
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- Username string
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
- Password string
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- Username string
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
- password String
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- username String
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
- password string
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- username string
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
- password str
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- username str
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
- password String
-(Required) Password required for the basic auth scheme.
See detailed information in Nutanix Register a PC Docs.
- username String
- -(Required) Username required for the basic auth scheme. As per RFC 2617 usernames might be case sensitive.
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.