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 string
- The unique name of the resource.
- args ClustersUnconfiguredNodeNetworksV2Args
- 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 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 string
- The unique name of the resource.
- args ClustersUnconfiguredNodeNetworksV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClustersUnconfiguredNodeNetworksV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
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());
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")
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",
});
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
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:
- Ext
Id string - -(Required) Cluster UUID.
- Node
Lists List<PiersKarsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List> - -(Required) List of nodes for which the network information is required.
- Expand string
- Request
Type string - -(Optional) Request type
- Ext
Id string - -(Required) Cluster UUID.
- Node
Lists []ClustersUnconfigured Node Networks V2Node List Args - -(Required) List of nodes for which the network information is required.
- Expand string
- Request
Type string - -(Optional) Request type
- ext
Id String - -(Required) Cluster UUID.
- node
Lists List<ClustersUnconfigured Node Networks V2Node List> - -(Required) List of nodes for which the network information is required.
- expand String
- request
Type String - -(Optional) Request type
- ext
Id string - -(Required) Cluster UUID.
- node
Lists ClustersUnconfigured Node Networks V2Node List[] - -(Required) List of nodes for which the network information is required.
- expand string
- request
Type string - -(Optional) Request type
- ext_
id str - -(Required) Cluster UUID.
- node_
lists Sequence[ClustersUnconfigured Node Networks V2Node List Args] - -(Required) List of nodes for which the network information is required.
- expand str
- request_
type str - -(Optional) Request type
- ext
Id String - -(Required) Cluster UUID.
- node
Lists List<Property Map> - -(Required) List of nodes for which the network information is required.
- expand String
- request
Type 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.
- Nodes
Networking List<PiersDetails Karsenbarg. Nutanix. Outputs. Clusters Unconfigured Node Networks V2Nodes Networking Detail>
- Id string
- The provider-assigned unique ID for this managed resource.
- Nodes
Networking []ClustersDetails Unconfigured Node Networks V2Nodes Networking Detail
- id String
- The provider-assigned unique ID for this managed resource.
- nodes
Networking List<ClustersDetails Unconfigured Node Networks V2Nodes Networking Detail>
- id string
- The provider-assigned unique ID for this managed resource.
- nodes
Networking ClustersDetails Unconfigured Node Networks V2Nodes Networking Detail[]
- id str
- The provider-assigned unique ID for this managed resource.
- nodes_
networking_ Sequence[Clustersdetails Unconfigured Node Networks V2Nodes Networking Detail]
- id String
- The provider-assigned unique ID for this managed resource.
- nodes
Networking List<Property Map>Details
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
- 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.
- Expand string
- Ext
Id string - -(Required) Cluster UUID.
- Node
Lists List<PiersKarsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List> - -(Required) List of nodes for which the network information is required.
- Nodes
Networking List<PiersDetails Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Nodes Networking Detail> - Request
Type string - -(Optional) Request type
- Expand string
- Ext
Id string - -(Required) Cluster UUID.
- Node
Lists []ClustersUnconfigured Node Networks V2Node List Args - -(Required) List of nodes for which the network information is required.
- Nodes
Networking []ClustersDetails Unconfigured Node Networks V2Nodes Networking Detail Args - Request
Type string - -(Optional) Request type
- expand String
- ext
Id String - -(Required) Cluster UUID.
- node
Lists List<ClustersUnconfigured Node Networks V2Node List> - -(Required) List of nodes for which the network information is required.
- nodes
Networking List<ClustersDetails Unconfigured Node Networks V2Nodes Networking Detail> - request
Type String - -(Optional) Request type
- expand string
- ext
Id string - -(Required) Cluster UUID.
- node
Lists ClustersUnconfigured Node Networks V2Node List[] - -(Required) List of nodes for which the network information is required.
- nodes
Networking ClustersDetails Unconfigured Node Networks V2Nodes Networking Detail[] - request
Type string - -(Optional) Request type
- expand str
- ext_
id str - -(Required) Cluster UUID.
- node_
lists Sequence[ClustersUnconfigured Node Networks V2Node List Args] - -(Required) List of nodes for which the network information is required.
- nodes_
networking_ Sequence[Clustersdetails Unconfigured Node Networks V2Nodes Networking Detail Args] - request_
type str - -(Optional) Request type
- expand String
- ext
Id String - -(Required) Cluster UUID.
- node
Lists List<Property Map> - -(Required) List of nodes for which the network information is required.
- nodes
Networking List<Property Map>Details - request
Type String - -(Optional) Request type
Supporting Types
ClustersUnconfiguredNodeNetworksV2NodeList, ClustersUnconfiguredNodeNetworksV2NodeListArgs
- Block
Id string - -(Optional) Block ID.
- Current
Network stringInterface - -(Optional) Current network interface.
- Cvm
Ips List<PiersKarsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List Cvm Ip> - -(Optional) CVM IP.
- Digital
Certificate List<PiersMap Lists Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List Digital Certificate Map List> - -(Optional) Digital certificate map list.
- Hypervisor
Ips List<PiersKarsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List Hypervisor Ip> - -(Optional) Hypervisor IP.
- Hypervisor
Type string - -(Optional) Hypervisor type.
- Hypervisor
Version string - -(Optional) Hypervisor version.
- Ipmi
Ips List<PiersKarsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List Ipmi Ip> - -(Optional) IPMI IP.
- Is
Compute boolOnly - -(Optional) Is compute only.
- Is
Light boolCompute - Is
Robo boolMixed Hypervisor - -(Optional) Is ROBO mixed hypervisor.
- Model string
- -(Optional) Model name.
- Node
Position string - -(Optional) Node position.
- Node
Uuid string - -(Optional) Node UUID.
- Nos
Version string - -(Optional) NOS version.
- Block
Id string - -(Optional) Block ID.
- Current
Network stringInterface - -(Optional) Current network interface.
- Cvm
Ips []ClustersUnconfigured Node Networks V2Node List Cvm Ip - -(Optional) CVM IP.
- Digital
Certificate []ClustersMap Lists Unconfigured Node Networks V2Node List Digital Certificate Map List - -(Optional) Digital certificate map list.
- Hypervisor
Ips []ClustersUnconfigured Node Networks V2Node List Hypervisor Ip - -(Optional) Hypervisor IP.
- Hypervisor
Type string - -(Optional) Hypervisor type.
- Hypervisor
Version string - -(Optional) Hypervisor version.
- Ipmi
Ips []ClustersUnconfigured Node Networks V2Node List Ipmi Ip - -(Optional) IPMI IP.
- Is
Compute boolOnly - -(Optional) Is compute only.
- Is
Light boolCompute - Is
Robo boolMixed Hypervisor - -(Optional) Is ROBO mixed hypervisor.
- Model string
- -(Optional) Model name.
- Node
Position string - -(Optional) Node position.
- Node
Uuid string - -(Optional) Node UUID.
- Nos
Version string - -(Optional) NOS version.
- block
Id String - -(Optional) Block ID.
- current
Network StringInterface - -(Optional) Current network interface.
- cvm
Ips List<ClustersUnconfigured Node Networks V2Node List Cvm Ip> - -(Optional) CVM IP.
- digital
Certificate List<ClustersMap Lists Unconfigured Node Networks V2Node List Digital Certificate Map List> - -(Optional) Digital certificate map list.
- hypervisor
Ips List<ClustersUnconfigured Node Networks V2Node List Hypervisor Ip> - -(Optional) Hypervisor IP.
- hypervisor
Type String - -(Optional) Hypervisor type.
- hypervisor
Version String - -(Optional) Hypervisor version.
- ipmi
Ips List<ClustersUnconfigured Node Networks V2Node List Ipmi Ip> - -(Optional) IPMI IP.
- is
Compute BooleanOnly - -(Optional) Is compute only.
- is
Light BooleanCompute - is
Robo BooleanMixed Hypervisor - -(Optional) Is ROBO mixed hypervisor.
- model String
- -(Optional) Model name.
- node
Position String - -(Optional) Node position.
- node
Uuid String - -(Optional) Node UUID.
- nos
Version String - -(Optional) NOS version.
- block
Id string - -(Optional) Block ID.
- current
Network stringInterface - -(Optional) Current network interface.
- cvm
Ips ClustersUnconfigured Node Networks V2Node List Cvm Ip[] - -(Optional) CVM IP.
- digital
Certificate ClustersMap Lists Unconfigured Node Networks V2Node List Digital Certificate Map List[] - -(Optional) Digital certificate map list.
- hypervisor
Ips ClustersUnconfigured Node Networks V2Node List Hypervisor Ip[] - -(Optional) Hypervisor IP.
- hypervisor
Type string - -(Optional) Hypervisor type.
- hypervisor
Version string - -(Optional) Hypervisor version.
- ipmi
Ips ClustersUnconfigured Node Networks V2Node List Ipmi Ip[] - -(Optional) IPMI IP.
- is
Compute booleanOnly - -(Optional) Is compute only.
- is
Light booleanCompute - is
Robo booleanMixed Hypervisor - -(Optional) Is ROBO mixed hypervisor.
- model string
- -(Optional) Model name.
- node
Position string - -(Optional) Node position.
- node
Uuid string - -(Optional) Node UUID.
- nos
Version string - -(Optional) NOS version.
- block_
id str - -(Optional) Block ID.
- current_
network_ strinterface - -(Optional) Current network interface.
- cvm_
ips Sequence[ClustersUnconfigured Node Networks V2Node List Cvm Ip] - -(Optional) CVM IP.
- digital_
certificate_ Sequence[Clustersmap_ lists Unconfigured Node Networks V2Node List Digital Certificate Map List] - -(Optional) Digital certificate map list.
- hypervisor_
ips Sequence[ClustersUnconfigured Node Networks V2Node List Hypervisor Ip] - -(Optional) Hypervisor IP.
- hypervisor_
type str - -(Optional) Hypervisor type.
- hypervisor_
version str - -(Optional) Hypervisor version.
- ipmi_
ips Sequence[ClustersUnconfigured Node Networks V2Node List Ipmi Ip] - -(Optional) IPMI IP.
- is_
compute_ boolonly - -(Optional) Is compute only.
- is_
light_ boolcompute - is_
robo_ boolmixed_ hypervisor - -(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.
- block
Id String - -(Optional) Block ID.
- current
Network StringInterface - -(Optional) Current network interface.
- cvm
Ips List<Property Map> - -(Optional) CVM IP.
- digital
Certificate List<Property Map>Map Lists - -(Optional) Digital certificate map list.
- hypervisor
Ips List<Property Map> - -(Optional) Hypervisor IP.
- hypervisor
Type String - -(Optional) Hypervisor type.
- hypervisor
Version String - -(Optional) Hypervisor version.
- ipmi
Ips List<Property Map> - -(Optional) IPMI IP.
- is
Compute BooleanOnly - -(Optional) Is compute only.
- is
Light BooleanCompute - is
Robo BooleanMixed Hypervisor - -(Optional) Is ROBO mixed hypervisor.
- model String
- -(Optional) Model name.
- node
Position String - -(Optional) Node position.
- node
Uuid String - -(Optional) Node UUID.
- nos
Version String - -(Optional) NOS version.
ClustersUnconfiguredNodeNetworksV2NodeListCvmIp, ClustersUnconfiguredNodeNetworksV2NodeListCvmIpArgs
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List Cvm Ip Ipv4> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List Cvm Ip Ipv6> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Clusters
Unconfigured Node Networks V2Node List Cvm Ip Ipv4 - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Clusters
Unconfigured Node Networks V2Node List Cvm Ip Ipv6 - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Clusters
Unconfigured Node Networks V2Node List Cvm Ip Ipv4> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Clusters
Unconfigured Node Networks V2Node List Cvm Ip Ipv6> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Clusters
Unconfigured Node Networks V2Node List Cvm Ip Ipv4[] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Clusters
Unconfigured Node Networks V2Node List Cvm Ip Ipv6[] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Clusters
Unconfigured Node Networks V2Node List Cvm Ip Ipv4] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Clusters
Unconfigured Node Networks V2Node List Cvm Ip Ipv6] - -(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 string
- -(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 string
- -(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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Integer - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value 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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6, ClustersUnconfiguredNodeNetworksV2NodeListCvmIpIpv6Args
- Value string
- -(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 string
- -(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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Integer - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value 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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapList, ClustersUnconfiguredNodeNetworksV2NodeListDigitalCertificateMapListArgs
ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIp, ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpArgs
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List Hypervisor Ip Ipv4> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List Hypervisor Ip Ipv6> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Clusters
Unconfigured Node Networks V2Node List Hypervisor Ip Ipv4 - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Clusters
Unconfigured Node Networks V2Node List Hypervisor Ip Ipv6 - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Clusters
Unconfigured Node Networks V2Node List Hypervisor Ip Ipv4> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Clusters
Unconfigured Node Networks V2Node List Hypervisor Ip Ipv6> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Clusters
Unconfigured Node Networks V2Node List Hypervisor Ip Ipv4[] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Clusters
Unconfigured Node Networks V2Node List Hypervisor Ip Ipv6[] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Clusters
Unconfigured Node Networks V2Node List Hypervisor Ip Ipv4] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Clusters
Unconfigured Node Networks V2Node List Hypervisor Ip Ipv6] - -(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 string
- -(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 string
- -(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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Integer - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value 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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6, ClustersUnconfiguredNodeNetworksV2NodeListHypervisorIpIpv6Args
- Value string
- -(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 string
- -(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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Integer - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value 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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
ClustersUnconfiguredNodeNetworksV2NodeListIpmiIp, ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpArgs
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List Ipmi Ip Ipv4> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Node List Ipmi Ip Ipv6> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Clusters
Unconfigured Node Networks V2Node List Ipmi Ip Ipv4 - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Clusters
Unconfigured Node Networks V2Node List Ipmi Ip Ipv6 - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Clusters
Unconfigured Node Networks V2Node List Ipmi Ip Ipv4> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Clusters
Unconfigured Node Networks V2Node List Ipmi Ip Ipv6> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Clusters
Unconfigured Node Networks V2Node List Ipmi Ip Ipv4[] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Clusters
Unconfigured Node Networks V2Node List Ipmi Ip Ipv6[] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Clusters
Unconfigured Node Networks V2Node List Ipmi Ip Ipv4] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Clusters
Unconfigured Node Networks V2Node List Ipmi Ip Ipv6] - -(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 string
- -(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 string
- -(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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Integer - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value 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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6, ClustersUnconfiguredNodeNetworksV2NodeListIpmiIpIpv6Args
- Value string
- -(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 string
- -(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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Integer - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value 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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetail, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailArgs
- Network
Infos List<PiersKarsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Nodes Networking Detail Network Info> - Network information for the given nodes.
- Uplinks
List<Piers
Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Nodes Networking Detail Uplink> - List of uplinks information for each CVM IP.
- Warnings List<string>
- List of warning messages.
- Network
Infos []ClustersUnconfigured Node Networks V2Nodes Networking Detail Network Info - Network information for the given nodes.
- Uplinks
[]Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink - List of uplinks information for each CVM IP.
- Warnings []string
- List of warning messages.
- network
Infos List<ClustersUnconfigured Node Networks V2Nodes Networking Detail Network Info> - Network information for the given nodes.
- uplinks
List<Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink> - List of uplinks information for each CVM IP.
- warnings List<String>
- List of warning messages.
- network
Infos ClustersUnconfigured Node Networks V2Nodes Networking Detail Network Info[] - Network information for the given nodes.
- uplinks
Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink[] - List of uplinks information for each CVM IP.
- warnings string[]
- List of warning messages.
- network_
infos Sequence[ClustersUnconfigured Node Networks V2Nodes Networking Detail Network Info] - Network information for the given nodes.
- uplinks
Sequence[Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink] - List of uplinks information for each CVM IP.
- warnings Sequence[str]
- List of warning messages.
- network
Infos 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<Piers
Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Nodes Networking Detail Network Info Hci> - Network information of HCI nodes.
- Sos
List<Piers
Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Nodes Networking Detail Network Info So> - Network information of SO nodes.
- Hcis
[]Clusters
Unconfigured Node Networks V2Nodes Networking Detail Network Info Hci - Network information of HCI nodes.
- Sos
[]Clusters
Unconfigured Node Networks V2Nodes Networking Detail Network Info So - Network information of SO nodes.
- hcis
List<Clusters
Unconfigured Node Networks V2Nodes Networking Detail Network Info Hci> - Network information of HCI nodes.
- sos
List<Clusters
Unconfigured Node Networks V2Nodes Networking Detail Network Info So> - Network information of SO nodes.
- hcis
Clusters
Unconfigured Node Networks V2Nodes Networking Detail Network Info Hci[] - Network information of HCI nodes.
- sos
Clusters
Unconfigured Node Networks V2Nodes Networking Detail Network Info So[] - Network information of SO nodes.
- hcis
Sequence[Clusters
Unconfigured Node Networks V2Nodes Networking Detail Network Info Hci] - Network information of HCI nodes.
- sos
Sequence[Clusters
Unconfigured Node Networks V2Nodes Networking Detail Network Info So] - Network information of SO nodes.
- hcis List<Property Map>
- Network information of HCI nodes.
- sos List<Property Map>
- Network information of SO nodes.
ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoHci, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoHciArgs
- Hypervisor
Type string - Hypervisor type.
- Name string
- Interface name.
- Networks List<string>
- List of networks for interface.
- Hypervisor
Type string - Hypervisor type.
- Name string
- Interface name.
- Networks []string
- List of networks for interface.
- hypervisor
Type String - Hypervisor type.
- name String
- Interface name.
- networks List<String>
- List of networks for interface.
- hypervisor
Type 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.
- hypervisor
Type String - Hypervisor type.
- name String
- Interface name.
- networks List<String>
- List of networks for interface.
ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoSo, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailNetworkInfoSoArgs
- Hypervisor
Type string - Hypervisor type.
- Name string
- Interface name.
- Networks List<string>
- List of networks for interface.
- Hypervisor
Type string - Hypervisor type.
- Name string
- Interface name.
- Networks []string
- List of networks for interface.
- hypervisor
Type String - Hypervisor type.
- name String
- Interface name.
- networks List<String>
- List of networks for interface.
- hypervisor
Type 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.
- hypervisor
Type String - Hypervisor type.
- name String
- Interface name.
- networks List<String>
- List of networks for interface.
ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplink, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkArgs
- Cvm
Ips List<PiersKarsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Uplink
Lists List<PiersKarsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Nodes Networking Detail Uplink Uplink List> - Uplink details for a controller VM.
- Cvm
Ips []ClustersUnconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Uplink
Lists []ClustersUnconfigured Node Networks V2Nodes Networking Detail Uplink Uplink List - Uplink details for a controller VM.
- cvm
Ips List<ClustersUnconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- uplink
Lists List<ClustersUnconfigured Node Networks V2Nodes Networking Detail Uplink Uplink List> - Uplink details for a controller VM.
- cvm
Ips ClustersUnconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- uplink
Lists ClustersUnconfigured Node Networks V2Nodes Networking Detail Uplink Uplink List[] - Uplink details for a controller VM.
- cvm_
ips Sequence[ClustersUnconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- uplink_
lists Sequence[ClustersUnconfigured Node Networks V2Nodes Networking Detail Uplink Uplink List] - Uplink details for a controller VM.
- cvm
Ips List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- uplink
Lists List<Property Map> - Uplink details for a controller VM.
ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIp, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpArgs
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip Ipv4> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Clusters Unconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip Ipv6> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip Ipv4 - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip Ipv6 - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip Ipv4> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip Ipv6> - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip Ipv4[] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip Ipv6[] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip Ipv4] - -(Optional) An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Clusters
Unconfigured Node Networks V2Nodes Networking Detail Uplink Cvm Ip Ipv6] - -(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 string
- -(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 string
- -(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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Integer - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value 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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkCvmIpIpv6Args
- Value string
- -(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 string
- -(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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Integer - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value 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 String
- -(Required) The IPv4/IPv6 address of the host.
- prefix
Length Number - -(Optional) The prefix length of the network to which this host IPv4/IPv6 address belongs.
ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkUplinkList, ClustersUnconfiguredNodeNetworksV2NodesNetworkingDetailUplinkUplinkListArgs
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.