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

nutanix.ClustersUnconfiguredNodeNetworksV2

Explore with Pulumi AI

Get a dictionary of cluster networks and available uplinks on the given nodes. This API is not supported for XEN hypervisor type.

Create ClustersUnconfiguredNodeNetworksV2 Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ClustersUnconfiguredNodeNetworksV2(name: string, args: ClustersUnconfiguredNodeNetworksV2Args, opts?: CustomResourceOptions);
@overload
def ClustersUnconfiguredNodeNetworksV2(resource_name: str,
                                       args: ClustersUnconfiguredNodeNetworksV2Args,
                                       opts: Optional[ResourceOptions] = None)

@overload
def ClustersUnconfiguredNodeNetworksV2(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       ext_id: Optional[str] = None,
                                       node_lists: Optional[Sequence[ClustersUnconfiguredNodeNetworksV2NodeListArgs]] = None,
                                       expand: Optional[str] = None,
                                       request_type: Optional[str] = None)
func NewClustersUnconfiguredNodeNetworksV2(ctx *Context, name string, args ClustersUnconfiguredNodeNetworksV2Args, opts ...ResourceOption) (*ClustersUnconfiguredNodeNetworksV2, error)
public ClustersUnconfiguredNodeNetworksV2(string name, ClustersUnconfiguredNodeNetworksV2Args args, CustomResourceOptions? opts = null)
public ClustersUnconfiguredNodeNetworksV2(String name, ClustersUnconfiguredNodeNetworksV2Args args)
public ClustersUnconfiguredNodeNetworksV2(String name, ClustersUnconfiguredNodeNetworksV2Args args, CustomResourceOptions options)
type: nutanix:ClustersUnconfiguredNodeNetworksV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ClustersUnconfiguredNodeNetworksV2Args
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ClustersUnconfiguredNodeNetworksV2Args
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ClustersUnconfiguredNodeNetworksV2Args
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ClustersUnconfiguredNodeNetworksV2Args
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ClustersUnconfiguredNodeNetworksV2Args
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 clustersUnconfiguredNodeNetworksV2Resource = new Nutanix.ClustersUnconfiguredNodeNetworksV2("clustersUnconfiguredNodeNetworksV2Resource", new()
{
    ExtId = "string",
    NodeLists = new[]
    {
        new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListArgs
        {
            BlockId = "string",
            CurrentNetworkInterface = "string",
            CvmIps = new[]
            {
                new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArgs
                {
                    Ipv4s = new[]
                    {
                        new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Args
                        {
                            Value = "string",
                            PrefixLength = 0,
                        },
                    },
                    Ipv6s = new[]
                    {
                        new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6Args
                        {
                            Value = "string",
                            PrefixLength = 0,
                        },
                    },
                },
            },
            DigitalCertificateMapLists = new[]
            {
                new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapListArgs
                {
                    Key = "string",
                    Value = "string",
                },
            },
            HypervisorIps = new[]
            {
                new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArgs
                {
                    Ipv4s = new[]
                    {
                        new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Args
                        {
                            Value = "string",
                            PrefixLength = 0,
                        },
                    },
                    Ipv6s = new[]
                    {
                        new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6Args
                        {
                            Value = "string",
                            PrefixLength = 0,
                        },
                    },
                },
            },
            HypervisorType = "string",
            HypervisorVersion = "string",
            IpmiIps = new[]
            {
                new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpArgs
                {
                    Ipv4s = new[]
                    {
                        new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4Args
                        {
                            Value = "string",
                            PrefixLength = 0,
                        },
                    },
                    Ipv6s = new[]
                    {
                        new Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6Args
                        {
                            Value = "string",
                            PrefixLength = 0,
                        },
                    },
                },
            },
            IsComputeOnly = false,
            IsLightCompute = false,
            IsRoboMixedHypervisor = false,
            Model = "string",
            NodePosition = "string",
            NodeUuid = "string",
            NosVersion = "string",
        },
    },
    Expand = "string",
    RequestType = "string",
});
Copy
example, err := nutanix.NewClustersUnconfiguredNodeNetworksV2(ctx, "clustersUnconfiguredNodeNetworksV2Resource", &nutanix.ClustersUnconfiguredNodeNetworksV2Args{
	ExtId: pulumi.String("string"),
	NodeLists: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListArray{
		&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListArgs{
			BlockId:                 pulumi.String("string"),
			CurrentNetworkInterface: pulumi.String("string"),
			CvmIps: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArray{
				&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArgs{
					Ipv4s: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Array{
						&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Args{
							Value:        pulumi.String("string"),
							PrefixLength: pulumi.Int(0),
						},
					},
					Ipv6s: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6Array{
						&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6Args{
							Value:        pulumi.String("string"),
							PrefixLength: pulumi.Int(0),
						},
					},
				},
			},
			DigitalCertificateMapLists: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapListArray{
				&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapListArgs{
					Key:   pulumi.String("string"),
					Value: pulumi.String("string"),
				},
			},
			HypervisorIps: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArray{
				&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArgs{
					Ipv4s: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Array{
						&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Args{
							Value:        pulumi.String("string"),
							PrefixLength: pulumi.Int(0),
						},
					},
					Ipv6s: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6Array{
						&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6Args{
							Value:        pulumi.String("string"),
							PrefixLength: pulumi.Int(0),
						},
					},
				},
			},
			HypervisorType:    pulumi.String("string"),
			HypervisorVersion: pulumi.String("string"),
			IpmiIps: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpArray{
				&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpArgs{
					Ipv4s: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4Array{
						&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4Args{
							Value:        pulumi.String("string"),
							PrefixLength: pulumi.Int(0),
						},
					},
					Ipv6s: nutanix.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6Array{
						&nutanix.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6Args{
							Value:        pulumi.String("string"),
							PrefixLength: pulumi.Int(0),
						},
					},
				},
			},
			IsComputeOnly:         pulumi.Bool(false),
			IsLightCompute:        pulumi.Bool(false),
			IsRoboMixedHypervisor: pulumi.Bool(false),
			Model:                 pulumi.String("string"),
			NodePosition:          pulumi.String("string"),
			NodeUuid:              pulumi.String("string"),
			NosVersion:            pulumi.String("string"),
		},
	},
	Expand:      pulumi.String("string"),
	RequestType: pulumi.String("string"),
})
Copy
var clustersUnconfiguredNodeNetworksV2Resource = new ClustersUnconfiguredNodeNetworksV2("clustersUnconfiguredNodeNetworksV2Resource", ClustersUnconfiguredNodeNetworksV2Args.builder()
    .extId("string")
    .nodeLists(ClustersUnconfiguredNodeNetworksV2NodeListArgs.builder()
        .blockId("string")
        .currentNetworkInterface("string")
        .cvmIps(ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArgs.builder()
            .ipv4s(ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Args.builder()
                .value("string")
                .prefixLength(0)
                .build())
            .ipv6s(ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6Args.builder()
                .value("string")
                .prefixLength(0)
                .build())
            .build())
        .digitalCertificateMapLists(ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapListArgs.builder()
            .key("string")
            .value("string")
            .build())
        .hypervisorIps(ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArgs.builder()
            .ipv4s(ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Args.builder()
                .value("string")
                .prefixLength(0)
                .build())
            .ipv6s(ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6Args.builder()
                .value("string")
                .prefixLength(0)
                .build())
            .build())
        .hypervisorType("string")
        .hypervisorVersion("string")
        .ipmiIps(ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpArgs.builder()
            .ipv4s(ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4Args.builder()
                .value("string")
                .prefixLength(0)
                .build())
            .ipv6s(ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6Args.builder()
                .value("string")
                .prefixLength(0)
                .build())
            .build())
        .isComputeOnly(false)
        .isLightCompute(false)
        .isRoboMixedHypervisor(false)
        .model("string")
        .nodePosition("string")
        .nodeUuid("string")
        .nosVersion("string")
        .build())
    .expand("string")
    .requestType("string")
    .build());
Copy
clusters_unconfigured_node_networks_v2_resource = nutanix.ClustersUnconfiguredNodeNetworksV2("clustersUnconfiguredNodeNetworksV2Resource",
    ext_id="string",
    node_lists=[{
        "block_id": "string",
        "current_network_interface": "string",
        "cvm_ips": [{
            "ipv4s": [{
                "value": "string",
                "prefix_length": 0,
            }],
            "ipv6s": [{
                "value": "string",
                "prefix_length": 0,
            }],
        }],
        "digital_certificate_map_lists": [{
            "key": "string",
            "value": "string",
        }],
        "hypervisor_ips": [{
            "ipv4s": [{
                "value": "string",
                "prefix_length": 0,
            }],
            "ipv6s": [{
                "value": "string",
                "prefix_length": 0,
            }],
        }],
        "hypervisor_type": "string",
        "hypervisor_version": "string",
        "ipmi_ips": [{
            "ipv4s": [{
                "value": "string",
                "prefix_length": 0,
            }],
            "ipv6s": [{
                "value": "string",
                "prefix_length": 0,
            }],
        }],
        "is_compute_only": False,
        "is_light_compute": False,
        "is_robo_mixed_hypervisor": False,
        "model": "string",
        "node_position": "string",
        "node_uuid": "string",
        "nos_version": "string",
    }],
    expand="string",
    request_type="string")
Copy
const clustersUnconfiguredNodeNetworksV2Resource = new nutanix.ClustersUnconfiguredNodeNetworksV2("clustersUnconfiguredNodeNetworksV2Resource", {
    extId: "string",
    nodeLists: [{
        blockId: "string",
        currentNetworkInterface: "string",
        cvmIps: [{
            ipv4s: [{
                value: "string",
                prefixLength: 0,
            }],
            ipv6s: [{
                value: "string",
                prefixLength: 0,
            }],
        }],
        digitalCertificateMapLists: [{
            key: "string",
            value: "string",
        }],
        hypervisorIps: [{
            ipv4s: [{
                value: "string",
                prefixLength: 0,
            }],
            ipv6s: [{
                value: "string",
                prefixLength: 0,
            }],
        }],
        hypervisorType: "string",
        hypervisorVersion: "string",
        ipmiIps: [{
            ipv4s: [{
                value: "string",
                prefixLength: 0,
            }],
            ipv6s: [{
                value: "string",
                prefixLength: 0,
            }],
        }],
        isComputeOnly: false,
        isLightCompute: false,
        isRoboMixedHypervisor: false,
        model: "string",
        nodePosition: "string",
        nodeUuid: "string",
        nosVersion: "string",
    }],
    expand: "string",
    requestType: "string",
});
Copy
type: nutanix:ClustersUnconfiguredNodeNetworksV2
properties:
    expand: string
    extId: string
    nodeLists:
        - blockId: string
          currentNetworkInterface: string
          cvmIps:
            - ipv4s:
                - prefixLength: 0
                  value: string
              ipv6s:
                - prefixLength: 0
                  value: string
          digitalCertificateMapLists:
            - key: string
              value: string
          hypervisorIps:
            - ipv4s:
                - prefixLength: 0
                  value: string
              ipv6s:
                - prefixLength: 0
                  value: string
          hypervisorType: string
          hypervisorVersion: string
          ipmiIps:
            - ipv4s:
                - prefixLength: 0
                  value: string
              ipv6s:
                - prefixLength: 0
                  value: string
          isComputeOnly: false
          isLightCompute: false
          isRoboMixedHypervisor: false
          model: string
          nodePosition: string
          nodeUuid: string
          nosVersion: string
    requestType: string
Copy

ClustersUnconfiguredNodeNetworksV2 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 ClustersUnconfiguredNodeNetworksV2 resource accepts the following input properties:

ExtId This property is required. string
-(Required) Cluster UUID.
NodeLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeList>
-(Required) List of nodes for which the network information is required.
Expand string
RequestType string
-(Optional) Request type
ExtId This property is required. string
-(Required) Cluster UUID.
NodeLists This property is required. []ClustersUnconfiguredNodeNetworksV2NodeListArgs
-(Required) List of nodes for which the network information is required.
Expand string
RequestType string
-(Optional) Request type
extId This property is required. String
-(Required) Cluster UUID.
nodeLists This property is required. List<ClustersUnconfiguredNodeNetworksV2NodeList>
-(Required) List of nodes for which the network information is required.
expand String
requestType String
-(Optional) Request type
extId This property is required. string
-(Required) Cluster UUID.
nodeLists This property is required. ClustersUnconfiguredNodeNetworksV2NodeList[]
-(Required) List of nodes for which the network information is required.
expand string
requestType string
-(Optional) Request type
ext_id This property is required. str
-(Required) Cluster UUID.
node_lists This property is required. Sequence[ClustersUnconfiguredNodeNetworksV2NodeListArgs]
-(Required) List of nodes for which the network information is required.
expand str
request_type str
-(Optional) Request type
extId This property is required. String
-(Required) Cluster UUID.
nodeLists This property is required. List<Property Map>
-(Required) List of nodes for which the network information is required.
expand String
requestType String
-(Optional) Request type

Outputs

All input properties are implicitly available as output properties. Additionally, the ClustersUnconfiguredNodeNetworksV2 resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
NodesNetworkingDetails []ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail
id String
The provider-assigned unique ID for this managed resource.
nodesNetworkingDetails List<ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail>
id string
The provider-assigned unique ID for this managed resource.
nodesNetworkingDetails ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail[]
id str
The provider-assigned unique ID for this managed resource.
nodes_networking_details Sequence[ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail]
id String
The provider-assigned unique ID for this managed resource.
nodesNetworkingDetails List<Property Map>

Look up Existing ClustersUnconfiguredNodeNetworksV2 Resource

Get an existing ClustersUnconfiguredNodeNetworksV2 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?: ClustersUnconfiguredNodeNetworksV2State, opts?: CustomResourceOptions): ClustersUnconfiguredNodeNetworksV2
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        expand: Optional[str] = None,
        ext_id: Optional[str] = None,
        node_lists: Optional[Sequence[ClustersUnconfiguredNodeNetworksV2NodeListArgs]] = None,
        nodes_networking_details: Optional[Sequence[ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailArgs]] = None,
        request_type: Optional[str] = None) -> ClustersUnconfiguredNodeNetworksV2
func GetClustersUnconfiguredNodeNetworksV2(ctx *Context, name string, id IDInput, state *ClustersUnconfiguredNodeNetworksV2State, opts ...ResourceOption) (*ClustersUnconfiguredNodeNetworksV2, error)
public static ClustersUnconfiguredNodeNetworksV2 Get(string name, Input<string> id, ClustersUnconfiguredNodeNetworksV2State? state, CustomResourceOptions? opts = null)
public static ClustersUnconfiguredNodeNetworksV2 get(String name, Output<String> id, ClustersUnconfiguredNodeNetworksV2State state, CustomResourceOptions options)
resources:  _:    type: nutanix:ClustersUnconfiguredNodeNetworksV2    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
Expand string
ExtId string
-(Required) Cluster UUID.
NodeLists []ClustersUnconfiguredNodeNetworksV2NodeListArgs
-(Required) List of nodes for which the network information is required.
NodesNetworkingDetails []ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailArgs
RequestType string
-(Optional) Request type
expand String
extId String
-(Required) Cluster UUID.
nodeLists List<ClustersUnconfiguredNodeNetworksV2NodeList>
-(Required) List of nodes for which the network information is required.
nodesNetworkingDetails List<ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail>
requestType String
-(Optional) Request type
expand string
extId string
-(Required) Cluster UUID.
nodeLists ClustersUnconfiguredNodeNetworksV2NodeList[]
-(Required) List of nodes for which the network information is required.
nodesNetworkingDetails ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail[]
requestType string
-(Optional) Request type
expand str
ext_id str
-(Required) Cluster UUID.
node_lists Sequence[ClustersUnconfiguredNodeNetworksV2NodeListArgs]
-(Required) List of nodes for which the network information is required.
nodes_networking_details Sequence[ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailArgs]
request_type str
-(Optional) Request type
expand String
extId String
-(Required) Cluster UUID.
nodeLists List<Property Map>
-(Required) List of nodes for which the network information is required.
nodesNetworkingDetails List<Property Map>
requestType String
-(Optional) Request type

Supporting Types

ClustersUnconfiguredNodeNetworksV2NodeList
, ClustersUnconfiguredNodeNetworksV2NodeListArgs

BlockId string
-(Optional) Block ID.
CurrentNetworkInterface string
-(Optional) Current network interface.
CvmIps List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListCvmIp>
-(Optional) CVM IP.
DigitalCertificateMapLists List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapList>
-(Optional) Digital certificate map list.
HypervisorIps List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIp>
-(Optional) Hypervisor IP.
HypervisorType string
-(Optional) Hypervisor type.
HypervisorVersion string
-(Optional) Hypervisor version.
IpmiIps List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIp>
-(Optional) IPMI IP.
IsComputeOnly bool
-(Optional) Is compute only.
IsLightCompute bool
IsRoboMixedHypervisor bool
-(Optional) Is ROBO mixed hypervisor.
Model string
-(Optional) Model name.
NodePosition string
-(Optional) Node position.
NodeUuid string
-(Optional) Node UUID.
NosVersion string
-(Optional) NOS version.
BlockId string
-(Optional) Block ID.
CurrentNetworkInterface string
-(Optional) Current network interface.
CvmIps []ClustersUnconfiguredNodeNetworksV2NodeListCvmIp
-(Optional) CVM IP.
DigitalCertificateMapLists []ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapList
-(Optional) Digital certificate map list.
HypervisorIps []ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIp
-(Optional) Hypervisor IP.
HypervisorType string
-(Optional) Hypervisor type.
HypervisorVersion string
-(Optional) Hypervisor version.
IpmiIps []ClustersUnconfiguredNodeNetworksV2NodeListIpmiIp
-(Optional) IPMI IP.
IsComputeOnly bool
-(Optional) Is compute only.
IsLightCompute bool
IsRoboMixedHypervisor bool
-(Optional) Is ROBO mixed hypervisor.
Model string
-(Optional) Model name.
NodePosition string
-(Optional) Node position.
NodeUuid string
-(Optional) Node UUID.
NosVersion string
-(Optional) NOS version.
blockId String
-(Optional) Block ID.
currentNetworkInterface String
-(Optional) Current network interface.
cvmIps List<ClustersUnconfiguredNodeNetworksV2NodeListCvmIp>
-(Optional) CVM IP.
digitalCertificateMapLists List<ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapList>
-(Optional) Digital certificate map list.
hypervisorIps List<ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIp>
-(Optional) Hypervisor IP.
hypervisorType String
-(Optional) Hypervisor type.
hypervisorVersion String
-(Optional) Hypervisor version.
ipmiIps List<ClustersUnconfiguredNodeNetworksV2NodeListIpmiIp>
-(Optional) IPMI IP.
isComputeOnly Boolean
-(Optional) Is compute only.
isLightCompute Boolean
isRoboMixedHypervisor Boolean
-(Optional) Is ROBO mixed hypervisor.
model String
-(Optional) Model name.
nodePosition String
-(Optional) Node position.
nodeUuid String
-(Optional) Node UUID.
nosVersion String
-(Optional) NOS version.
blockId string
-(Optional) Block ID.
currentNetworkInterface string
-(Optional) Current network interface.
cvmIps ClustersUnconfiguredNodeNetworksV2NodeListCvmIp[]
-(Optional) CVM IP.
digitalCertificateMapLists ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapList[]
-(Optional) Digital certificate map list.
hypervisorIps ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIp[]
-(Optional) Hypervisor IP.
hypervisorType string
-(Optional) Hypervisor type.
hypervisorVersion string
-(Optional) Hypervisor version.
ipmiIps ClustersUnconfiguredNodeNetworksV2NodeListIpmiIp[]
-(Optional) IPMI IP.
isComputeOnly boolean
-(Optional) Is compute only.
isLightCompute boolean
isRoboMixedHypervisor boolean
-(Optional) Is ROBO mixed hypervisor.
model string
-(Optional) Model name.
nodePosition string
-(Optional) Node position.
nodeUuid string
-(Optional) Node UUID.
nosVersion string
-(Optional) NOS version.
block_id str
-(Optional) Block ID.
current_network_interface str
-(Optional) Current network interface.
cvm_ips Sequence[ClustersUnconfiguredNodeNetworksV2NodeListCvmIp]
-(Optional) CVM IP.
digital_certificate_map_lists Sequence[ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapList]
-(Optional) Digital certificate map list.
hypervisor_ips Sequence[ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIp]
-(Optional) Hypervisor IP.
hypervisor_type str
-(Optional) Hypervisor type.
hypervisor_version str
-(Optional) Hypervisor version.
ipmi_ips Sequence[ClustersUnconfiguredNodeNetworksV2NodeListIpmiIp]
-(Optional) IPMI IP.
is_compute_only bool
-(Optional) Is compute only.
is_light_compute bool
is_robo_mixed_hypervisor bool
-(Optional) Is ROBO mixed hypervisor.
model str
-(Optional) Model name.
node_position str
-(Optional) Node position.
node_uuid str
-(Optional) Node UUID.
nos_version str
-(Optional) NOS version.
blockId String
-(Optional) Block ID.
currentNetworkInterface String
-(Optional) Current network interface.
cvmIps List<Property Map>
-(Optional) CVM IP.
digitalCertificateMapLists List<Property Map>
-(Optional) Digital certificate map list.
hypervisorIps List<Property Map>
-(Optional) Hypervisor IP.
hypervisorType String
-(Optional) Hypervisor type.
hypervisorVersion String
-(Optional) Hypervisor version.
ipmiIps List<Property Map>
-(Optional) IPMI IP.
isComputeOnly Boolean
-(Optional) Is compute only.
isLightCompute Boolean
isRoboMixedHypervisor Boolean
-(Optional) Is ROBO mixed hypervisor.
model String
-(Optional) Model name.
nodePosition String
-(Optional) Node position.
nodeUuid String
-(Optional) Node UUID.
nosVersion String
-(Optional) NOS version.

ClustersUnconfiguredNodeNetworksV2NodeListCvmIp
, ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArgs

Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
Ipv4s []ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
Ipv6s []ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s List<ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s List<ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4[]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6[]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s Sequence[ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s Sequence[ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s List<Property Map>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s List<Property Map>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.

ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4
, ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv4Args

Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Integer
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
prefixLength number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. str
-(Required) The IPv4/IPv6 address of the host.
prefix_length int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.

ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6
, ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6Args

Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Integer
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
prefixLength number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. str
-(Required) The IPv4/IPv6 address of the host.
prefix_length int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.

ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapList
, ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapListArgs

Key string
-(Optional) Field containing digital_certificate_base64 and key_management_server_uuid for key management server.
Value string
Key string
-(Optional) Field containing digital_certificate_base64 and key_management_server_uuid for key management server.
Value string
key String
-(Optional) Field containing digital_certificate_base64 and key_management_server_uuid for key management server.
value String
key string
-(Optional) Field containing digital_certificate_base64 and key_management_server_uuid for key management server.
value string
key str
-(Optional) Field containing digital_certificate_base64 and key_management_server_uuid for key management server.
value str
key String
-(Optional) Field containing digital_certificate_base64 and key_management_server_uuid for key management server.
value String

ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIp
, ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArgs

Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
Ipv4s []ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
Ipv6s []ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s List<ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s List<ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4[]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6[]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s Sequence[ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s Sequence[ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s List<Property Map>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s List<Property Map>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.

ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4
, ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv4Args

Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Integer
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
prefixLength number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. str
-(Required) The IPv4/IPv6 address of the host.
prefix_length int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.

ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6
, ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6Args

Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Integer
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
prefixLength number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. str
-(Required) The IPv4/IPv6 address of the host.
prefix_length int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.

ClustersUnconfiguredNodeNetworksV2NodeListIpmiIp
, ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpArgs

Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
Ipv4s []ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
Ipv6s []ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s List<ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s List<ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4[]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6[]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s Sequence[ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s Sequence[ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s List<Property Map>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s List<Property Map>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.

ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4
, ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv4Args

Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Integer
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
prefixLength number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. str
-(Required) The IPv4/IPv6 address of the host.
prefix_length int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.

ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6
, ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6Args

Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Integer
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
prefixLength number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. str
-(Required) The IPv4/IPv6 address of the host.
prefix_length int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.

ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail
, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailArgs

NetworkInfos []ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfo
  • Network information for the given nodes.
Uplinks []ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplink
  • List of uplinks information for each CVM IP.
Warnings []string
  • List of warning messages.
networkInfos List<ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfo>
  • Network information for the given nodes.
uplinks List<ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplink>
  • List of uplinks information for each CVM IP.
warnings List<String>
  • List of warning messages.
networkInfos ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfo[]
  • Network information for the given nodes.
uplinks ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplink[]
  • List of uplinks information for each CVM IP.
warnings string[]
  • List of warning messages.
network_infos Sequence[ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfo]
  • Network information for the given nodes.
uplinks Sequence[ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplink]
  • List of uplinks information for each CVM IP.
warnings Sequence[str]
  • List of warning messages.
networkInfos List<Property Map>
  • Network information for the given nodes.
uplinks List<Property Map>
  • List of uplinks information for each CVM IP.
warnings List<String>
  • List of warning messages.

ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfo
, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoArgs

hcis List<Property Map>
  • Network information of HCI nodes.
sos List<Property Map>
  • Network information of SO nodes.

ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoHci
, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoHciArgs

HypervisorType string
  • Hypervisor type.
Name string
  • Interface name.
Networks List<string>
  • List of networks for interface.
HypervisorType string
  • Hypervisor type.
Name string
  • Interface name.
Networks []string
  • List of networks for interface.
hypervisorType String
  • Hypervisor type.
name String
  • Interface name.
networks List<String>
  • List of networks for interface.
hypervisorType string
  • Hypervisor type.
name string
  • Interface name.
networks string[]
  • List of networks for interface.
hypervisor_type str
  • Hypervisor type.
name str
  • Interface name.
networks Sequence[str]
  • List of networks for interface.
hypervisorType String
  • Hypervisor type.
name String
  • Interface name.
networks List<String>
  • List of networks for interface.

ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoSo
, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoSoArgs

HypervisorType string
  • Hypervisor type.
Name string
  • Interface name.
Networks List<string>
  • List of networks for interface.
HypervisorType string
  • Hypervisor type.
Name string
  • Interface name.
Networks []string
  • List of networks for interface.
hypervisorType String
  • Hypervisor type.
name String
  • Interface name.
networks List<String>
  • List of networks for interface.
hypervisorType string
  • Hypervisor type.
name string
  • Interface name.
networks string[]
  • List of networks for interface.
hypervisor_type str
  • Hypervisor type.
name str
  • Interface name.
networks Sequence[str]
  • List of networks for interface.
hypervisorType String
  • Hypervisor type.
name String
  • Interface name.
networks List<String>
  • List of networks for interface.
CvmIps []ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIp
  • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
UplinkLists []ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkUplinkList
  • Uplink details for a controller VM.
cvmIps List<ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIp>
  • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
uplinkLists List<ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkUplinkList>
  • Uplink details for a controller VM.
cvmIps ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIp[]
  • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
uplinkLists ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkUplinkList[]
  • Uplink details for a controller VM.
cvm_ips Sequence[ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIp]
  • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
uplink_lists Sequence[ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkUplinkList]
  • Uplink details for a controller VM.
cvmIps List<Property Map>
  • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
uplinkLists List<Property Map>
  • Uplink details for a controller VM.

ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIp
, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpArgs

Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv4>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
Ipv4s []ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv4
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
Ipv6s []ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s List<ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv4>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s List<ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv4[]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6[]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s Sequence[ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv4]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s Sequence[ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6]
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
ipv4s List<Property Map>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
ipv6s List<Property Map>
-(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.

ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv4
, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv4Args

Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Integer
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
prefixLength number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. str
-(Required) The IPv4/IPv6 address of the host.
prefix_length int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.

ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6
, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6Args

Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
PrefixLength int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Integer
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. string
-(Required) The IPv4/IPv6 address of the host.
prefixLength number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. str
-(Required) The IPv4/IPv6 address of the host.
prefix_length int
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
-(Required) The IPv4/IPv6 address of the host.
prefixLength Number
-(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
Mac string
  • MAC address.
Name string
  • Interface name.
Mac string
  • MAC address.
Name string
  • Interface name.
mac String
  • MAC address.
name String
  • Interface name.
mac string
  • MAC address.
name string
  • Interface name.
mac str
  • MAC address.
name str
  • Interface name.
mac String
  • MAC address.
name String
  • Interface name.

Package Details

Repository
nutanix pierskarsenbarg/pulumi-nutanix
License
Apache-2.0
Notes
This Pulumi package is based on the nutanix Terraform Provider.