Nutanix v0.8.0 published on Sunday, May 11, 2025 by Piers Karsenbarg
nutanix.getSubnetsV2
Explore with Pulumi AI
Get the list of existing subnets.
Subnets
The subnets
object contains the following attributes:
ext_id
: A globally unique identifier of an instance that is suitable for external consumption.name
: Name of the subnet.description
: Description of the subnet.subnet_type
: Type of subnet.network_id
: 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.dhcp_options
: List of DHCP options to be configured.ip_config
: IP configuration for the subnet.cluster_reference
: UUID of the cluster this subnet belongs to.virtual_switch_reference
: UUID of the virtual switch this subnet belongs to (type VLAN only).vpc_reference
: UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).is_nat_enabled
: 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.is_external
: Indicates whether the subnet is used for external connectivity.reserved_ip_addresses
: List of IPs that are excluded while allocating IP addresses to VM ports.dynamic_ip_addresses
: List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.network_function_chain_reference
: UUID of the Network function chain entity that this subnet belongs to (type VLAN only).bridge_name
: Name of the bridge on the host for the subnet.is_advanced_networking
: Indicates whether the subnet is used for advanced networking.cluster_name
: Cluster Namehypervisor_type
: Hypervisor Typevirtual_switch
: Schema to configure a virtual switchvpc
: Networking common base objectip_prefix
: IP Prefix in CIDR format.ip_usage
: IP usage statistics.migration_state
: Migration state of the subnet. This field is read-only.links
: 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.
dhcp_options
domain_name_servers
: List of Domain Name Server addresses.domain_name
: The DNS domain name of the client.search_domains
: The DNS domain search list.tftp_server_name
: TFTP server nameboot_file_name
: Boot file namentp_servers
: List of NTP server addresses
domain_name_servers, ntp_servers
ipv4
: IPv4 Objectipv6
: IPv6 Object
ip_config
ipv4
: IP V4 configuration.ipv6
: IP V6 configuration
ip_config.ipv4, ip_config.ipv6
ip_subnet
: subnet ipdefault_gateway_ip
: Reference to address configurationdhcp_server_address
: Reference to address configurationpool_list
: Pool of IP addresses from where IPs are allocated.
ip_subnet
ip
: Reference to address configurationprefix_length
: The prefix length of the network to which this host IPv4 address belongs.
pool_list
start_ip
: Reference to address configurationend_ip
: Reference to address configuration
ip_usage
num_macs
: Number of MAC addresses.num_free_ips
: Number of free IPs.num_assigned_ips
: Number of assigned IPs.ip_pool_usages
: IP Pool usages
ip_pool_usages
num_free_ips
: Number of free IPsnum_total_ips
: Total number of IPs in this pool.range
: Start/end IP address range.
ipv4, ipv6 (Reference to address configuration)
value
: value of addressprefix_length
: The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix List Subnets v4.
Using getSubnetsV2
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 getSubnetsV2(args: GetSubnetsV2Args, opts?: InvokeOptions): Promise<GetSubnetsV2Result>
function getSubnetsV2Output(args: GetSubnetsV2OutputArgs, opts?: InvokeOptions): Output<GetSubnetsV2Result>
def get_subnets_v2(expand: Optional[str] = None,
filter: Optional[str] = None,
limit: Optional[int] = None,
order_by: Optional[str] = None,
page: Optional[int] = None,
select: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSubnetsV2Result
def get_subnets_v2_output(expand: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
order_by: Optional[pulumi.Input[str]] = None,
page: Optional[pulumi.Input[int]] = None,
select: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSubnetsV2Result]
func GetSubnetsV2(ctx *Context, args *GetSubnetsV2Args, opts ...InvokeOption) (*GetSubnetsV2Result, error)
func GetSubnetsV2Output(ctx *Context, args *GetSubnetsV2OutputArgs, opts ...InvokeOption) GetSubnetsV2ResultOutput
> Note: This function is named GetSubnetsV2
in the Go SDK.
public static class GetSubnetsV2
{
public static Task<GetSubnetsV2Result> InvokeAsync(GetSubnetsV2Args args, InvokeOptions? opts = null)
public static Output<GetSubnetsV2Result> Invoke(GetSubnetsV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSubnetsV2Result> getSubnetsV2(GetSubnetsV2Args args, InvokeOptions options)
public static Output<GetSubnetsV2Result> getSubnetsV2(GetSubnetsV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getSubnetsV2:getSubnetsV2
arguments:
# arguments dictionary
The following arguments are supported:
- Expand string
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. The expand can be applied to the following fields:
virtualSwitch
- Filter string
- A URL query parameter that allows clients to filter a collection of resources. The filter can be applied to the following fields:
clusterReference
extId
isExternal
- Limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- Order
By string - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. The orderby can be applied to the following fields:
- Page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- Select string
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. The select can be applied to the following fields:
clusterName
clusterReference
extId
hypervisorType
subnetType
ipPrefix
isAdvancedNetworking
isExternal
isNatEnabled
- Expand string
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. The expand can be applied to the following fields:
virtualSwitch
- Filter string
- A URL query parameter that allows clients to filter a collection of resources. The filter can be applied to the following fields:
clusterReference
extId
isExternal
- Limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- Order
By string - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. The orderby can be applied to the following fields:
- Page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- Select string
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. The select can be applied to the following fields:
clusterName
clusterReference
extId
hypervisorType
subnetType
ipPrefix
isAdvancedNetworking
isExternal
isNatEnabled
- expand String
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. The expand can be applied to the following fields:
virtualSwitch
- filter String
- A URL query parameter that allows clients to filter a collection of resources. The filter can be applied to the following fields:
clusterReference
extId
isExternal
- limit Integer
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By String - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. The orderby can be applied to the following fields:
- page Integer
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select String
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. The select can be applied to the following fields:
clusterName
clusterReference
extId
hypervisorType
subnetType
ipPrefix
isAdvancedNetworking
isExternal
isNatEnabled
- expand string
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. The expand can be applied to the following fields:
virtualSwitch
- filter string
- A URL query parameter that allows clients to filter a collection of resources. The filter can be applied to the following fields:
clusterReference
extId
isExternal
- limit number
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By string - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. The orderby can be applied to the following fields:
- page number
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select string
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. The select can be applied to the following fields:
clusterName
clusterReference
extId
hypervisorType
subnetType
ipPrefix
isAdvancedNetworking
isExternal
isNatEnabled
- expand str
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. The expand can be applied to the following fields:
virtualSwitch
- filter str
- A URL query parameter that allows clients to filter a collection of resources. The filter can be applied to the following fields:
clusterReference
extId
isExternal
- limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order_
by str - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. The orderby can be applied to the following fields:
- page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select str
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. The select can be applied to the following fields:
clusterName
clusterReference
extId
hypervisorType
subnetType
ipPrefix
isAdvancedNetworking
isExternal
isNatEnabled
- expand String
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. The expand can be applied to the following fields:
virtualSwitch
- filter String
- A URL query parameter that allows clients to filter a collection of resources. The filter can be applied to the following fields:
clusterReference
extId
isExternal
- limit Number
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By String - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. The orderby can be applied to the following fields:
- page Number
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select String
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. The select can be applied to the following fields:
clusterName
clusterReference
extId
hypervisorType
subnetType
ipPrefix
isAdvancedNetworking
isExternal
isNatEnabled
getSubnetsV2 Result
The following output properties are available:
Supporting Types
GetSubnetsV2Subnet
- Bridge
Name string - Cluster
Name string - Cluster
Reference string - Description string
- Dhcp
Options List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Dhcp Option> - Dynamic
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Dynamic Ip Address> - Ext
Id string - Hypervisor
Type string - Ip
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config> - Ip
Prefix string - Ip
Usages List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Usage> - Is
Advanced boolNetworking - Is
External bool - Is
Nat boolEnabled - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Link> - Migration
State string - Name string
- Network
Function stringChain Reference - Network
Id int - Reserved
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Reserved Ip Address> - Subnet
Type string - Virtual
Switch stringReference - Virtual
Switches List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch> - Vpc
Reference string - Vpcs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc>
- Bridge
Name string - Cluster
Name string - Cluster
Reference string - Description string
- Dhcp
Options []GetSubnets V2Subnet Dhcp Option - Dynamic
Ip []GetAddresses Subnets V2Subnet Dynamic Ip Address - Ext
Id string - Hypervisor
Type string - Ip
Configs []GetSubnets V2Subnet Ip Config - Ip
Prefix string - Ip
Usages []GetSubnets V2Subnet Ip Usage - Is
Advanced boolNetworking - Is
External bool - Is
Nat boolEnabled - Links
[]Get
Subnets V2Subnet Link - Migration
State string - Name string
- Network
Function stringChain Reference - Network
Id int - Reserved
Ip []GetAddresses Subnets V2Subnet Reserved Ip Address - Subnet
Type string - Virtual
Switch stringReference - Virtual
Switches []GetSubnets V2Subnet Virtual Switch - Vpc
Reference string - Vpcs
[]Get
Subnets V2Subnet Vpc
- bridge
Name String - cluster
Name String - cluster
Reference String - description String
- dhcp
Options List<GetSubnets V2Subnet Dhcp Option> - dynamic
Ip List<GetAddresses Subnets V2Subnet Dynamic Ip Address> - ext
Id String - hypervisor
Type String - ip
Configs List<GetSubnets V2Subnet Ip Config> - ip
Prefix String - ip
Usages List<GetSubnets V2Subnet Ip Usage> - is
Advanced BooleanNetworking - is
External Boolean - is
Nat BooleanEnabled - links
List<Get
Subnets V2Subnet Link> - migration
State String - name String
- network
Function StringChain Reference - network
Id Integer - reserved
Ip List<GetAddresses Subnets V2Subnet Reserved Ip Address> - subnet
Type String - virtual
Switch StringReference - virtual
Switches List<GetSubnets V2Subnet Virtual Switch> - vpc
Reference String - vpcs
List<Get
Subnets V2Subnet Vpc>
- bridge
Name string - cluster
Name string - cluster
Reference string - description string
- dhcp
Options GetSubnets V2Subnet Dhcp Option[] - dynamic
Ip GetAddresses Subnets V2Subnet Dynamic Ip Address[] - ext
Id string - hypervisor
Type string - ip
Configs GetSubnets V2Subnet Ip Config[] - ip
Prefix string - ip
Usages GetSubnets V2Subnet Ip Usage[] - is
Advanced booleanNetworking - is
External boolean - is
Nat booleanEnabled - links
Get
Subnets V2Subnet Link[] - migration
State string - name string
- network
Function stringChain Reference - network
Id number - reserved
Ip GetAddresses Subnets V2Subnet Reserved Ip Address[] - subnet
Type string - virtual
Switch stringReference - virtual
Switches GetSubnets V2Subnet Virtual Switch[] - vpc
Reference string - vpcs
Get
Subnets V2Subnet Vpc[]
- bridge_
name str - cluster_
name str - cluster_
reference str - description str
- dhcp_
options Sequence[GetSubnets V2Subnet Dhcp Option] - dynamic_
ip_ Sequence[Getaddresses Subnets V2Subnet Dynamic Ip Address] - ext_
id str - hypervisor_
type str - ip_
configs Sequence[GetSubnets V2Subnet Ip Config] - ip_
prefix str - ip_
usages Sequence[GetSubnets V2Subnet Ip Usage] - is_
advanced_ boolnetworking - is_
external bool - is_
nat_ boolenabled - links
Sequence[Get
Subnets V2Subnet Link] - migration_
state str - name str
- network_
function_ strchain_ reference - network_
id int - reserved_
ip_ Sequence[Getaddresses Subnets V2Subnet Reserved Ip Address] - subnet_
type str - virtual_
switch_ strreference - virtual_
switches Sequence[GetSubnets V2Subnet Virtual Switch] - vpc_
reference str - vpcs
Sequence[Get
Subnets V2Subnet Vpc]
- bridge
Name String - cluster
Name String - cluster
Reference String - description String
- dhcp
Options List<Property Map> - dynamic
Ip List<Property Map>Addresses - ext
Id String - hypervisor
Type String - ip
Configs List<Property Map> - ip
Prefix String - ip
Usages List<Property Map> - is
Advanced BooleanNetworking - is
External Boolean - is
Nat BooleanEnabled - links List<Property Map>
- migration
State String - name String
- network
Function StringChain Reference - network
Id Number - reserved
Ip List<Property Map>Addresses - subnet
Type String - virtual
Switch StringReference - virtual
Switches List<Property Map> - vpc
Reference String - vpcs List<Property Map>
GetSubnetsV2SubnetDhcpOption
- boot
File StringName - domain
Name String - domain
Name List<Property Map>Servers - ntp
Servers List<Property Map> - search
Domains List<String> - tftp
Server StringName
GetSubnetsV2SubnetDhcpOptionDomainNameServer
GetSubnetsV2SubnetDhcpOptionDomainNameServerIpv4
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetDhcpOptionDomainNameServerIpv6
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetDhcpOptionNtpServer
GetSubnetsV2SubnetDhcpOptionNtpServerIpv4
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetDhcpOptionNtpServerIpv6
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetDynamicIpAddress
GetSubnetsV2SubnetDynamicIpAddressIpv4
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetDynamicIpAddressIpv6
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpConfig
GetSubnetsV2SubnetIpConfigIpv4
- Default
Gateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4Default Gateway Ip> - Dhcp
Server List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4Dhcp Server Address> - Ip
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4Ip Subnet> - Pool
Lists List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4Pool List>
GetSubnetsV2SubnetIpConfigIpv4DefaultGatewayIp
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpConfigIpv4DhcpServerAddress
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpConfigIpv4IpSubnet
GetSubnetsV2SubnetIpConfigIpv4IpSubnetIp
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpConfigIpv4PoolList
GetSubnetsV2SubnetIpConfigIpv4PoolListEndIp
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpConfigIpv4PoolListStartIp
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpConfigIpv6
- Default
Gateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6Default Gateway Ip> - Dhcp
Server List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6Dhcp Server Address> - Ip
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6Ip Subnet> - Pool
Lists List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6Pool List>
GetSubnetsV2SubnetIpConfigIpv6DefaultGatewayIp
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpConfigIpv6DhcpServerAddress
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpConfigIpv6IpSubnet
GetSubnetsV2SubnetIpConfigIpv6IpSubnetIp
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpConfigIpv6PoolList
GetSubnetsV2SubnetIpConfigIpv6PoolListEndIp
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpConfigIpv6PoolListStartIp
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpUsage
- ip
Pool List<GetUsages Subnets V2Subnet Ip Usage Ip Pool Usage> - num
Assigned IntegerIps - num
Free IntegerIps - num
Macs Integer
- ip
Pool GetUsages Subnets V2Subnet Ip Usage Ip Pool Usage[] - num
Assigned numberIps - num
Free numberIps - num
Macs number
- ip
Pool List<Property Map>Usages - num
Assigned NumberIps - num
Free NumberIps - num
Macs Number
GetSubnetsV2SubnetIpUsageIpPoolUsage
- num
Free NumberIps - num
Total NumberIps - ranges List<Property Map>
GetSubnetsV2SubnetIpUsageIpPoolUsageRange
GetSubnetsV2SubnetIpUsageIpPoolUsageRangeEndIp
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetIpUsageIpPoolUsageRangeStartIp
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetLink
GetSubnetsV2SubnetReservedIpAddress
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVirtualSwitch
- Bond
Mode bool - Clusters
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch Cluster> - Description string
- Ext
Id string - Has
Deployment boolError - Is
Default bool - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch Link> - Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch Metadata> - Mtu int
- Name string
- Tenant
Id string
- bond
Mode Boolean - clusters
List<Get
Subnets V2Subnet Virtual Switch Cluster> - description String
- ext
Id String - has
Deployment BooleanError - is
Default Boolean - links
List<Get
Subnets V2Subnet Virtual Switch Link> - metadatas
List<Get
Subnets V2Subnet Virtual Switch Metadata> - mtu Integer
- name String
- tenant
Id String
- bond
Mode boolean - clusters
Get
Subnets V2Subnet Virtual Switch Cluster[] - description string
- ext
Id string - has
Deployment booleanError - is
Default boolean - links
Get
Subnets V2Subnet Virtual Switch Link[] - metadatas
Get
Subnets V2Subnet Virtual Switch Metadata[] - mtu number
- name string
- tenant
Id string
- bond
Mode Boolean - clusters List<Property Map>
- description String
- ext
Id String - has
Deployment BooleanError - is
Default Boolean - links List<Property Map>
- metadatas List<Property Map>
- mtu Number
- name String
- tenant
Id String
GetSubnetsV2SubnetVirtualSwitchCluster
GetSubnetsV2SubnetVirtualSwitchClusterGatewayIpAddress
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVirtualSwitchClusterHost
- Ext
Id string - Host
Nics []string - Internal
Bridge stringName - Ip
Addresses []GetSubnets V2Subnet Virtual Switch Cluster Host Ip Address - Route
Table int
- ext
Id String - host
Nics List<String> - internal
Bridge StringName - ip
Addresses List<GetSubnets V2Subnet Virtual Switch Cluster Host Ip Address> - route
Table Integer
- ext
Id string - host
Nics string[] - internal
Bridge stringName - ip
Addresses GetSubnets V2Subnet Virtual Switch Cluster Host Ip Address[] - route
Table number
- ext
Id String - host
Nics List<String> - internal
Bridge StringName - ip
Addresses List<Property Map> - route
Table Number
GetSubnetsV2SubnetVirtualSwitchClusterHostIpAddress
GetSubnetsV2SubnetVirtualSwitchClusterHostIpAddressIp
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVirtualSwitchLink
GetSubnetsV2SubnetVirtualSwitchMetadata
- Category
Ids List<ImmutableArray<object>> - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- Category
Ids [][]interface{} - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- category
Ids List<List<Object>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
- category
Ids any[][] - owner
Reference stringId - owner
User stringName - project
Name string - project
Reference stringId
- category_
ids Sequence[Sequence[Any]] - owner_
reference_ strid - owner_
user_ strname - project_
name str - project_
reference_ strid
- category
Ids List<List<Any>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
GetSubnetsV2SubnetVpc
- Common
Dhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc Common Dhcp Option> - Description string
- Ext
Id string - External
Routing stringDomain Reference - External
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc External Subnet> - Externally
Routable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc Externally Routable Prefix> - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc Link> - Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc Metadata> - Name string
- Snat
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc Snat Ip> - Tenant
Id string - Vpc
Type string
- Common
Dhcp []GetOptions Subnets V2Subnet Vpc Common Dhcp Option - Description string
- Ext
Id string - External
Routing stringDomain Reference - External
Subnets []GetSubnets V2Subnet Vpc External Subnet - Externally
Routable []GetPrefixes Subnets V2Subnet Vpc Externally Routable Prefix - Links
[]Get
Subnets V2Subnet Vpc Link - Metadatas
[]Get
Subnets V2Subnet Vpc Metadata - Name string
- Snat
Ips []GetSubnets V2Subnet Vpc Snat Ip - Tenant
Id string - Vpc
Type string
- common
Dhcp List<GetOptions Subnets V2Subnet Vpc Common Dhcp Option> - description String
- ext
Id String - external
Routing StringDomain Reference - external
Subnets List<GetSubnets V2Subnet Vpc External Subnet> - externally
Routable List<GetPrefixes Subnets V2Subnet Vpc Externally Routable Prefix> - links
List<Get
Subnets V2Subnet Vpc Link> - metadatas
List<Get
Subnets V2Subnet Vpc Metadata> - name String
- snat
Ips List<GetSubnets V2Subnet Vpc Snat Ip> - tenant
Id String - vpc
Type String
- common
Dhcp GetOptions Subnets V2Subnet Vpc Common Dhcp Option[] - description string
- ext
Id string - external
Routing stringDomain Reference - external
Subnets GetSubnets V2Subnet Vpc External Subnet[] - externally
Routable GetPrefixes Subnets V2Subnet Vpc Externally Routable Prefix[] - links
Get
Subnets V2Subnet Vpc Link[] - metadatas
Get
Subnets V2Subnet Vpc Metadata[] - name string
- snat
Ips GetSubnets V2Subnet Vpc Snat Ip[] - tenant
Id string - vpc
Type string
- common_
dhcp_ Sequence[Getoptions Subnets V2Subnet Vpc Common Dhcp Option] - description str
- ext_
id str - external_
routing_ strdomain_ reference - external_
subnets Sequence[GetSubnets V2Subnet Vpc External Subnet] - externally_
routable_ Sequence[Getprefixes Subnets V2Subnet Vpc Externally Routable Prefix] - links
Sequence[Get
Subnets V2Subnet Vpc Link] - metadatas
Sequence[Get
Subnets V2Subnet Vpc Metadata] - name str
- snat_
ips Sequence[GetSubnets V2Subnet Vpc Snat Ip] - tenant_
id str - vpc_
type str
- common
Dhcp List<Property Map>Options - description String
- ext
Id String - external
Routing StringDomain Reference - external
Subnets List<Property Map> - externally
Routable List<Property Map>Prefixes - links List<Property Map>
- metadatas List<Property Map>
- name String
- snat
Ips List<Property Map> - tenant
Id String - vpc
Type String
GetSubnetsV2SubnetVpcCommonDhcpOption
GetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServer
GetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv4
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv6
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVpcExternalSubnet
- active
Gateway NumberCount - active
Gateway List<Property Map>Nodes - external
Ips List<Property Map> - gateway
Nodes List<String> - subnet
Reference String
GetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNode
GetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress
GetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVpcExternalSubnetExternalIp
GetSubnetsV2SubnetVpcExternalSubnetExternalIpIpv4
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVpcExternalSubnetExternalIpIpv6
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVpcExternallyRoutablePrefix
GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4
GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6
GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6Ip
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVpcLink
GetSubnetsV2SubnetVpcMetadata
- Category
Ids List<ImmutableArray<object>> - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- Category
Ids [][]interface{} - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- category
Ids List<List<Object>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
- category
Ids any[][] - owner
Reference stringId - owner
User stringName - project
Name string - project
Reference stringId
- category_
ids Sequence[Sequence[Any]] - owner_
reference_ strid - owner_
user_ strname - project_
name str - project_
reference_ strid
- category
Ids List<List<Any>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
GetSubnetsV2SubnetVpcSnatIp
GetSubnetsV2SubnetVpcSnatIpIpv4
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetSubnetsV2SubnetVpcSnatIpIpv6
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.