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

nutanix.getSubnetV2

Explore with Pulumi AI

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

Get a subnet with the specified UUID.

Using getSubnetV2

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getSubnetV2(args: GetSubnetV2Args, opts?: InvokeOptions): Promise<GetSubnetV2Result>
function getSubnetV2Output(args: GetSubnetV2OutputArgs, opts?: InvokeOptions): Output<GetSubnetV2Result>
Copy
def get_subnet_v2(ext_id: Optional[str] = None,
                  reserved_ip_addresses: Optional[Sequence[GetSubnetV2ReservedIpAddress]] = None,
                  opts: Optional[InvokeOptions] = None) -> GetSubnetV2Result
def get_subnet_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
                  reserved_ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[GetSubnetV2ReservedIpAddressArgs]]]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetSubnetV2Result]
Copy
func LookupSubnetV2(ctx *Context, args *LookupSubnetV2Args, opts ...InvokeOption) (*LookupSubnetV2Result, error)
func LookupSubnetV2Output(ctx *Context, args *LookupSubnetV2OutputArgs, opts ...InvokeOption) LookupSubnetV2ResultOutput
Copy

> Note: This function is named LookupSubnetV2 in the Go SDK.

public static class GetSubnetV2 
{
    public static Task<GetSubnetV2Result> InvokeAsync(GetSubnetV2Args args, InvokeOptions? opts = null)
    public static Output<GetSubnetV2Result> Invoke(GetSubnetV2InvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetSubnetV2Result> getSubnetV2(GetSubnetV2Args args, InvokeOptions options)
public static Output<GetSubnetV2Result> getSubnetV2(GetSubnetV2Args args, InvokeOptions options)
Copy
fn::invoke:
  function: nutanix:index/getSubnetV2:getSubnetV2
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ExtId This property is required. string
  • (Required) The UUID of the subnet.
ReservedIpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2ReservedIpAddress>
List of IPs that are excluded while allocating IP addresses to VM ports.
ExtId This property is required. string
  • (Required) The UUID of the subnet.
ReservedIpAddresses []GetSubnetV2ReservedIpAddress
List of IPs that are excluded while allocating IP addresses to VM ports.
extId This property is required. String
  • (Required) The UUID of the subnet.
reservedIpAddresses List<GetSubnetV2ReservedIpAddress>
List of IPs that are excluded while allocating IP addresses to VM ports.
extId This property is required. string
  • (Required) The UUID of the subnet.
reservedIpAddresses GetSubnetV2ReservedIpAddress[]
List of IPs that are excluded while allocating IP addresses to VM ports.
ext_id This property is required. str
  • (Required) The UUID of the subnet.
reserved_ip_addresses Sequence[GetSubnetV2ReservedIpAddress]
List of IPs that are excluded while allocating IP addresses to VM ports.
extId This property is required. String
  • (Required) The UUID of the subnet.
reservedIpAddresses List<Property Map>
List of IPs that are excluded while allocating IP addresses to VM ports.

getSubnetV2 Result

The following output properties are available:

BridgeName string
Name of the bridge on the host for the subnet.
ClusterName string
Cluster Name
ClusterReference string
UUID of the cluster this subnet belongs to.
Description string
Description of the subnet.
DhcpOptions List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2DhcpOption>
List of DHCP options to be configured.
DynamicIpAddresses List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2DynamicIpAddress>
List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
ExtId string
HypervisorType string
Hypervisor Type
Id string
The provider-assigned unique ID for this managed resource.
IpConfigs List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2IpConfig>
IP configuration for the subnet.
IpPrefix string
IP Prefix in CIDR format.
IpUsages List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2IpUsage>
IP usage statistics.
IsAdvancedNetworking bool
Indicates whether the subnet is used for advanced networking.
IsExternal bool
Indicates whether the subnet is used for external connectivity.
IsNatEnabled bool
Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
Links List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2Link>
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
MigrationState string
Migration state of the subnet. This field is read-only.
Name string
Name of the subnet.
NetworkFunctionChainReference string
UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
NetworkId int
or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
ReservedIpAddresses List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2ReservedIpAddress>
List of IPs that are excluded while allocating IP addresses to VM ports.
SubnetType string
Type of subnet.
VirtualSwitchReference string
UUID of the virtual switch this subnet belongs to (type VLAN only).
VirtualSwitches List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2VirtualSwitch>
Schema to configure a virtual switch
VpcReference string
UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
Vpcs List<PiersKarsenbarg.Nutanix.Outputs.GetSubnetV2Vpc>
Networking common base object
BridgeName string
Name of the bridge on the host for the subnet.
ClusterName string
Cluster Name
ClusterReference string
UUID of the cluster this subnet belongs to.
Description string
Description of the subnet.
DhcpOptions []GetSubnetV2DhcpOption
List of DHCP options to be configured.
DynamicIpAddresses []GetSubnetV2DynamicIpAddress
List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
ExtId string
HypervisorType string
Hypervisor Type
Id string
The provider-assigned unique ID for this managed resource.
IpConfigs []GetSubnetV2IpConfig
IP configuration for the subnet.
IpPrefix string
IP Prefix in CIDR format.
IpUsages []GetSubnetV2IpUsage
IP usage statistics.
IsAdvancedNetworking bool
Indicates whether the subnet is used for advanced networking.
IsExternal bool
Indicates whether the subnet is used for external connectivity.
IsNatEnabled bool
Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
Links []GetSubnetV2Link
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
MigrationState string
Migration state of the subnet. This field is read-only.
Name string
Name of the subnet.
NetworkFunctionChainReference string
UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
NetworkId int
or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
ReservedIpAddresses []GetSubnetV2ReservedIpAddress
List of IPs that are excluded while allocating IP addresses to VM ports.
SubnetType string
Type of subnet.
VirtualSwitchReference string
UUID of the virtual switch this subnet belongs to (type VLAN only).
VirtualSwitches []GetSubnetV2VirtualSwitch
Schema to configure a virtual switch
VpcReference string
UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
Vpcs []GetSubnetV2Vpc
Networking common base object
bridgeName String
Name of the bridge on the host for the subnet.
clusterName String
Cluster Name
clusterReference String
UUID of the cluster this subnet belongs to.
description String
Description of the subnet.
dhcpOptions List<GetSubnetV2DhcpOption>
List of DHCP options to be configured.
dynamicIpAddresses List<GetSubnetV2DynamicIpAddress>
List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
extId String
hypervisorType String
Hypervisor Type
id String
The provider-assigned unique ID for this managed resource.
ipConfigs List<GetSubnetV2IpConfig>
IP configuration for the subnet.
ipPrefix String
IP Prefix in CIDR format.
ipUsages List<GetSubnetV2IpUsage>
IP usage statistics.
isAdvancedNetworking Boolean
Indicates whether the subnet is used for advanced networking.
isExternal Boolean
Indicates whether the subnet is used for external connectivity.
isNatEnabled Boolean
Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
links List<GetSubnetV2Link>
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
migrationState String
Migration state of the subnet. This field is read-only.
name String
Name of the subnet.
networkFunctionChainReference String
UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
networkId Integer
or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
reservedIpAddresses List<GetSubnetV2ReservedIpAddress>
List of IPs that are excluded while allocating IP addresses to VM ports.
subnetType String
Type of subnet.
virtualSwitchReference String
UUID of the virtual switch this subnet belongs to (type VLAN only).
virtualSwitches List<GetSubnetV2VirtualSwitch>
Schema to configure a virtual switch
vpcReference String
UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
vpcs List<GetSubnetV2Vpc>
Networking common base object
bridgeName string
Name of the bridge on the host for the subnet.
clusterName string
Cluster Name
clusterReference string
UUID of the cluster this subnet belongs to.
description string
Description of the subnet.
dhcpOptions GetSubnetV2DhcpOption[]
List of DHCP options to be configured.
dynamicIpAddresses GetSubnetV2DynamicIpAddress[]
List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
extId string
hypervisorType string
Hypervisor Type
id string
The provider-assigned unique ID for this managed resource.
ipConfigs GetSubnetV2IpConfig[]
IP configuration for the subnet.
ipPrefix string
IP Prefix in CIDR format.
ipUsages GetSubnetV2IpUsage[]
IP usage statistics.
isAdvancedNetworking boolean
Indicates whether the subnet is used for advanced networking.
isExternal boolean
Indicates whether the subnet is used for external connectivity.
isNatEnabled boolean
Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
links GetSubnetV2Link[]
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
migrationState string
Migration state of the subnet. This field is read-only.
name string
Name of the subnet.
networkFunctionChainReference string
UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
networkId number
or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
reservedIpAddresses GetSubnetV2ReservedIpAddress[]
List of IPs that are excluded while allocating IP addresses to VM ports.
subnetType string
Type of subnet.
virtualSwitchReference string
UUID of the virtual switch this subnet belongs to (type VLAN only).
virtualSwitches GetSubnetV2VirtualSwitch[]
Schema to configure a virtual switch
vpcReference string
UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
vpcs GetSubnetV2Vpc[]
Networking common base object
bridge_name str
Name of the bridge on the host for the subnet.
cluster_name str
Cluster Name
cluster_reference str
UUID of the cluster this subnet belongs to.
description str
Description of the subnet.
dhcp_options Sequence[GetSubnetV2DhcpOption]
List of DHCP options to be configured.
dynamic_ip_addresses Sequence[GetSubnetV2DynamicIpAddress]
List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
ext_id str
hypervisor_type str
Hypervisor Type
id str
The provider-assigned unique ID for this managed resource.
ip_configs Sequence[GetSubnetV2IpConfig]
IP configuration for the subnet.
ip_prefix str
IP Prefix in CIDR format.
ip_usages Sequence[GetSubnetV2IpUsage]
IP usage statistics.
is_advanced_networking bool
Indicates whether the subnet is used for advanced networking.
is_external bool
Indicates whether the subnet is used for external connectivity.
is_nat_enabled bool
Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
links Sequence[GetSubnetV2Link]
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
migration_state str
Migration state of the subnet. This field is read-only.
name str
Name of the subnet.
network_function_chain_reference str
UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
network_id int
or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
reserved_ip_addresses Sequence[GetSubnetV2ReservedIpAddress]
List of IPs that are excluded while allocating IP addresses to VM ports.
subnet_type str
Type of subnet.
virtual_switch_reference str
UUID of the virtual switch this subnet belongs to (type VLAN only).
virtual_switches Sequence[GetSubnetV2VirtualSwitch]
Schema to configure a virtual switch
vpc_reference str
UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
vpcs Sequence[GetSubnetV2Vpc]
Networking common base object
bridgeName String
Name of the bridge on the host for the subnet.
clusterName String
Cluster Name
clusterReference String
UUID of the cluster this subnet belongs to.
description String
Description of the subnet.
dhcpOptions List<Property Map>
List of DHCP options to be configured.
dynamicIpAddresses List<Property Map>
List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
extId String
hypervisorType String
Hypervisor Type
id String
The provider-assigned unique ID for this managed resource.
ipConfigs List<Property Map>
IP configuration for the subnet.
ipPrefix String
IP Prefix in CIDR format.
ipUsages List<Property Map>
IP usage statistics.
isAdvancedNetworking Boolean
Indicates whether the subnet is used for advanced networking.
isExternal Boolean
Indicates whether the subnet is used for external connectivity.
isNatEnabled Boolean
Indicates whether NAT must be enabled for VPCs attached to the subnet. This is supported only for external subnets. NAT is enabled by default on external subnets.
links List<Property Map>
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
migrationState String
Migration state of the subnet. This field is read-only.
name String
Name of the subnet.
networkFunctionChainReference String
UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
networkId Number
or VLAN subnet, this field represents VLAN Id, valid range is from 0 to 4095; For overlay subnet, this field represents 24-bit VNI, this field is read-only.
reservedIpAddresses List<Property Map>
List of IPs that are excluded while allocating IP addresses to VM ports.
subnetType String
Type of subnet.
virtualSwitchReference String
UUID of the virtual switch this subnet belongs to (type VLAN only).
virtualSwitches List<Property Map>
Schema to configure a virtual switch
vpcReference String
UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
vpcs List<Property Map>
Networking common base object

Supporting Types

GetSubnetV2DhcpOption

BootFileName This property is required. string
Boot file name
DomainName This property is required. string
The DNS domain name of the client.
DomainNameServers This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2DhcpOptionDomainNameServer>
List of Domain Name Server addresses.
NtpServers This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2DhcpOptionNtpServer>
List of NTP server addresses
SearchDomains This property is required. List<string>
The DNS domain search list.
TftpServerName This property is required. string
TFTP server name
BootFileName This property is required. string
Boot file name
DomainName This property is required. string
The DNS domain name of the client.
DomainNameServers This property is required. []GetSubnetV2DhcpOptionDomainNameServer
List of Domain Name Server addresses.
NtpServers This property is required. []GetSubnetV2DhcpOptionNtpServer
List of NTP server addresses
SearchDomains This property is required. []string
The DNS domain search list.
TftpServerName This property is required. string
TFTP server name
bootFileName This property is required. String
Boot file name
domainName This property is required. String
The DNS domain name of the client.
domainNameServers This property is required. List<GetSubnetV2DhcpOptionDomainNameServer>
List of Domain Name Server addresses.
ntpServers This property is required. List<GetSubnetV2DhcpOptionNtpServer>
List of NTP server addresses
searchDomains This property is required. List<String>
The DNS domain search list.
tftpServerName This property is required. String
TFTP server name
bootFileName This property is required. string
Boot file name
domainName This property is required. string
The DNS domain name of the client.
domainNameServers This property is required. GetSubnetV2DhcpOptionDomainNameServer[]
List of Domain Name Server addresses.
ntpServers This property is required. GetSubnetV2DhcpOptionNtpServer[]
List of NTP server addresses
searchDomains This property is required. string[]
The DNS domain search list.
tftpServerName This property is required. string
TFTP server name
boot_file_name This property is required. str
Boot file name
domain_name This property is required. str
The DNS domain name of the client.
domain_name_servers This property is required. Sequence[GetSubnetV2DhcpOptionDomainNameServer]
List of Domain Name Server addresses.
ntp_servers This property is required. Sequence[GetSubnetV2DhcpOptionNtpServer]
List of NTP server addresses
search_domains This property is required. Sequence[str]
The DNS domain search list.
tftp_server_name This property is required. str
TFTP server name
bootFileName This property is required. String
Boot file name
domainName This property is required. String
The DNS domain name of the client.
domainNameServers This property is required. List<Property Map>
List of Domain Name Server addresses.
ntpServers This property is required. List<Property Map>
List of NTP server addresses
searchDomains This property is required. List<String>
The DNS domain search list.
tftpServerName This property is required. String
TFTP server name

GetSubnetV2DhcpOptionDomainNameServer

Ipv4s This property is required. []GetSubnetV2DhcpOptionDomainNameServerIpv4
IP V4 configuration.
Ipv6s This property is required. []GetSubnetV2DhcpOptionDomainNameServerIpv6
IP V6 configuration
ipv4s This property is required. List<GetSubnetV2DhcpOptionDomainNameServerIpv4>
IP V4 configuration.
ipv6s This property is required. List<GetSubnetV2DhcpOptionDomainNameServerIpv6>
IP V6 configuration
ipv4s This property is required. GetSubnetV2DhcpOptionDomainNameServerIpv4[]
IP V4 configuration.
ipv6s This property is required. GetSubnetV2DhcpOptionDomainNameServerIpv6[]
IP V6 configuration
ipv4s This property is required. Sequence[GetSubnetV2DhcpOptionDomainNameServerIpv4]
IP V4 configuration.
ipv6s This property is required. Sequence[GetSubnetV2DhcpOptionDomainNameServerIpv6]
IP V6 configuration
ipv4s This property is required. List<Property Map>
IP V4 configuration.
ipv6s This property is required. List<Property Map>
IP V6 configuration

GetSubnetV2DhcpOptionDomainNameServerIpv4

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

GetSubnetV2DhcpOptionDomainNameServerIpv6

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

GetSubnetV2DhcpOptionNtpServer

Ipv4s This property is required. []GetSubnetV2DhcpOptionNtpServerIpv4
IP V4 configuration.
Ipv6s This property is required. []GetSubnetV2DhcpOptionNtpServerIpv6
IP V6 configuration
ipv4s This property is required. List<GetSubnetV2DhcpOptionNtpServerIpv4>
IP V4 configuration.
ipv6s This property is required. List<GetSubnetV2DhcpOptionNtpServerIpv6>
IP V6 configuration
ipv4s This property is required. GetSubnetV2DhcpOptionNtpServerIpv4[]
IP V4 configuration.
ipv6s This property is required. GetSubnetV2DhcpOptionNtpServerIpv6[]
IP V6 configuration
ipv4s This property is required. Sequence[GetSubnetV2DhcpOptionNtpServerIpv4]
IP V4 configuration.
ipv6s This property is required. Sequence[GetSubnetV2DhcpOptionNtpServerIpv6]
IP V6 configuration
ipv4s This property is required. List<Property Map>
IP V4 configuration.
ipv6s This property is required. List<Property Map>
IP V6 configuration

GetSubnetV2DhcpOptionNtpServerIpv4

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

GetSubnetV2DhcpOptionNtpServerIpv6

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

GetSubnetV2DynamicIpAddress

Ipv4s This property is required. []GetSubnetV2DynamicIpAddressIpv4
IP V4 configuration.
Ipv6s This property is required. []GetSubnetV2DynamicIpAddressIpv6
IP V6 configuration
ipv4s This property is required. List<GetSubnetV2DynamicIpAddressIpv4>
IP V4 configuration.
ipv6s This property is required. List<GetSubnetV2DynamicIpAddressIpv6>
IP V6 configuration
ipv4s This property is required. GetSubnetV2DynamicIpAddressIpv4[]
IP V4 configuration.
ipv6s This property is required. GetSubnetV2DynamicIpAddressIpv6[]
IP V6 configuration
ipv4s This property is required. Sequence[GetSubnetV2DynamicIpAddressIpv4]
IP V4 configuration.
ipv6s This property is required. Sequence[GetSubnetV2DynamicIpAddressIpv6]
IP V6 configuration
ipv4s This property is required. List<Property Map>
IP V4 configuration.
ipv6s This property is required. List<Property Map>
IP V6 configuration

GetSubnetV2DynamicIpAddressIpv4

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

GetSubnetV2DynamicIpAddressIpv6

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

GetSubnetV2IpConfig

Ipv4s This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv4>
IP V4 configuration.
Ipv6s This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv6>
IP V6 configuration
Ipv4s This property is required. []GetSubnetV2IpConfigIpv4
IP V4 configuration.
Ipv6s This property is required. []GetSubnetV2IpConfigIpv6
IP V6 configuration
ipv4s This property is required. List<GetSubnetV2IpConfigIpv4>
IP V4 configuration.
ipv6s This property is required. List<GetSubnetV2IpConfigIpv6>
IP V6 configuration
ipv4s This property is required. GetSubnetV2IpConfigIpv4[]
IP V4 configuration.
ipv6s This property is required. GetSubnetV2IpConfigIpv6[]
IP V6 configuration
ipv4s This property is required. Sequence[GetSubnetV2IpConfigIpv4]
IP V4 configuration.
ipv6s This property is required. Sequence[GetSubnetV2IpConfigIpv6]
IP V6 configuration
ipv4s This property is required. List<Property Map>
IP V4 configuration.
ipv6s This property is required. List<Property Map>
IP V6 configuration

GetSubnetV2IpConfigIpv4

DefaultGatewayIps This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv4DefaultGatewayIp>
Reference to address configuration
DhcpServerAddresses This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv4DhcpServerAddress>
Reference to address configuration
IpSubnets This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv4IpSubnet>
subnet ip
PoolLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv4PoolList>
Pool of IP addresses from where IPs are allocated.
DefaultGatewayIps This property is required. []GetSubnetV2IpConfigIpv4DefaultGatewayIp
Reference to address configuration
DhcpServerAddresses This property is required. []GetSubnetV2IpConfigIpv4DhcpServerAddress
Reference to address configuration
IpSubnets This property is required. []GetSubnetV2IpConfigIpv4IpSubnet
subnet ip
PoolLists This property is required. []GetSubnetV2IpConfigIpv4PoolList
Pool of IP addresses from where IPs are allocated.
defaultGatewayIps This property is required. List<GetSubnetV2IpConfigIpv4DefaultGatewayIp>
Reference to address configuration
dhcpServerAddresses This property is required. List<GetSubnetV2IpConfigIpv4DhcpServerAddress>
Reference to address configuration
ipSubnets This property is required. List<GetSubnetV2IpConfigIpv4IpSubnet>
subnet ip
poolLists This property is required. List<GetSubnetV2IpConfigIpv4PoolList>
Pool of IP addresses from where IPs are allocated.
defaultGatewayIps This property is required. GetSubnetV2IpConfigIpv4DefaultGatewayIp[]
Reference to address configuration
dhcpServerAddresses This property is required. GetSubnetV2IpConfigIpv4DhcpServerAddress[]
Reference to address configuration
ipSubnets This property is required. GetSubnetV2IpConfigIpv4IpSubnet[]
subnet ip
poolLists This property is required. GetSubnetV2IpConfigIpv4PoolList[]
Pool of IP addresses from where IPs are allocated.
default_gateway_ips This property is required. Sequence[GetSubnetV2IpConfigIpv4DefaultGatewayIp]
Reference to address configuration
dhcp_server_addresses This property is required. Sequence[GetSubnetV2IpConfigIpv4DhcpServerAddress]
Reference to address configuration
ip_subnets This property is required. Sequence[GetSubnetV2IpConfigIpv4IpSubnet]
subnet ip
pool_lists This property is required. Sequence[GetSubnetV2IpConfigIpv4PoolList]
Pool of IP addresses from where IPs are allocated.
defaultGatewayIps This property is required. List<Property Map>
Reference to address configuration
dhcpServerAddresses This property is required. List<Property Map>
Reference to address configuration
ipSubnets This property is required. List<Property Map>
subnet ip
poolLists This property is required. List<Property Map>
Pool of IP addresses from where IPs are allocated.

GetSubnetV2IpConfigIpv4DefaultGatewayIp

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

GetSubnetV2IpConfigIpv4DhcpServerAddress

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

GetSubnetV2IpConfigIpv4IpSubnet

Ips This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv4IpSubnetIp>
Reference to address configuration
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
Ips This property is required. []GetSubnetV2IpConfigIpv4IpSubnetIp
Reference to address configuration
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. List<GetSubnetV2IpConfigIpv4IpSubnetIp>
Reference to address configuration
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. GetSubnetV2IpConfigIpv4IpSubnetIp[]
Reference to address configuration
prefixLength This property is required. number
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. Sequence[GetSubnetV2IpConfigIpv4IpSubnetIp]
Reference to address configuration
prefix_length This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. List<Property Map>
Reference to address configuration
prefixLength This property is required. Number
The prefix length of the network to which this host IPv4/IPv6 address belongs.

GetSubnetV2IpConfigIpv4IpSubnetIp

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

GetSubnetV2IpConfigIpv4PoolList

EndIps This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv4PoolListEndIp>
Reference to address configuration
StartIps This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv4PoolListStartIp>
Reference to address configuration
EndIps This property is required. []GetSubnetV2IpConfigIpv4PoolListEndIp
Reference to address configuration
StartIps This property is required. []GetSubnetV2IpConfigIpv4PoolListStartIp
Reference to address configuration
endIps This property is required. List<GetSubnetV2IpConfigIpv4PoolListEndIp>
Reference to address configuration
startIps This property is required. List<GetSubnetV2IpConfigIpv4PoolListStartIp>
Reference to address configuration
endIps This property is required. GetSubnetV2IpConfigIpv4PoolListEndIp[]
Reference to address configuration
startIps This property is required. GetSubnetV2IpConfigIpv4PoolListStartIp[]
Reference to address configuration
end_ips This property is required. Sequence[GetSubnetV2IpConfigIpv4PoolListEndIp]
Reference to address configuration
start_ips This property is required. Sequence[GetSubnetV2IpConfigIpv4PoolListStartIp]
Reference to address configuration
endIps This property is required. List<Property Map>
Reference to address configuration
startIps This property is required. List<Property Map>
Reference to address configuration

GetSubnetV2IpConfigIpv4PoolListEndIp

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

GetSubnetV2IpConfigIpv4PoolListStartIp

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

GetSubnetV2IpConfigIpv6

DefaultGatewayIps This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv6DefaultGatewayIp>
Reference to address configuration
DhcpServerAddresses This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv6DhcpServerAddress>
Reference to address configuration
IpSubnets This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv6IpSubnet>
subnet ip
PoolLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv6PoolList>
Pool of IP addresses from where IPs are allocated.
DefaultGatewayIps This property is required. []GetSubnetV2IpConfigIpv6DefaultGatewayIp
Reference to address configuration
DhcpServerAddresses This property is required. []GetSubnetV2IpConfigIpv6DhcpServerAddress
Reference to address configuration
IpSubnets This property is required. []GetSubnetV2IpConfigIpv6IpSubnet
subnet ip
PoolLists This property is required. []GetSubnetV2IpConfigIpv6PoolList
Pool of IP addresses from where IPs are allocated.
defaultGatewayIps This property is required. List<GetSubnetV2IpConfigIpv6DefaultGatewayIp>
Reference to address configuration
dhcpServerAddresses This property is required. List<GetSubnetV2IpConfigIpv6DhcpServerAddress>
Reference to address configuration
ipSubnets This property is required. List<GetSubnetV2IpConfigIpv6IpSubnet>
subnet ip
poolLists This property is required. List<GetSubnetV2IpConfigIpv6PoolList>
Pool of IP addresses from where IPs are allocated.
defaultGatewayIps This property is required. GetSubnetV2IpConfigIpv6DefaultGatewayIp[]
Reference to address configuration
dhcpServerAddresses This property is required. GetSubnetV2IpConfigIpv6DhcpServerAddress[]
Reference to address configuration
ipSubnets This property is required. GetSubnetV2IpConfigIpv6IpSubnet[]
subnet ip
poolLists This property is required. GetSubnetV2IpConfigIpv6PoolList[]
Pool of IP addresses from where IPs are allocated.
default_gateway_ips This property is required. Sequence[GetSubnetV2IpConfigIpv6DefaultGatewayIp]
Reference to address configuration
dhcp_server_addresses This property is required. Sequence[GetSubnetV2IpConfigIpv6DhcpServerAddress]
Reference to address configuration
ip_subnets This property is required. Sequence[GetSubnetV2IpConfigIpv6IpSubnet]
subnet ip
pool_lists This property is required. Sequence[GetSubnetV2IpConfigIpv6PoolList]
Pool of IP addresses from where IPs are allocated.
defaultGatewayIps This property is required. List<Property Map>
Reference to address configuration
dhcpServerAddresses This property is required. List<Property Map>
Reference to address configuration
ipSubnets This property is required. List<Property Map>
subnet ip
poolLists This property is required. List<Property Map>
Pool of IP addresses from where IPs are allocated.

GetSubnetV2IpConfigIpv6DefaultGatewayIp

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

GetSubnetV2IpConfigIpv6DhcpServerAddress

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

GetSubnetV2IpConfigIpv6IpSubnet

Ips This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv6IpSubnetIp>
Reference to address configuration
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
Ips This property is required. []GetSubnetV2IpConfigIpv6IpSubnetIp
Reference to address configuration
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. List<GetSubnetV2IpConfigIpv6IpSubnetIp>
Reference to address configuration
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. GetSubnetV2IpConfigIpv6IpSubnetIp[]
Reference to address configuration
prefixLength This property is required. number
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. Sequence[GetSubnetV2IpConfigIpv6IpSubnetIp]
Reference to address configuration
prefix_length This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. List<Property Map>
Reference to address configuration
prefixLength This property is required. Number
The prefix length of the network to which this host IPv4/IPv6 address belongs.

GetSubnetV2IpConfigIpv6IpSubnetIp

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

GetSubnetV2IpConfigIpv6PoolList

EndIps This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv6PoolListEndIp>
Reference to address configuration
StartIps This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpConfigIpv6PoolListStartIp>
Reference to address configuration
EndIps This property is required. []GetSubnetV2IpConfigIpv6PoolListEndIp
Reference to address configuration
StartIps This property is required. []GetSubnetV2IpConfigIpv6PoolListStartIp
Reference to address configuration
endIps This property is required. List<GetSubnetV2IpConfigIpv6PoolListEndIp>
Reference to address configuration
startIps This property is required. List<GetSubnetV2IpConfigIpv6PoolListStartIp>
Reference to address configuration
endIps This property is required. GetSubnetV2IpConfigIpv6PoolListEndIp[]
Reference to address configuration
startIps This property is required. GetSubnetV2IpConfigIpv6PoolListStartIp[]
Reference to address configuration
end_ips This property is required. Sequence[GetSubnetV2IpConfigIpv6PoolListEndIp]
Reference to address configuration
start_ips This property is required. Sequence[GetSubnetV2IpConfigIpv6PoolListStartIp]
Reference to address configuration
endIps This property is required. List<Property Map>
Reference to address configuration
startIps This property is required. List<Property Map>
Reference to address configuration

GetSubnetV2IpConfigIpv6PoolListEndIp

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

GetSubnetV2IpConfigIpv6PoolListStartIp

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

GetSubnetV2IpUsage

IpPoolUsages This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpUsageIpPoolUsage>
IP Pool usages
NumAssignedIps This property is required. int
Number of assigned IPs.
NumFreeIps This property is required. int
Number of free IPs
NumMacs This property is required. int
Number of MAC addresses.
IpPoolUsages This property is required. []GetSubnetV2IpUsageIpPoolUsage
IP Pool usages
NumAssignedIps This property is required. int
Number of assigned IPs.
NumFreeIps This property is required. int
Number of free IPs
NumMacs This property is required. int
Number of MAC addresses.
ipPoolUsages This property is required. List<GetSubnetV2IpUsageIpPoolUsage>
IP Pool usages
numAssignedIps This property is required. Integer
Number of assigned IPs.
numFreeIps This property is required. Integer
Number of free IPs
numMacs This property is required. Integer
Number of MAC addresses.
ipPoolUsages This property is required. GetSubnetV2IpUsageIpPoolUsage[]
IP Pool usages
numAssignedIps This property is required. number
Number of assigned IPs.
numFreeIps This property is required. number
Number of free IPs
numMacs This property is required. number
Number of MAC addresses.
ip_pool_usages This property is required. Sequence[GetSubnetV2IpUsageIpPoolUsage]
IP Pool usages
num_assigned_ips This property is required. int
Number of assigned IPs.
num_free_ips This property is required. int
Number of free IPs
num_macs This property is required. int
Number of MAC addresses.
ipPoolUsages This property is required. List<Property Map>
IP Pool usages
numAssignedIps This property is required. Number
Number of assigned IPs.
numFreeIps This property is required. Number
Number of free IPs
numMacs This property is required. Number
Number of MAC addresses.

GetSubnetV2IpUsageIpPoolUsage

NumFreeIps This property is required. int
Number of free IPs
NumTotalIps This property is required. int
Total number of IPs in this pool.
Ranges This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpUsageIpPoolUsageRange>
Start/end IP address range.
NumFreeIps This property is required. int
Number of free IPs
NumTotalIps This property is required. int
Total number of IPs in this pool.
Ranges This property is required. []GetSubnetV2IpUsageIpPoolUsageRange
Start/end IP address range.
numFreeIps This property is required. Integer
Number of free IPs
numTotalIps This property is required. Integer
Total number of IPs in this pool.
ranges This property is required. List<GetSubnetV2IpUsageIpPoolUsageRange>
Start/end IP address range.
numFreeIps This property is required. number
Number of free IPs
numTotalIps This property is required. number
Total number of IPs in this pool.
ranges This property is required. GetSubnetV2IpUsageIpPoolUsageRange[]
Start/end IP address range.
num_free_ips This property is required. int
Number of free IPs
num_total_ips This property is required. int
Total number of IPs in this pool.
ranges This property is required. Sequence[GetSubnetV2IpUsageIpPoolUsageRange]
Start/end IP address range.
numFreeIps This property is required. Number
Number of free IPs
numTotalIps This property is required. Number
Total number of IPs in this pool.
ranges This property is required. List<Property Map>
Start/end IP address range.

GetSubnetV2IpUsageIpPoolUsageRange

EndIps This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpUsageIpPoolUsageRangeEndIp>
Reference to address configuration
StartIps This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2IpUsageIpPoolUsageRangeStartIp>
Reference to address configuration
EndIps This property is required. []GetSubnetV2IpUsageIpPoolUsageRangeEndIp
Reference to address configuration
StartIps This property is required. []GetSubnetV2IpUsageIpPoolUsageRangeStartIp
Reference to address configuration
endIps This property is required. List<GetSubnetV2IpUsageIpPoolUsageRangeEndIp>
Reference to address configuration
startIps This property is required. List<GetSubnetV2IpUsageIpPoolUsageRangeStartIp>
Reference to address configuration
endIps This property is required. GetSubnetV2IpUsageIpPoolUsageRangeEndIp[]
Reference to address configuration
startIps This property is required. GetSubnetV2IpUsageIpPoolUsageRangeStartIp[]
Reference to address configuration
end_ips This property is required. Sequence[GetSubnetV2IpUsageIpPoolUsageRangeEndIp]
Reference to address configuration
start_ips This property is required. Sequence[GetSubnetV2IpUsageIpPoolUsageRangeStartIp]
Reference to address configuration
endIps This property is required. List<Property Map>
Reference to address configuration
startIps This property is required. List<Property Map>
Reference to address configuration

GetSubnetV2IpUsageIpPoolUsageRangeEndIp

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

GetSubnetV2IpUsageIpPoolUsageRangeStartIp

PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
value of address
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
value of address
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
value of address
prefixLength This property is required. number
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. string
value of address
prefix_length This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. str
value of address
prefixLength This property is required. Number
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
value of address
Href This property is required. string
Rel This property is required. string
Href This property is required. string
Rel This property is required. string
href This property is required. String
rel This property is required. String
href This property is required. string
rel This property is required. string
href This property is required. str
rel This property is required. str
href This property is required. String
rel This property is required. String

GetSubnetV2ReservedIpAddress

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

GetSubnetV2VirtualSwitch

BondMode This property is required. bool
Clusters This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VirtualSwitchCluster>
Description This property is required. string
Description of the subnet.
ExtId This property is required. string
  • (Required) The UUID of the subnet.
HasDeploymentError This property is required. bool
IsDefault This property is required. bool
Links This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VirtualSwitchLink>
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
Metadatas This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VirtualSwitchMetadata>
Mtu This property is required. int
Name This property is required. string
Name of the subnet.
TenantId This property is required. string
BondMode This property is required. bool
Clusters This property is required. []GetSubnetV2VirtualSwitchCluster
Description This property is required. string
Description of the subnet.
ExtId This property is required. string
  • (Required) The UUID of the subnet.
HasDeploymentError This property is required. bool
IsDefault This property is required. bool
Links This property is required. []GetSubnetV2VirtualSwitchLink
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
Metadatas This property is required. []GetSubnetV2VirtualSwitchMetadata
Mtu This property is required. int
Name This property is required. string
Name of the subnet.
TenantId This property is required. string
bondMode This property is required. Boolean
clusters This property is required. List<GetSubnetV2VirtualSwitchCluster>
description This property is required. String
Description of the subnet.
extId This property is required. String
  • (Required) The UUID of the subnet.
hasDeploymentError This property is required. Boolean
isDefault This property is required. Boolean
links This property is required. List<GetSubnetV2VirtualSwitchLink>
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
metadatas This property is required. List<GetSubnetV2VirtualSwitchMetadata>
mtu This property is required. Integer
name This property is required. String
Name of the subnet.
tenantId This property is required. String
bondMode This property is required. boolean
clusters This property is required. GetSubnetV2VirtualSwitchCluster[]
description This property is required. string
Description of the subnet.
extId This property is required. string
  • (Required) The UUID of the subnet.
hasDeploymentError This property is required. boolean
isDefault This property is required. boolean
links This property is required. GetSubnetV2VirtualSwitchLink[]
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
metadatas This property is required. GetSubnetV2VirtualSwitchMetadata[]
mtu This property is required. number
name This property is required. string
Name of the subnet.
tenantId This property is required. string
bond_mode This property is required. bool
clusters This property is required. Sequence[GetSubnetV2VirtualSwitchCluster]
description This property is required. str
Description of the subnet.
ext_id This property is required. str
  • (Required) The UUID of the subnet.
has_deployment_error This property is required. bool
is_default This property is required. bool
links This property is required. Sequence[GetSubnetV2VirtualSwitchLink]
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
metadatas This property is required. Sequence[GetSubnetV2VirtualSwitchMetadata]
mtu This property is required. int
name This property is required. str
Name of the subnet.
tenant_id This property is required. str
bondMode This property is required. Boolean
clusters This property is required. List<Property Map>
description This property is required. String
Description of the subnet.
extId This property is required. String
  • (Required) The UUID of the subnet.
hasDeploymentError This property is required. Boolean
isDefault This property is required. Boolean
links This property is required. List<Property Map>
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
metadatas This property is required. List<Property Map>
mtu This property is required. Number
name This property is required. String
Name of the subnet.
tenantId This property is required. String

GetSubnetV2VirtualSwitchCluster

ExtId This property is required. string
  • (Required) The UUID of the subnet.
GatewayIpAddresses This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VirtualSwitchClusterGatewayIpAddress>
Hosts This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VirtualSwitchClusterHost>
ExtId This property is required. string
  • (Required) The UUID of the subnet.
GatewayIpAddresses This property is required. []GetSubnetV2VirtualSwitchClusterGatewayIpAddress
Hosts This property is required. []GetSubnetV2VirtualSwitchClusterHost
extId This property is required. String
  • (Required) The UUID of the subnet.
gatewayIpAddresses This property is required. List<GetSubnetV2VirtualSwitchClusterGatewayIpAddress>
hosts This property is required. List<GetSubnetV2VirtualSwitchClusterHost>
extId This property is required. string
  • (Required) The UUID of the subnet.
gatewayIpAddresses This property is required. GetSubnetV2VirtualSwitchClusterGatewayIpAddress[]
hosts This property is required. GetSubnetV2VirtualSwitchClusterHost[]
ext_id This property is required. str
  • (Required) The UUID of the subnet.
gateway_ip_addresses This property is required. Sequence[GetSubnetV2VirtualSwitchClusterGatewayIpAddress]
hosts This property is required. Sequence[GetSubnetV2VirtualSwitchClusterHost]
extId This property is required. String
  • (Required) The UUID of the subnet.
gatewayIpAddresses This property is required. List<Property Map>
hosts This property is required. List<Property Map>

GetSubnetV2VirtualSwitchClusterGatewayIpAddress

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

GetSubnetV2VirtualSwitchClusterHost

ExtId This property is required. string
  • (Required) The UUID of the subnet.
HostNics This property is required. List<string>
InternalBridgeName This property is required. string
IpAddresses This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VirtualSwitchClusterHostIpAddress>
RouteTable This property is required. int
ExtId This property is required. string
  • (Required) The UUID of the subnet.
HostNics This property is required. []string
InternalBridgeName This property is required. string
IpAddresses This property is required. []GetSubnetV2VirtualSwitchClusterHostIpAddress
RouteTable This property is required. int
extId This property is required. String
  • (Required) The UUID of the subnet.
hostNics This property is required. List<String>
internalBridgeName This property is required. String
ipAddresses This property is required. List<GetSubnetV2VirtualSwitchClusterHostIpAddress>
routeTable This property is required. Integer
extId This property is required. string
  • (Required) The UUID of the subnet.
hostNics This property is required. string[]
internalBridgeName This property is required. string
ipAddresses This property is required. GetSubnetV2VirtualSwitchClusterHostIpAddress[]
routeTable This property is required. number
ext_id This property is required. str
  • (Required) The UUID of the subnet.
host_nics This property is required. Sequence[str]
internal_bridge_name This property is required. str
ip_addresses This property is required. Sequence[GetSubnetV2VirtualSwitchClusterHostIpAddress]
route_table This property is required. int
extId This property is required. String
  • (Required) The UUID of the subnet.
hostNics This property is required. List<String>
internalBridgeName This property is required. String
ipAddresses This property is required. List<Property Map>
routeTable This property is required. Number

GetSubnetV2VirtualSwitchClusterHostIpAddress

Ips This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VirtualSwitchClusterHostIpAddressIp>
Reference to address configuration
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
Ips This property is required. []GetSubnetV2VirtualSwitchClusterHostIpAddressIp
Reference to address configuration
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. List<GetSubnetV2VirtualSwitchClusterHostIpAddressIp>
Reference to address configuration
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. GetSubnetV2VirtualSwitchClusterHostIpAddressIp[]
Reference to address configuration
prefixLength This property is required. number
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. Sequence[GetSubnetV2VirtualSwitchClusterHostIpAddressIp]
Reference to address configuration
prefix_length This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. List<Property Map>
Reference to address configuration
prefixLength This property is required. Number
The prefix length of the network to which this host IPv4/IPv6 address belongs.

GetSubnetV2VirtualSwitchClusterHostIpAddressIp

PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
value of address
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
value of address
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
value of address
prefixLength This property is required. number
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. string
value of address
prefix_length This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. str
value of address
prefixLength This property is required. Number
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
value of address
Href This property is required. string
Rel This property is required. string
Href This property is required. string
Rel This property is required. string
href This property is required. String
rel This property is required. String
href This property is required. string
rel This property is required. string
href This property is required. str
rel This property is required. str
href This property is required. String
rel This property is required. String

GetSubnetV2VirtualSwitchMetadata

CategoryIds This property is required. List<ImmutableArray<object>>
OwnerReferenceId This property is required. string
OwnerUserName This property is required. string
ProjectName This property is required. string
ProjectReferenceId This property is required. string
CategoryIds This property is required. [][]interface{}
OwnerReferenceId This property is required. string
OwnerUserName This property is required. string
ProjectName This property is required. string
ProjectReferenceId This property is required. string
categoryIds This property is required. List<List<Object>>
ownerReferenceId This property is required. String
ownerUserName This property is required. String
projectName This property is required. String
projectReferenceId This property is required. String
categoryIds This property is required. any[][]
ownerReferenceId This property is required. string
ownerUserName This property is required. string
projectName This property is required. string
projectReferenceId This property is required. string
category_ids This property is required. Sequence[Sequence[Any]]
owner_reference_id This property is required. str
owner_user_name This property is required. str
project_name This property is required. str
project_reference_id This property is required. str
categoryIds This property is required. List<List<Any>>
ownerReferenceId This property is required. String
ownerUserName This property is required. String
projectName This property is required. String
projectReferenceId This property is required. String

GetSubnetV2Vpc

CommonDhcpOptions This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcCommonDhcpOption>
Description This property is required. string
Description of the subnet.
ExtId This property is required. string
  • (Required) The UUID of the subnet.
ExternalRoutingDomainReference This property is required. string
ExternalSubnets This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcExternalSubnet>
ExternallyRoutablePrefixes This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcExternallyRoutablePrefix>
Links This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcLink>
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
Metadatas This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcMetadata>
Name This property is required. string
Name of the subnet.
SnatIps This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcSnatIp>
TenantId This property is required. string
VpcType This property is required. string
CommonDhcpOptions This property is required. []GetSubnetV2VpcCommonDhcpOption
Description This property is required. string
Description of the subnet.
ExtId This property is required. string
  • (Required) The UUID of the subnet.
ExternalRoutingDomainReference This property is required. string
ExternalSubnets This property is required. []GetSubnetV2VpcExternalSubnet
ExternallyRoutablePrefixes This property is required. []GetSubnetV2VpcExternallyRoutablePrefix
Links This property is required. []GetSubnetV2VpcLink
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
Metadatas This property is required. []GetSubnetV2VpcMetadata
Name This property is required. string
Name of the subnet.
SnatIps This property is required. []GetSubnetV2VpcSnatIp
TenantId This property is required. string
VpcType This property is required. string
commonDhcpOptions This property is required. List<GetSubnetV2VpcCommonDhcpOption>
description This property is required. String
Description of the subnet.
extId This property is required. String
  • (Required) The UUID of the subnet.
externalRoutingDomainReference This property is required. String
externalSubnets This property is required. List<GetSubnetV2VpcExternalSubnet>
externallyRoutablePrefixes This property is required. List<GetSubnetV2VpcExternallyRoutablePrefix>
links This property is required. List<GetSubnetV2VpcLink>
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
metadatas This property is required. List<GetSubnetV2VpcMetadata>
name This property is required. String
Name of the subnet.
snatIps This property is required. List<GetSubnetV2VpcSnatIp>
tenantId This property is required. String
vpcType This property is required. String
commonDhcpOptions This property is required. GetSubnetV2VpcCommonDhcpOption[]
description This property is required. string
Description of the subnet.
extId This property is required. string
  • (Required) The UUID of the subnet.
externalRoutingDomainReference This property is required. string
externalSubnets This property is required. GetSubnetV2VpcExternalSubnet[]
externallyRoutablePrefixes This property is required. GetSubnetV2VpcExternallyRoutablePrefix[]
links This property is required. GetSubnetV2VpcLink[]
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
metadatas This property is required. GetSubnetV2VpcMetadata[]
name This property is required. string
Name of the subnet.
snatIps This property is required. GetSubnetV2VpcSnatIp[]
tenantId This property is required. string
vpcType This property is required. string
common_dhcp_options This property is required. Sequence[GetSubnetV2VpcCommonDhcpOption]
description This property is required. str
Description of the subnet.
ext_id This property is required. str
  • (Required) The UUID of the subnet.
external_routing_domain_reference This property is required. str
external_subnets This property is required. Sequence[GetSubnetV2VpcExternalSubnet]
externally_routable_prefixes This property is required. Sequence[GetSubnetV2VpcExternallyRoutablePrefix]
links This property is required. Sequence[GetSubnetV2VpcLink]
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
metadatas This property is required. Sequence[GetSubnetV2VpcMetadata]
name This property is required. str
Name of the subnet.
snat_ips This property is required. Sequence[GetSubnetV2VpcSnatIp]
tenant_id This property is required. str
vpc_type This property is required. str
commonDhcpOptions This property is required. List<Property Map>
description This property is required. String
Description of the subnet.
extId This property is required. String
  • (Required) The UUID of the subnet.
externalRoutingDomainReference This property is required. String
externalSubnets This property is required. List<Property Map>
externallyRoutablePrefixes This property is required. List<Property Map>
links This property is required. List<Property Map>
A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
metadatas This property is required. List<Property Map>
name This property is required. String
Name of the subnet.
snatIps This property is required. List<Property Map>
tenantId This property is required. String
vpcType This property is required. String

GetSubnetV2VpcCommonDhcpOption

DomainNameServers This property is required. []GetSubnetV2VpcCommonDhcpOptionDomainNameServer
List of Domain Name Server addresses.
domainNameServers This property is required. List<GetSubnetV2VpcCommonDhcpOptionDomainNameServer>
List of Domain Name Server addresses.
domainNameServers This property is required. GetSubnetV2VpcCommonDhcpOptionDomainNameServer[]
List of Domain Name Server addresses.
domain_name_servers This property is required. Sequence[GetSubnetV2VpcCommonDhcpOptionDomainNameServer]
List of Domain Name Server addresses.
domainNameServers This property is required. List<Property Map>
List of Domain Name Server addresses.

GetSubnetV2VpcCommonDhcpOptionDomainNameServer

Ipv4s This property is required. []GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv4
IP V4 configuration.
Ipv6s This property is required. []GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv6
IP V6 configuration
ipv4s This property is required. List<GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv4>
IP V4 configuration.
ipv6s This property is required. List<GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv6>
IP V6 configuration
ipv4s This property is required. GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv4[]
IP V4 configuration.
ipv6s This property is required. GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv6[]
IP V6 configuration
ipv4s This property is required. Sequence[GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv4]
IP V4 configuration.
ipv6s This property is required. Sequence[GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv6]
IP V6 configuration
ipv4s This property is required. List<Property Map>
IP V4 configuration.
ipv6s This property is required. List<Property Map>
IP V6 configuration

GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv4

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

GetSubnetV2VpcCommonDhcpOptionDomainNameServerIpv6

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

GetSubnetV2VpcExternalSubnet

ActiveGatewayCount This property is required. int
ActiveGatewayNodes This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcExternalSubnetActiveGatewayNode>
ExternalIps This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcExternalSubnetExternalIp>
GatewayNodes This property is required. List<string>
SubnetReference This property is required. string
ActiveGatewayCount This property is required. int
ActiveGatewayNodes This property is required. []GetSubnetV2VpcExternalSubnetActiveGatewayNode
ExternalIps This property is required. []GetSubnetV2VpcExternalSubnetExternalIp
GatewayNodes This property is required. []string
SubnetReference This property is required. string
activeGatewayCount This property is required. Integer
activeGatewayNodes This property is required. List<GetSubnetV2VpcExternalSubnetActiveGatewayNode>
externalIps This property is required. List<GetSubnetV2VpcExternalSubnetExternalIp>
gatewayNodes This property is required. List<String>
subnetReference This property is required. String
activeGatewayCount This property is required. number
activeGatewayNodes This property is required. GetSubnetV2VpcExternalSubnetActiveGatewayNode[]
externalIps This property is required. GetSubnetV2VpcExternalSubnetExternalIp[]
gatewayNodes This property is required. string[]
subnetReference This property is required. string
active_gateway_count This property is required. int
active_gateway_nodes This property is required. Sequence[GetSubnetV2VpcExternalSubnetActiveGatewayNode]
external_ips This property is required. Sequence[GetSubnetV2VpcExternalSubnetExternalIp]
gateway_nodes This property is required. Sequence[str]
subnet_reference This property is required. str
activeGatewayCount This property is required. Number
activeGatewayNodes This property is required. List<Property Map>
externalIps This property is required. List<Property Map>
gatewayNodes This property is required. List<String>
subnetReference This property is required. String

GetSubnetV2VpcExternalSubnetActiveGatewayNode

NodeId This property is required. string
NodeIpAddresses This property is required. []GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress
nodeId This property is required. String
nodeIpAddresses This property is required. List<GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress>
nodeId This property is required. string
nodeIpAddresses This property is required. GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress[]
nodeId This property is required. String
nodeIpAddresses This property is required. List<Property Map>

GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress

Ipv4s This property is required. []GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4
IP V4 configuration.
Ipv6s This property is required. []GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6
IP V6 configuration
ipv4s This property is required. GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4[]
IP V4 configuration.
ipv6s This property is required. GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6[]
IP V6 configuration
ipv4s This property is required. List<Property Map>
IP V4 configuration.
ipv6s This property is required. List<Property Map>
IP V6 configuration

GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4

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

GetSubnetV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6

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

GetSubnetV2VpcExternalSubnetExternalIp

Ipv4s This property is required. []GetSubnetV2VpcExternalSubnetExternalIpIpv4
IP V4 configuration.
Ipv6s This property is required. []GetSubnetV2VpcExternalSubnetExternalIpIpv6
IP V6 configuration
ipv4s This property is required. List<GetSubnetV2VpcExternalSubnetExternalIpIpv4>
IP V4 configuration.
ipv6s This property is required. List<GetSubnetV2VpcExternalSubnetExternalIpIpv6>
IP V6 configuration
ipv4s This property is required. GetSubnetV2VpcExternalSubnetExternalIpIpv4[]
IP V4 configuration.
ipv6s This property is required. GetSubnetV2VpcExternalSubnetExternalIpIpv6[]
IP V6 configuration
ipv4s This property is required. Sequence[GetSubnetV2VpcExternalSubnetExternalIpIpv4]
IP V4 configuration.
ipv6s This property is required. Sequence[GetSubnetV2VpcExternalSubnetExternalIpIpv6]
IP V6 configuration
ipv4s This property is required. List<Property Map>
IP V4 configuration.
ipv6s This property is required. List<Property Map>
IP V6 configuration

GetSubnetV2VpcExternalSubnetExternalIpIpv4

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

GetSubnetV2VpcExternalSubnetExternalIpIpv6

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

GetSubnetV2VpcExternallyRoutablePrefix

Ipv4s This property is required. []GetSubnetV2VpcExternallyRoutablePrefixIpv4
IP V4 configuration.
Ipv6s This property is required. []GetSubnetV2VpcExternallyRoutablePrefixIpv6
IP V6 configuration
ipv4s This property is required. List<GetSubnetV2VpcExternallyRoutablePrefixIpv4>
IP V4 configuration.
ipv6s This property is required. List<GetSubnetV2VpcExternallyRoutablePrefixIpv6>
IP V6 configuration
ipv4s This property is required. GetSubnetV2VpcExternallyRoutablePrefixIpv4[]
IP V4 configuration.
ipv6s This property is required. GetSubnetV2VpcExternallyRoutablePrefixIpv6[]
IP V6 configuration
ipv4s This property is required. Sequence[GetSubnetV2VpcExternallyRoutablePrefixIpv4]
IP V4 configuration.
ipv6s This property is required. Sequence[GetSubnetV2VpcExternallyRoutablePrefixIpv6]
IP V6 configuration
ipv4s This property is required. List<Property Map>
IP V4 configuration.
ipv6s This property is required. List<Property Map>
IP V6 configuration

GetSubnetV2VpcExternallyRoutablePrefixIpv4

Ips This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip>
Reference to address configuration
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
Ips This property is required. []GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip
Reference to address configuration
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. List<GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip>
Reference to address configuration
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip[]
Reference to address configuration
prefixLength This property is required. number
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. Sequence[GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip]
Reference to address configuration
prefix_length This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. List<Property Map>
Reference to address configuration
prefixLength This property is required. Number
The prefix length of the network to which this host IPv4/IPv6 address belongs.

GetSubnetV2VpcExternallyRoutablePrefixIpv4Ip

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

GetSubnetV2VpcExternallyRoutablePrefixIpv6

Ips This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip>
Reference to address configuration
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
Ips This property is required. []GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip
Reference to address configuration
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. List<GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip>
Reference to address configuration
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip[]
Reference to address configuration
prefixLength This property is required. number
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. Sequence[GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip]
Reference to address configuration
prefix_length This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
ips This property is required. List<Property Map>
Reference to address configuration
prefixLength This property is required. Number
The prefix length of the network to which this host IPv4/IPv6 address belongs.

GetSubnetV2VpcExternallyRoutablePrefixIpv6Ip

PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
value of address
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
Value This property is required. string
value of address
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
value of address
prefixLength This property is required. number
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. string
value of address
prefix_length This property is required. int
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. str
value of address
prefixLength This property is required. Number
The prefix length of the network to which this host IPv4/IPv6 address belongs.
value This property is required. String
value of address
Href This property is required. string
Rel This property is required. string
Href This property is required. string
Rel This property is required. string
href This property is required. String
rel This property is required. String
href This property is required. string
rel This property is required. string
href This property is required. str
rel This property is required. str
href This property is required. String
rel This property is required. String

GetSubnetV2VpcMetadata

CategoryIds This property is required. List<ImmutableArray<object>>
OwnerReferenceId This property is required. string
OwnerUserName This property is required. string
ProjectName This property is required. string
ProjectReferenceId This property is required. string
CategoryIds This property is required. [][]interface{}
OwnerReferenceId This property is required. string
OwnerUserName This property is required. string
ProjectName This property is required. string
ProjectReferenceId This property is required. string
categoryIds This property is required. List<List<Object>>
ownerReferenceId This property is required. String
ownerUserName This property is required. String
projectName This property is required. String
projectReferenceId This property is required. String
categoryIds This property is required. any[][]
ownerReferenceId This property is required. string
ownerUserName This property is required. string
projectName This property is required. string
projectReferenceId This property is required. string
category_ids This property is required. Sequence[Sequence[Any]]
owner_reference_id This property is required. str
owner_user_name This property is required. str
project_name This property is required. str
project_reference_id This property is required. str
categoryIds This property is required. List<List<Any>>
ownerReferenceId This property is required. String
ownerUserName This property is required. String
projectName This property is required. String
projectReferenceId This property is required. String

GetSubnetV2VpcSnatIp

Ipv4s This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcSnatIpIpv4>
IP V4 configuration.
Ipv6s This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetSubnetV2VpcSnatIpIpv6>
IP V6 configuration
Ipv4s This property is required. []GetSubnetV2VpcSnatIpIpv4
IP V4 configuration.
Ipv6s This property is required. []GetSubnetV2VpcSnatIpIpv6
IP V6 configuration
ipv4s This property is required. List<GetSubnetV2VpcSnatIpIpv4>
IP V4 configuration.
ipv6s This property is required. List<GetSubnetV2VpcSnatIpIpv6>
IP V6 configuration
ipv4s This property is required. GetSubnetV2VpcSnatIpIpv4[]
IP V4 configuration.
ipv6s This property is required. GetSubnetV2VpcSnatIpIpv6[]
IP V6 configuration
ipv4s This property is required. Sequence[GetSubnetV2VpcSnatIpIpv4]
IP V4 configuration.
ipv6s This property is required. Sequence[GetSubnetV2VpcSnatIpIpv6]
IP V6 configuration
ipv4s This property is required. List<Property Map>
IP V4 configuration.
ipv6s This property is required. List<Property Map>
IP V6 configuration

GetSubnetV2VpcSnatIpIpv4

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

GetSubnetV2VpcSnatIpIpv6

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

Package Details

Repository
nutanix pierskarsenbarg/pulumi-nutanix
License
Apache-2.0
Notes
This Pulumi package is based on the nutanix Terraform Provider.
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg