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

nutanix.PcRegistrationV2

Explore with Pulumi AI

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

    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:

    PcExtId string
    -(Required) The display name for the Role.
    RemoteCluster PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteCluster
    -(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
    PcExtId string
    -(Required) The display name for the Role.
    RemoteCluster PcRegistrationV2RemoteClusterArgs
    -(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
    pcExtId String
    -(Required) The display name for the Role.
    remoteCluster PcRegistrationV2RemoteCluster
    -(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
    pcExtId string
    -(Required) The display name for the Role.
    remoteCluster PcRegistrationV2RemoteCluster
    -(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_id str
    -(Required) The display name for the Role.
    remote_cluster PcRegistrationV2RemoteClusterArgs
    -(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
    pcExtId String
    -(Required) The display name for the Role.
    remoteCluster 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<Property Map>
    extId String
    hostingClusterExtId String
    id String
    The provider-assigned unique ID for this managed resource.
    isRegisteredWithHostingCluster Boolean
    links List<Property Map>
    networks List<Property Map>
    nodeExtIds List<String>
    shouldEnableHighAvailability Boolean
    tenantId 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.
    The following state arguments are supported:
    Configs List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2Config>
    ExtId string
    HostingClusterExtId string
    IsRegisteredWithHostingCluster bool
    Links List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2Link>
    Networks List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2Network>
    NodeExtIds List<string>
    PcExtId string
    -(Required) The display name for the Role.
    RemoteCluster PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteCluster
    -(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
    ShouldEnableHighAvailability bool
    TenantId string
    Configs []PcRegistrationV2ConfigArgs
    ExtId string
    HostingClusterExtId string
    IsRegisteredWithHostingCluster bool
    Links []PcRegistrationV2LinkArgs
    Networks []PcRegistrationV2NetworkArgs
    NodeExtIds []string
    PcExtId string
    -(Required) The display name for the Role.
    RemoteCluster PcRegistrationV2RemoteClusterArgs
    -(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
    ShouldEnableHighAvailability bool
    TenantId string
    configs List<PcRegistrationV2Config>
    extId String
    hostingClusterExtId String
    isRegisteredWithHostingCluster Boolean
    links List<PcRegistrationV2Link>
    networks List<PcRegistrationV2Network>
    nodeExtIds List<String>
    pcExtId String
    -(Required) The display name for the Role.
    remoteCluster PcRegistrationV2RemoteCluster
    -(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
    shouldEnableHighAvailability Boolean
    tenantId String
    configs PcRegistrationV2Config[]
    extId string
    hostingClusterExtId string
    isRegisteredWithHostingCluster boolean
    links PcRegistrationV2Link[]
    networks PcRegistrationV2Network[]
    nodeExtIds string[]
    pcExtId string
    -(Required) The display name for the Role.
    remoteCluster PcRegistrationV2RemoteCluster
    -(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
    shouldEnableHighAvailability boolean
    tenantId string
    configs Sequence[PcRegistrationV2ConfigArgs]
    ext_id str
    hosting_cluster_ext_id str
    is_registered_with_hosting_cluster bool
    links Sequence[PcRegistrationV2LinkArgs]
    networks Sequence[PcRegistrationV2NetworkArgs]
    node_ext_ids Sequence[str]
    pc_ext_id str
    -(Required) The display name for the Role.
    remote_cluster PcRegistrationV2RemoteClusterArgs
    -(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_high_availability bool
    tenant_id str
    configs List<Property Map>
    extId String
    hostingClusterExtId String
    isRegisteredWithHostingCluster Boolean
    links List<Property Map>
    networks List<Property Map>
    nodeExtIds List<String>
    pcExtId String
    -(Required) The display name for the Role.
    remoteCluster 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
    shouldEnableHighAvailability Boolean
    tenantId String

    Supporting Types

    PcRegistrationV2Config, PcRegistrationV2ConfigArgs

    PcRegistrationV2ConfigBootstrapConfig, PcRegistrationV2ConfigBootstrapConfigArgs

    PcRegistrationV2ConfigBootstrapConfigEnvironmentInfo, PcRegistrationV2ConfigBootstrapConfigEnvironmentInfoArgs

    PcRegistrationV2ConfigBuildInfo, PcRegistrationV2ConfigBuildInfoArgs

    Version string
    Version string
    version String
    version string
    version String

    PcRegistrationV2ConfigResourceConfig, PcRegistrationV2ConfigResourceConfigArgs

    containerExtIds List<String>
    dataDiskSizeBytes Integer
    memorySizeBytes Integer
    numVcpus Integer
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    PcRegistrationV2Network, PcRegistrationV2NetworkArgs

    externalAddresses List<Property Map>
    externalNetworks List<Property Map>
    fqdn String
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    nameServers List<Property Map>
    ntpServers List<Property Map>

    PcRegistrationV2NetworkExternalAddress, PcRegistrationV2NetworkExternalAddressArgs

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

    PrefixLength 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.
    PrefixLength 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.
    prefixLength 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.
    prefixLength 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.
    prefixLength 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

    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    prefixLength 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
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String

    PcRegistrationV2NetworkExternalNetwork, PcRegistrationV2NetworkExternalNetworkArgs

    PcRegistrationV2NetworkExternalNetworkDefaultGateway, PcRegistrationV2NetworkExternalNetworkDefaultGatewayArgs

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkExternalNetworkDefaultGatewayFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []PcRegistrationV2NetworkExternalNetworkDefaultGatewayFqdn
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s []PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<PcRegistrationV2NetworkExternalNetworkDefaultGatewayFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s List<PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns PcRegistrationV2NetworkExternalNetworkDefaultGatewayFqdn[]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[PcRegistrationV2NetworkExternalNetworkDefaultGatewayFqdn]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s Sequence[PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[PcRegistrationV2NetworkExternalNetworkDefaultGatewayIpv6]
    • 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

    PrefixLength 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.
    PrefixLength 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.
    prefixLength 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.
    prefixLength 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.
    prefixLength 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

    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    prefixLength 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
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String

    PcRegistrationV2NetworkExternalNetworkIpRange, PcRegistrationV2NetworkExternalNetworkIpRangeArgs

    PcRegistrationV2NetworkExternalNetworkIpRangeBegin, PcRegistrationV2NetworkExternalNetworkIpRangeBeginArgs

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

    PrefixLength 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.
    PrefixLength 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.
    prefixLength 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.
    prefixLength 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.
    prefixLength 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

    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    prefixLength 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
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String

    PcRegistrationV2NetworkExternalNetworkIpRangeEnd, PcRegistrationV2NetworkExternalNetworkIpRangeEndArgs

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

    PrefixLength 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.
    PrefixLength 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.
    prefixLength 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.
    prefixLength 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.
    prefixLength 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

    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    prefixLength 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
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String

    PcRegistrationV2NetworkExternalNetworkSubnetMask, PcRegistrationV2NetworkExternalNetworkSubnetMaskArgs

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkExternalNetworkSubnetMaskFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []PcRegistrationV2NetworkExternalNetworkSubnetMaskFqdn
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s []PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<PcRegistrationV2NetworkExternalNetworkSubnetMaskFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s List<PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns PcRegistrationV2NetworkExternalNetworkSubnetMaskFqdn[]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[PcRegistrationV2NetworkExternalNetworkSubnetMaskFqdn]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s Sequence[PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[PcRegistrationV2NetworkExternalNetworkSubnetMaskIpv6]
    • 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

    PrefixLength 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.
    PrefixLength 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.
    prefixLength 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.
    prefixLength 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.
    prefixLength 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

    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    prefixLength 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
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String

    PcRegistrationV2NetworkNameServer, PcRegistrationV2NetworkNameServerArgs

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkNameServerFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkNameServerIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkNameServerIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []PcRegistrationV2NetworkNameServerFqdn
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s []PcRegistrationV2NetworkNameServerIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []PcRegistrationV2NetworkNameServerIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<PcRegistrationV2NetworkNameServerFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s List<PcRegistrationV2NetworkNameServerIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<PcRegistrationV2NetworkNameServerIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns PcRegistrationV2NetworkNameServerFqdn[]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s PcRegistrationV2NetworkNameServerIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s PcRegistrationV2NetworkNameServerIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[PcRegistrationV2NetworkNameServerFqdn]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s Sequence[PcRegistrationV2NetworkNameServerIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[PcRegistrationV2NetworkNameServerIpv6]
    • 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

    PrefixLength 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.
    PrefixLength 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.
    prefixLength 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.
    prefixLength 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.
    prefixLength 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

    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    prefixLength 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
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String

    PcRegistrationV2NetworkNtpServer, PcRegistrationV2NetworkNtpServerArgs

    Fqdns List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkNtpServerFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkNtpServerIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2NetworkNtpServerIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []PcRegistrationV2NetworkNtpServerFqdn
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s []PcRegistrationV2NetworkNtpServerIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []PcRegistrationV2NetworkNtpServerIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<PcRegistrationV2NetworkNtpServerFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s List<PcRegistrationV2NetworkNtpServerIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<PcRegistrationV2NetworkNtpServerIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns PcRegistrationV2NetworkNtpServerFqdn[]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s PcRegistrationV2NetworkNtpServerIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s PcRegistrationV2NetworkNtpServerIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[PcRegistrationV2NetworkNtpServerFqdn]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s Sequence[PcRegistrationV2NetworkNtpServerIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[PcRegistrationV2NetworkNtpServerIpv6]
    • 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

    PrefixLength 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.
    PrefixLength 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.
    prefixLength 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.
    prefixLength 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.
    prefixLength 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

    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    prefixLength 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
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String

    PcRegistrationV2RemoteCluster, PcRegistrationV2RemoteClusterArgs

    AosRemoteClusterSpec PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpec
    • The registration request consists of the remote cluster details.
    ClusterReference PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterClusterReference
    • The registration request consists of the remote cluster details. using the cluster reference.
    DomainManagerRemoteClusterSpec PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpec
    • The registration request consists of the remote cluster details. and cloud type.
    AosRemoteClusterSpec PcRegistrationV2RemoteClusterAosRemoteClusterSpec
    • The registration request consists of the remote cluster details.
    ClusterReference PcRegistrationV2RemoteClusterClusterReference
    • The registration request consists of the remote cluster details. using the cluster reference.
    DomainManagerRemoteClusterSpec PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpec
    • The registration request consists of the remote cluster details. and cloud type.
    aosRemoteClusterSpec PcRegistrationV2RemoteClusterAosRemoteClusterSpec
    • The registration request consists of the remote cluster details.
    clusterReference PcRegistrationV2RemoteClusterClusterReference
    • The registration request consists of the remote cluster details. using the cluster reference.
    domainManagerRemoteClusterSpec PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpec
    • The registration request consists of the remote cluster details. and cloud type.
    aosRemoteClusterSpec PcRegistrationV2RemoteClusterAosRemoteClusterSpec
    • The registration request consists of the remote cluster details.
    clusterReference PcRegistrationV2RemoteClusterClusterReference
    • The registration request consists of the remote cluster details. using the cluster reference.
    domainManagerRemoteClusterSpec PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpec
    • The registration request consists of the remote cluster details. and cloud type.
    aos_remote_cluster_spec PcRegistrationV2RemoteClusterAosRemoteClusterSpec
    • The registration request consists of the remote cluster details.
    cluster_reference PcRegistrationV2RemoteClusterClusterReference
    • The registration request consists of the remote cluster details. using the cluster reference.
    domain_manager_remote_cluster_spec PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpec
    • The registration request consists of the remote cluster details. and cloud type.
    aosRemoteClusterSpec Property Map
    • The registration request consists of the remote cluster details.
    clusterReference Property Map
    • The registration request consists of the remote cluster details. using the cluster reference.
    domainManagerRemoteClusterSpec Property Map
    • The registration request consists of the remote cluster details. and cloud type.

    PcRegistrationV2RemoteClusterAosRemoteClusterSpec, PcRegistrationV2RemoteClusterAosRemoteClusterSpecArgs

    RemoteCluster PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteCluster
    -(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.
    RemoteCluster PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteCluster
    -(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.
    remoteCluster PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteCluster
    -(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.
    remoteCluster PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteCluster
    -(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 PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteCluster
    -(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.
    remoteCluster 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<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddress>
    -(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 PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentials
    -(Required) Credentials to connect to a remote cluster.
    Addresses []PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddress
    -(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 PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentials
    -(Required) Credentials to connect to a remote cluster.
    addresses List<PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddress>
    -(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 PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentials
    -(Required) Credentials to connect to a remote cluster.
    addresses PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddress[]
    -(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 PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentials
    -(Required) Credentials to connect to a remote cluster.
    addresses Sequence[PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddress]
    -(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 PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentials
    -(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<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdn
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s []PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s List<PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdn[]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressFqdn]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s Sequence[PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6]
    • 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.
    PrefixLength 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.
    PrefixLength 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.
    prefixLength 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.
    prefixLength 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.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6, PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterAddressIpv6Args

    Value string
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    prefixLength 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
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentials, PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsArgs

    Authentication PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthentication
    -(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 PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthentication
    -(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 PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthentication
    -(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 PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthentication
    -(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 PcRegistrationV2RemoteClusterAosRemoteClusterSpecRemoteClusterCredentialsAuthentication
    -(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

    ExtId string
    -(Required) Cluster UUID of a remote cluster.
    ExtId string
    -(Required) Cluster UUID of a remote cluster.
    extId String
    -(Required) Cluster UUID of a remote cluster.
    extId string
    -(Required) Cluster UUID of a remote cluster.
    ext_id str
    -(Required) Cluster UUID of a remote cluster.
    extId String
    -(Required) Cluster UUID of a remote cluster.

    PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpec, PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecArgs

    CloudType 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.
    RemoteCluster PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteCluster
    -(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.
    CloudType 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.
    RemoteCluster PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteCluster
    -(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.
    cloudType 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.
    remoteCluster PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteCluster
    -(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.
    cloudType 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.
    remoteCluster PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteCluster
    -(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 PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteCluster
    -(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.
    cloudType 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.
    remoteCluster 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<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddress>
    -(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 PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentials
    -(Required) Credentials to connect to a remote cluster.
    Addresses []PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddress
    -(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 PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentials
    -(Required) Credentials to connect to a remote cluster.
    addresses List<PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddress>
    -(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 PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentials
    -(Required) Credentials to connect to a remote cluster.
    addresses PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddress[]
    -(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 PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentials
    -(Required) Credentials to connect to a remote cluster.
    addresses Sequence[PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddress]
    -(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 PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentials
    -(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<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Fqdns []PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdn
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    Ipv4s []PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns List<PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdn>
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s List<PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdn[]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    fqdns Sequence[PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressFqdn]
    • A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
    ipv4s Sequence[PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6]
    • 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.
    PrefixLength 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.
    PrefixLength 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.
    prefixLength 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.
    prefixLength 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.
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6, PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterAddressIpv6Args

    Value string
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    PrefixLength int
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    prefixLength Integer
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    prefixLength 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
    prefixLength Number
    • The prefix length of the network to which this host IPv4/IPv6 address belongs.

    PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentials, PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsArgs

    Authentication PiersKarsenbarg.Nutanix.Inputs.PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthentication
    -(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 PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthentication
    -(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 PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthentication
    -(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 PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthentication
    -(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 PcRegistrationV2RemoteClusterDomainManagerRemoteClusterSpecRemoteClusterCredentialsAuthentication
    -(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.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg