nutanix.getSubnetsV2
Explore with Pulumi AI
Get the list of existing subnets.
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.
- Filter string
- A URL query parameter that allows clients to filter a collection of resources.
- 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
- 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.
- Expand string
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
- Filter string
- A URL query parameter that allows clients to filter a collection of resources.
- 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
- 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.
- expand String
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
- filter String
- A URL query parameter that allows clients to filter a collection of resources.
- 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
- 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.
- expand string
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
- filter string
- A URL query parameter that allows clients to filter a collection of resources.
- 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
- 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.
- expand str
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
- filter str
- A URL query parameter that allows clients to filter a collection of resources.
- 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
- 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.
- expand String
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
- filter String
- A URL query parameter that allows clients to filter a collection of resources.
- 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
- 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.
getSubnetsV2 Result
The following output properties are available:
Supporting Types
GetSubnetsV2Subnet
- Bridge
Name string - Name of the bridge on the host for the subnet.
- Cluster
Name string - Cluster Name
- Cluster
Reference string - UUID of the cluster this subnet belongs to.
- Description string
- Description of the subnet.
- Dhcp
Options List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Dhcp Option> - List of DHCP options to be configured.
- Dynamic
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Dynamic Ip Address> - List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Hypervisor
Type string - Hypervisor Type
- Ip
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config> - IP configuration for the subnet.
- Ip
Prefix string - IP Prefix in CIDR format.
- Ip
Usages List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Usage> - IP usage statistics.
- Is
Advanced boolNetworking - Indicates whether the subnet is used for advanced networking.
- Is
External bool - Indicates whether the subnet is used for external connectivity.
- Is
Nat boolEnabled - 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<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Link> - 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 string - Migration state of the subnet. This field is read-only.
- Name string
- Name of the subnet.
- Network
Function stringChain Reference - 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 List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Reserved Ip Address> - List of IPs that are excluded while allocating IP addresses to VM ports.
- Subnet
Type string - Type of subnet.
- Virtual
Switch stringReference - UUID of the virtual switch this subnet belongs to (type VLAN only).
- Virtual
Switches List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch> - Schema to configure a virtual switch
- Vpc
Reference string - UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
- Vpcs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc> - Networking common base object
- Bridge
Name string - Name of the bridge on the host for the subnet.
- Cluster
Name string - Cluster Name
- Cluster
Reference string - UUID of the cluster this subnet belongs to.
- Description string
- Description of the subnet.
- Dhcp
Options []GetSubnets V2Subnet Dhcp Option - List of DHCP options to be configured.
- Dynamic
Ip []GetAddresses Subnets V2Subnet Dynamic Ip Address - List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Hypervisor
Type string - Hypervisor Type
- Ip
Configs []GetSubnets V2Subnet Ip Config - IP configuration for the subnet.
- Ip
Prefix string - IP Prefix in CIDR format.
- Ip
Usages []GetSubnets V2Subnet Ip Usage - IP usage statistics.
- Is
Advanced boolNetworking - Indicates whether the subnet is used for advanced networking.
- Is
External bool - Indicates whether the subnet is used for external connectivity.
- Is
Nat boolEnabled - 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
[]Get
Subnets V2Subnet Link - 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 string - Migration state of the subnet. This field is read-only.
- Name string
- Name of the subnet.
- Network
Function stringChain Reference - 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 []GetAddresses Subnets V2Subnet Reserved Ip Address - List of IPs that are excluded while allocating IP addresses to VM ports.
- Subnet
Type string - Type of subnet.
- Virtual
Switch stringReference - UUID of the virtual switch this subnet belongs to (type VLAN only).
- Virtual
Switches []GetSubnets V2Subnet Virtual Switch - Schema to configure a virtual switch
- Vpc
Reference string - UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
- Vpcs
[]Get
Subnets V2Subnet Vpc - Networking common base object
- bridge
Name String - Name of the bridge on the host for the subnet.
- cluster
Name String - Cluster Name
- cluster
Reference String - UUID of the cluster this subnet belongs to.
- description String
- Description of the subnet.
- dhcp
Options List<GetSubnets V2Subnet Dhcp Option> - List of DHCP options to be configured.
- dynamic
Ip List<GetAddresses Subnets V2Subnet Dynamic Ip Address> - List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- hypervisor
Type String - Hypervisor Type
- ip
Configs List<GetSubnets V2Subnet Ip Config> - IP configuration for the subnet.
- ip
Prefix String - IP Prefix in CIDR format.
- ip
Usages List<GetSubnets V2Subnet Ip Usage> - IP usage statistics.
- is
Advanced BooleanNetworking - Indicates whether the subnet is used for advanced networking.
- is
External Boolean - Indicates whether the subnet is used for external connectivity.
- is
Nat BooleanEnabled - 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<Get
Subnets V2Subnet Link> - 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 String - Migration state of the subnet. This field is read-only.
- name String
- Name of the subnet.
- network
Function StringChain Reference - UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
- network
Id 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.
- reserved
Ip List<GetAddresses Subnets V2Subnet Reserved Ip Address> - List of IPs that are excluded while allocating IP addresses to VM ports.
- subnet
Type String - Type of subnet.
- virtual
Switch StringReference - UUID of the virtual switch this subnet belongs to (type VLAN only).
- virtual
Switches List<GetSubnets V2Subnet Virtual Switch> - Schema to configure a virtual switch
- vpc
Reference String - UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
- vpcs
List<Get
Subnets V2Subnet Vpc> - Networking common base object
- bridge
Name string - Name of the bridge on the host for the subnet.
- cluster
Name string - Cluster Name
- cluster
Reference string - UUID of the cluster this subnet belongs to.
- description string
- Description of the subnet.
- dhcp
Options GetSubnets V2Subnet Dhcp Option[] - List of DHCP options to be configured.
- dynamic
Ip GetAddresses Subnets V2Subnet Dynamic Ip Address[] - List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- hypervisor
Type string - Hypervisor Type
- ip
Configs GetSubnets V2Subnet Ip Config[] - IP configuration for the subnet.
- ip
Prefix string - IP Prefix in CIDR format.
- ip
Usages GetSubnets V2Subnet Ip Usage[] - IP usage statistics.
- is
Advanced booleanNetworking - Indicates whether the subnet is used for advanced networking.
- is
External boolean - Indicates whether the subnet is used for external connectivity.
- is
Nat booleanEnabled - 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
Get
Subnets V2Subnet Link[] - 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 string - Migration state of the subnet. This field is read-only.
- name string
- Name of the subnet.
- network
Function stringChain Reference - UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
- network
Id 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.
- reserved
Ip GetAddresses Subnets V2Subnet Reserved Ip Address[] - List of IPs that are excluded while allocating IP addresses to VM ports.
- subnet
Type string - Type of subnet.
- virtual
Switch stringReference - UUID of the virtual switch this subnet belongs to (type VLAN only).
- virtual
Switches GetSubnets V2Subnet Virtual Switch[] - Schema to configure a virtual switch
- vpc
Reference string - UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
- vpcs
Get
Subnets V2Subnet Vpc[] - 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[GetSubnets V2Subnet Dhcp Option] - List of DHCP options to be configured.
- dynamic_
ip_ Sequence[Getaddresses Subnets V2Subnet Dynamic Ip Address] - List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- hypervisor_
type str - Hypervisor Type
- ip_
configs Sequence[GetSubnets V2Subnet Ip Config] - IP configuration for the subnet.
- ip_
prefix str - IP Prefix in CIDR format.
- ip_
usages Sequence[GetSubnets V2Subnet Ip Usage] - IP usage statistics.
- is_
advanced_ boolnetworking - Indicates whether the subnet is used for advanced networking.
- is_
external bool - Indicates whether the subnet is used for external connectivity.
- is_
nat_ boolenabled - 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[Get
Subnets V2Subnet Link] - 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_ strchain_ reference - 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_ Sequence[Getaddresses Subnets V2Subnet Reserved Ip Address] - List of IPs that are excluded while allocating IP addresses to VM ports.
- subnet_
type str - Type of subnet.
- virtual_
switch_ strreference - UUID of the virtual switch this subnet belongs to (type VLAN only).
- virtual_
switches Sequence[GetSubnets V2Subnet Virtual Switch] - Schema to configure a virtual switch
- vpc_
reference str - UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
- vpcs
Sequence[Get
Subnets V2Subnet Vpc] - Networking common base object
- bridge
Name String - Name of the bridge on the host for the subnet.
- cluster
Name String - Cluster Name
- cluster
Reference String - UUID of the cluster this subnet belongs to.
- description String
- Description of the subnet.
- dhcp
Options List<Property Map> - List of DHCP options to be configured.
- dynamic
Ip List<Property Map>Addresses - List of IPs, which are a subset from the reserved IP address list, that must be advertised to the SDN gateway.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- hypervisor
Type String - Hypervisor Type
- ip
Configs List<Property Map> - IP configuration for the subnet.
- ip
Prefix String - IP Prefix in CIDR format.
- ip
Usages List<Property Map> - IP usage statistics.
- is
Advanced BooleanNetworking - Indicates whether the subnet is used for advanced networking.
- is
External Boolean - Indicates whether the subnet is used for external connectivity.
- is
Nat BooleanEnabled - 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.
- migration
State String - Migration state of the subnet. This field is read-only.
- name String
- Name of the subnet.
- network
Function StringChain Reference - UUID of the Network function chain entity that this subnet belongs to (type VLAN only).
- network
Id 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.
- reserved
Ip List<Property Map>Addresses - List of IPs that are excluded while allocating IP addresses to VM ports.
- subnet
Type String - Type of subnet.
- virtual
Switch StringReference - UUID of the virtual switch this subnet belongs to (type VLAN only).
- virtual
Switches List<Property Map> - Schema to configure a virtual switch
- vpc
Reference String - UUID of Virtual Private Cloud this subnet belongs to (type Overlay only).
- vpcs List<Property Map>
- Networking common base object
GetSubnetsV2SubnetDhcpOption
- Boot
File stringName - Boot file name
- Domain
Name string - The DNS domain name of the client.
- Domain
Name List<PiersServers Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Dhcp Option Domain Name Server> - List of Domain Name Server addresses.
- Ntp
Servers List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Dhcp Option Ntp Server> - List of NTP server addresses
- Search
Domains List<string> - The DNS domain search list.
- Tftp
Server stringName - TFTP server name
- Boot
File stringName - Boot file name
- Domain
Name string - The DNS domain name of the client.
- Domain
Name []GetServers Subnets V2Subnet Dhcp Option Domain Name Server - List of Domain Name Server addresses.
- Ntp
Servers []GetSubnets V2Subnet Dhcp Option Ntp Server - List of NTP server addresses
- Search
Domains []string - The DNS domain search list.
- Tftp
Server stringName - TFTP server name
- boot
File StringName - Boot file name
- domain
Name String - The DNS domain name of the client.
- domain
Name List<GetServers Subnets V2Subnet Dhcp Option Domain Name Server> - List of Domain Name Server addresses.
- ntp
Servers List<GetSubnets V2Subnet Dhcp Option Ntp Server> - List of NTP server addresses
- search
Domains List<String> - The DNS domain search list.
- tftp
Server StringName - TFTP server name
- boot
File stringName - Boot file name
- domain
Name string - The DNS domain name of the client.
- domain
Name GetServers Subnets V2Subnet Dhcp Option Domain Name Server[] - List of Domain Name Server addresses.
- ntp
Servers GetSubnets V2Subnet Dhcp Option Ntp Server[] - List of NTP server addresses
- search
Domains string[] - The DNS domain search list.
- tftp
Server stringName - TFTP server name
- boot_
file_ strname - Boot file name
- domain_
name str - The DNS domain name of the client.
- domain_
name_ Sequence[Getservers Subnets V2Subnet Dhcp Option Domain Name Server] - List of Domain Name Server addresses.
- ntp_
servers Sequence[GetSubnets V2Subnet Dhcp Option Ntp Server] - List of NTP server addresses
- search_
domains Sequence[str] - The DNS domain search list.
- tftp_
server_ strname - TFTP server name
- boot
File StringName - Boot file name
- domain
Name String - The DNS domain name of the client.
- domain
Name List<Property Map>Servers - List of Domain Name Server addresses.
- ntp
Servers List<Property Map> - List of NTP server addresses
- search
Domains List<String> - The DNS domain search list.
- tftp
Server StringName - TFTP server name
GetSubnetsV2SubnetDhcpOptionDomainNameServer
- ipv4s List<Property Map>
- IPv4 Object
- ipv6s List<Property Map>
- IPv6 Object
GetSubnetsV2SubnetDhcpOptionDomainNameServerIpv4
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value string
- value of address
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value str
- value of address
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
GetSubnetsV2SubnetDhcpOptionDomainNameServerIpv6
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetDhcpOptionNtpServer
GetSubnetsV2SubnetDhcpOptionNtpServerIpv4
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value string
- value of address
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value str
- value of address
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
GetSubnetsV2SubnetDhcpOptionNtpServerIpv6
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetDynamicIpAddress
GetSubnetsV2SubnetDynamicIpAddressIpv4
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value string
- value of address
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value str
- value of address
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
GetSubnetsV2SubnetDynamicIpAddressIpv6
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpConfig
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4> - IP V4 configuration.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6> - IP V6 configuration
- Ipv4s
[]Get
Subnets V2Subnet Ip Config Ipv4 - IP V4 configuration.
- Ipv6s
[]Get
Subnets V2Subnet Ip Config Ipv6 - IP V6 configuration
- ipv4s
List<Get
Subnets V2Subnet Ip Config Ipv4> - IP V4 configuration.
- ipv6s
List<Get
Subnets V2Subnet Ip Config Ipv6> - IP V6 configuration
- ipv4s
Get
Subnets V2Subnet Ip Config Ipv4[] - IP V4 configuration.
- ipv6s
Get
Subnets V2Subnet Ip Config Ipv6[] - IP V6 configuration
- ipv4s
Sequence[Get
Subnets V2Subnet Ip Config Ipv4] - IP V4 configuration.
- ipv6s
Sequence[Get
Subnets V2Subnet Ip Config Ipv6] - IP V6 configuration
- ipv4s List<Property Map>
- IP V4 configuration.
- ipv6s List<Property Map>
- IP V6 configuration
GetSubnetsV2SubnetIpConfigIpv4
- Default
Gateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4Default Gateway Ip> - Reference to address configuration
- Dhcp
Server List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4Dhcp Server Address> - Reference to address configuration
- Ip
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4Ip Subnet> - subnet ip
- Pool
Lists List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4Pool List> - Pool of IP addresses from where IPs are allocated.
- Default
Gateway []GetIps Subnets V2Subnet Ip Config Ipv4Default Gateway Ip - Reference to address configuration
- Dhcp
Server []GetAddresses Subnets V2Subnet Ip Config Ipv4Dhcp Server Address - Reference to address configuration
- Ip
Subnets []GetSubnets V2Subnet Ip Config Ipv4Ip Subnet - subnet ip
- Pool
Lists []GetSubnets V2Subnet Ip Config Ipv4Pool List - Pool of IP addresses from where IPs are allocated.
- default
Gateway List<GetIps Subnets V2Subnet Ip Config Ipv4Default Gateway Ip> - Reference to address configuration
- dhcp
Server List<GetAddresses Subnets V2Subnet Ip Config Ipv4Dhcp Server Address> - Reference to address configuration
- ip
Subnets List<GetSubnets V2Subnet Ip Config Ipv4Ip Subnet> - subnet ip
- pool
Lists List<GetSubnets V2Subnet Ip Config Ipv4Pool List> - Pool of IP addresses from where IPs are allocated.
- default
Gateway GetIps Subnets V2Subnet Ip Config Ipv4Default Gateway Ip[] - Reference to address configuration
- dhcp
Server GetAddresses Subnets V2Subnet Ip Config Ipv4Dhcp Server Address[] - Reference to address configuration
- ip
Subnets GetSubnets V2Subnet Ip Config Ipv4Ip Subnet[] - subnet ip
- pool
Lists GetSubnets V2Subnet Ip Config Ipv4Pool List[] - Pool of IP addresses from where IPs are allocated.
- default_
gateway_ Sequence[Getips Subnets V2Subnet Ip Config Ipv4Default Gateway Ip] - Reference to address configuration
- dhcp_
server_ Sequence[Getaddresses Subnets V2Subnet Ip Config Ipv4Dhcp Server Address] - Reference to address configuration
- ip_
subnets Sequence[GetSubnets V2Subnet Ip Config Ipv4Ip Subnet] - subnet ip
- pool_
lists Sequence[GetSubnets V2Subnet Ip Config Ipv4Pool List] - Pool of IP addresses from where IPs are allocated.
- default
Gateway List<Property Map>Ips - Reference to address configuration
- dhcp
Server List<Property Map>Addresses - Reference to address configuration
- ip
Subnets List<Property Map> - subnet ip
- pool
Lists List<Property Map> - Pool of IP addresses from where IPs are allocated.
GetSubnetsV2SubnetIpConfigIpv4DefaultGatewayIp
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpConfigIpv4DhcpServerAddress
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpConfigIpv4IpSubnet
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4Ip Subnet Ip> - Reference to address configuration
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- Ips
[]Get
Subnets V2Subnet Ip Config Ipv4Ip Subnet Ip - Reference to address configuration
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- ips
List<Get
Subnets V2Subnet Ip Config Ipv4Ip Subnet Ip> - Reference to address configuration
- prefix
Length Integer - The prefix length of the network to which this host IPv4 address belongs.
- ips
Get
Subnets V2Subnet Ip Config Ipv4Ip Subnet Ip[] - Reference to address configuration
- prefix
Length number - The prefix length of the network to which this host IPv4 address belongs.
- ips
Sequence[Get
Subnets V2Subnet Ip Config Ipv4Ip Subnet Ip] - Reference to address configuration
- prefix_
length int - The prefix length of the network to which this host IPv4 address belongs.
- ips List<Property Map>
- Reference to address configuration
- prefix
Length Number - The prefix length of the network to which this host IPv4 address belongs.
GetSubnetsV2SubnetIpConfigIpv4IpSubnetIp
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpConfigIpv4PoolList
- End
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4Pool List End Ip> - Reference to address configuration
- Start
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv4Pool List Start Ip> - Reference to address configuration
- End
Ips []GetSubnets V2Subnet Ip Config Ipv4Pool List End Ip - Reference to address configuration
- Start
Ips []GetSubnets V2Subnet Ip Config Ipv4Pool List Start Ip - Reference to address configuration
- end
Ips List<GetSubnets V2Subnet Ip Config Ipv4Pool List End Ip> - Reference to address configuration
- start
Ips List<GetSubnets V2Subnet Ip Config Ipv4Pool List Start Ip> - Reference to address configuration
- end
Ips GetSubnets V2Subnet Ip Config Ipv4Pool List End Ip[] - Reference to address configuration
- start
Ips GetSubnets V2Subnet Ip Config Ipv4Pool List Start Ip[] - Reference to address configuration
- end_
ips Sequence[GetSubnets V2Subnet Ip Config Ipv4Pool List End Ip] - Reference to address configuration
- start_
ips Sequence[GetSubnets V2Subnet Ip Config Ipv4Pool List Start Ip] - Reference to address configuration
- end
Ips List<Property Map> - Reference to address configuration
- start
Ips List<Property Map> - Reference to address configuration
GetSubnetsV2SubnetIpConfigIpv4PoolListEndIp
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpConfigIpv4PoolListStartIp
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpConfigIpv6
- Default
Gateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6Default Gateway Ip> - Reference to address configuration
- Dhcp
Server List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6Dhcp Server Address> - Reference to address configuration
- Ip
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6Ip Subnet> - subnet ip
- Pool
Lists List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6Pool List> - Pool of IP addresses from where IPs are allocated.
- Default
Gateway []GetIps Subnets V2Subnet Ip Config Ipv6Default Gateway Ip - Reference to address configuration
- Dhcp
Server []GetAddresses Subnets V2Subnet Ip Config Ipv6Dhcp Server Address - Reference to address configuration
- Ip
Subnets []GetSubnets V2Subnet Ip Config Ipv6Ip Subnet - subnet ip
- Pool
Lists []GetSubnets V2Subnet Ip Config Ipv6Pool List - Pool of IP addresses from where IPs are allocated.
- default
Gateway List<GetIps Subnets V2Subnet Ip Config Ipv6Default Gateway Ip> - Reference to address configuration
- dhcp
Server List<GetAddresses Subnets V2Subnet Ip Config Ipv6Dhcp Server Address> - Reference to address configuration
- ip
Subnets List<GetSubnets V2Subnet Ip Config Ipv6Ip Subnet> - subnet ip
- pool
Lists List<GetSubnets V2Subnet Ip Config Ipv6Pool List> - Pool of IP addresses from where IPs are allocated.
- default
Gateway GetIps Subnets V2Subnet Ip Config Ipv6Default Gateway Ip[] - Reference to address configuration
- dhcp
Server GetAddresses Subnets V2Subnet Ip Config Ipv6Dhcp Server Address[] - Reference to address configuration
- ip
Subnets GetSubnets V2Subnet Ip Config Ipv6Ip Subnet[] - subnet ip
- pool
Lists GetSubnets V2Subnet Ip Config Ipv6Pool List[] - Pool of IP addresses from where IPs are allocated.
- default_
gateway_ Sequence[Getips Subnets V2Subnet Ip Config Ipv6Default Gateway Ip] - Reference to address configuration
- dhcp_
server_ Sequence[Getaddresses Subnets V2Subnet Ip Config Ipv6Dhcp Server Address] - Reference to address configuration
- ip_
subnets Sequence[GetSubnets V2Subnet Ip Config Ipv6Ip Subnet] - subnet ip
- pool_
lists Sequence[GetSubnets V2Subnet Ip Config Ipv6Pool List] - Pool of IP addresses from where IPs are allocated.
- default
Gateway List<Property Map>Ips - Reference to address configuration
- dhcp
Server List<Property Map>Addresses - Reference to address configuration
- ip
Subnets List<Property Map> - subnet ip
- pool
Lists List<Property Map> - Pool of IP addresses from where IPs are allocated.
GetSubnetsV2SubnetIpConfigIpv6DefaultGatewayIp
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpConfigIpv6DhcpServerAddress
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpConfigIpv6IpSubnet
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6Ip Subnet Ip> - Reference to address configuration
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- Ips
[]Get
Subnets V2Subnet Ip Config Ipv6Ip Subnet Ip - Reference to address configuration
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- ips
List<Get
Subnets V2Subnet Ip Config Ipv6Ip Subnet Ip> - Reference to address configuration
- prefix
Length Integer - The prefix length of the network to which this host IPv4 address belongs.
- ips
Get
Subnets V2Subnet Ip Config Ipv6Ip Subnet Ip[] - Reference to address configuration
- prefix
Length number - The prefix length of the network to which this host IPv4 address belongs.
- ips
Sequence[Get
Subnets V2Subnet Ip Config Ipv6Ip Subnet Ip] - Reference to address configuration
- prefix_
length int - The prefix length of the network to which this host IPv4 address belongs.
- ips List<Property Map>
- Reference to address configuration
- prefix
Length Number - The prefix length of the network to which this host IPv4 address belongs.
GetSubnetsV2SubnetIpConfigIpv6IpSubnetIp
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpConfigIpv6PoolList
- End
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6Pool List End Ip> - Reference to address configuration
- Start
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Config Ipv6Pool List Start Ip> - Reference to address configuration
- End
Ips []GetSubnets V2Subnet Ip Config Ipv6Pool List End Ip - Reference to address configuration
- Start
Ips []GetSubnets V2Subnet Ip Config Ipv6Pool List Start Ip - Reference to address configuration
- end
Ips List<GetSubnets V2Subnet Ip Config Ipv6Pool List End Ip> - Reference to address configuration
- start
Ips List<GetSubnets V2Subnet Ip Config Ipv6Pool List Start Ip> - Reference to address configuration
- end
Ips GetSubnets V2Subnet Ip Config Ipv6Pool List End Ip[] - Reference to address configuration
- start
Ips GetSubnets V2Subnet Ip Config Ipv6Pool List Start Ip[] - Reference to address configuration
- end_
ips Sequence[GetSubnets V2Subnet Ip Config Ipv6Pool List End Ip] - Reference to address configuration
- start_
ips Sequence[GetSubnets V2Subnet Ip Config Ipv6Pool List Start Ip] - Reference to address configuration
- end
Ips List<Property Map> - Reference to address configuration
- start
Ips List<Property Map> - Reference to address configuration
GetSubnetsV2SubnetIpConfigIpv6PoolListEndIp
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpConfigIpv6PoolListStartIp
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpUsage
- Ip
Pool List<PiersUsages Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Usage Ip Pool Usage> - IP Pool usages
- Num
Assigned intIps - Number of assigned IPs.
- Num
Free intIps - Number of free IPs.
- Num
Macs int - Number of MAC addresses.
- Ip
Pool []GetUsages Subnets V2Subnet Ip Usage Ip Pool Usage - IP Pool usages
- Num
Assigned intIps - Number of assigned IPs.
- Num
Free intIps - Number of free IPs.
- Num
Macs int - Number of MAC addresses.
- ip
Pool List<GetUsages Subnets V2Subnet Ip Usage Ip Pool Usage> - IP Pool usages
- num
Assigned IntegerIps - Number of assigned IPs.
- num
Free IntegerIps - Number of free IPs.
- num
Macs Integer - Number of MAC addresses.
- ip
Pool GetUsages Subnets V2Subnet Ip Usage Ip Pool Usage[] - IP Pool usages
- num
Assigned numberIps - Number of assigned IPs.
- num
Free numberIps - Number of free IPs.
- num
Macs number - Number of MAC addresses.
- ip_
pool_ Sequence[Getusages Subnets V2Subnet Ip Usage Ip Pool Usage] - IP Pool usages
- num_
assigned_ intips - Number of assigned IPs.
- num_
free_ intips - Number of free IPs.
- num_
macs int - Number of MAC addresses.
- ip
Pool List<Property Map>Usages - IP Pool usages
- num
Assigned NumberIps - Number of assigned IPs.
- num
Free NumberIps - Number of free IPs.
- num
Macs Number - Number of MAC addresses.
GetSubnetsV2SubnetIpUsageIpPoolUsage
- Num
Free intIps - Number of free IPs
- Num
Total intIps - Total number of IPs in this pool.
- Ranges
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Usage Ip Pool Usage Range> - Start/end IP address range.
- Num
Free intIps - Number of free IPs
- Num
Total intIps - Total number of IPs in this pool.
- Ranges
[]Get
Subnets V2Subnet Ip Usage Ip Pool Usage Range - Start/end IP address range.
- num
Free IntegerIps - Number of free IPs
- num
Total IntegerIps - Total number of IPs in this pool.
- ranges
List<Get
Subnets V2Subnet Ip Usage Ip Pool Usage Range> - Start/end IP address range.
- num
Free numberIps - Number of free IPs
- num
Total numberIps - Total number of IPs in this pool.
- ranges
Get
Subnets V2Subnet Ip Usage Ip Pool Usage Range[] - Start/end IP address range.
- num_
free_ intips - Number of free IPs
- num_
total_ intips - Total number of IPs in this pool.
- ranges
Sequence[Get
Subnets V2Subnet Ip Usage Ip Pool Usage Range] - Start/end IP address range.
- num
Free NumberIps - Number of free IPs
- num
Total NumberIps - Total number of IPs in this pool.
- ranges List<Property Map>
- Start/end IP address range.
GetSubnetsV2SubnetIpUsageIpPoolUsageRange
- End
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Usage Ip Pool Usage Range End Ip> - Reference to address configuration
- Start
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Ip Usage Ip Pool Usage Range Start Ip> - Reference to address configuration
- End
Ips []GetSubnets V2Subnet Ip Usage Ip Pool Usage Range End Ip - Reference to address configuration
- Start
Ips []GetSubnets V2Subnet Ip Usage Ip Pool Usage Range Start Ip - Reference to address configuration
- end
Ips List<GetSubnets V2Subnet Ip Usage Ip Pool Usage Range End Ip> - Reference to address configuration
- start
Ips List<GetSubnets V2Subnet Ip Usage Ip Pool Usage Range Start Ip> - Reference to address configuration
- end
Ips GetSubnets V2Subnet Ip Usage Ip Pool Usage Range End Ip[] - Reference to address configuration
- start
Ips GetSubnets V2Subnet Ip Usage Ip Pool Usage Range Start Ip[] - Reference to address configuration
- end_
ips Sequence[GetSubnets V2Subnet Ip Usage Ip Pool Usage Range End Ip] - Reference to address configuration
- start_
ips Sequence[GetSubnets V2Subnet Ip Usage Ip Pool Usage Range Start Ip] - Reference to address configuration
- end
Ips List<Property Map> - Reference to address configuration
- start
Ips List<Property Map> - Reference to address configuration
GetSubnetsV2SubnetIpUsageIpPoolUsageRangeEndIp
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetIpUsageIpPoolUsageRangeStartIp
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetLink
GetSubnetsV2SubnetReservedIpAddress
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetVirtualSwitch
- Bond
Mode bool - Clusters
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch Cluster> - Description string
- Description of the subnet.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Has
Deployment boolError - Is
Default bool - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch Link> - 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
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch Metadata> - Mtu int
- Name string
- Name of the subnet.
- Tenant
Id string
- Bond
Mode bool - Clusters
[]Get
Subnets V2Subnet Virtual Switch Cluster - Description string
- Description of the subnet.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Has
Deployment boolError - Is
Default bool - Links
[]Get
Subnets V2Subnet Virtual Switch Link - 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
[]Get
Subnets V2Subnet Virtual Switch Metadata - Mtu int
- Name string
- Name of the subnet.
- Tenant
Id string
- bond
Mode Boolean - clusters
List<Get
Subnets V2Subnet Virtual Switch Cluster> - description String
- Description of the subnet.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- has
Deployment BooleanError - is
Default Boolean - links
List<Get
Subnets V2Subnet Virtual Switch Link> - 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
List<Get
Subnets V2Subnet Virtual Switch Metadata> - mtu Integer
- name String
- Name of the subnet.
- tenant
Id String
- bond
Mode boolean - clusters
Get
Subnets V2Subnet Virtual Switch Cluster[] - description string
- Description of the subnet.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- has
Deployment booleanError - is
Default boolean - links
Get
Subnets V2Subnet Virtual Switch Link[] - 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
Get
Subnets V2Subnet Virtual Switch Metadata[] - mtu number
- name string
- Name of the subnet.
- tenant
Id string
- bond_
mode bool - clusters
Sequence[Get
Subnets V2Subnet Virtual Switch Cluster] - description str
- Description of the subnet.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- has_
deployment_ boolerror - is_
default bool - links
Sequence[Get
Subnets V2Subnet Virtual Switch Link] - 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
Sequence[Get
Subnets V2Subnet Virtual Switch Metadata] - mtu int
- name str
- Name of the subnet.
- tenant_
id str
- bond
Mode Boolean - clusters List<Property Map>
- description String
- Description of the subnet.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- has
Deployment BooleanError - is
Default Boolean - 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.
- metadatas List<Property Map>
- mtu Number
- name String
- Name of the subnet.
- tenant
Id String
GetSubnetsV2SubnetVirtualSwitchCluster
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Gateway
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch Cluster Gateway Ip Address> - Hosts
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch Cluster Host>
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Gateway
Ip []GetAddresses Subnets V2Subnet Virtual Switch Cluster Gateway Ip Address - Hosts
[]Get
Subnets V2Subnet Virtual Switch Cluster Host
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- gateway
Ip List<GetAddresses Subnets V2Subnet Virtual Switch Cluster Gateway Ip Address> - hosts
List<Get
Subnets V2Subnet Virtual Switch Cluster Host>
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- gateway
Ip GetAddresses Subnets V2Subnet Virtual Switch Cluster Gateway Ip Address[] - hosts
Get
Subnets V2Subnet Virtual Switch Cluster Host[]
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- gateway_
ip_ Sequence[Getaddresses Subnets V2Subnet Virtual Switch Cluster Gateway Ip Address] - hosts
Sequence[Get
Subnets V2Subnet Virtual Switch Cluster Host]
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- gateway
Ip List<Property Map>Addresses - hosts List<Property Map>
GetSubnetsV2SubnetVirtualSwitchClusterGatewayIpAddress
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetVirtualSwitchClusterHost
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Host
Nics List<string> - Internal
Bridge stringName - Ip
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch Cluster Host Ip Address> - Route
Table int
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Host
Nics []string - Internal
Bridge stringName - Ip
Addresses []GetSubnets V2Subnet Virtual Switch Cluster Host Ip Address - Route
Table int
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- host
Nics List<String> - internal
Bridge StringName - ip
Addresses List<GetSubnets V2Subnet Virtual Switch Cluster Host Ip Address> - route
Table Integer
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- host
Nics string[] - internal
Bridge stringName - ip
Addresses GetSubnets V2Subnet Virtual Switch Cluster Host Ip Address[] - route
Table number
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- host_
nics Sequence[str] - internal_
bridge_ strname - ip_
addresses Sequence[GetSubnets V2Subnet Virtual Switch Cluster Host Ip Address] - route_
table int
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- host
Nics List<String> - internal
Bridge StringName - ip
Addresses List<Property Map> - route
Table Number
GetSubnetsV2SubnetVirtualSwitchClusterHostIpAddress
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Virtual Switch Cluster Host Ip Address Ip> - Reference to address configuration
- Prefix
Length int
- Ips
[]Get
Subnets V2Subnet Virtual Switch Cluster Host Ip Address Ip - Reference to address configuration
- Prefix
Length int
- ips
List<Get
Subnets V2Subnet Virtual Switch Cluster Host Ip Address Ip> - Reference to address configuration
- prefix
Length Integer
- ips
Get
Subnets V2Subnet Virtual Switch Cluster Host Ip Address Ip[] - Reference to address configuration
- prefix
Length number
- ips
Sequence[Get
Subnets V2Subnet Virtual Switch Cluster Host Ip Address Ip] - Reference to address configuration
- prefix_
length int
- ips List<Property Map>
- Reference to address configuration
- prefix
Length Number
GetSubnetsV2SubnetVirtualSwitchClusterHostIpAddressIp
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
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
- Description of the subnet.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- 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> - 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
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc Metadata> - Name string
- Name of the subnet.
- 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
- Description of the subnet.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- 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 - 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
[]Get
Subnets V2Subnet Vpc Metadata - Name string
- Name of the subnet.
- 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
- Description of the subnet.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- 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> - 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
List<Get
Subnets V2Subnet Vpc Metadata> - name String
- Name of the subnet.
- 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
- Description of the subnet.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- 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[] - 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
Get
Subnets V2Subnet Vpc Metadata[] - name string
- Name of the subnet.
- 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
- Description of the subnet.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- 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] - 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
Sequence[Get
Subnets V2Subnet Vpc Metadata] - name str
- Name of the subnet.
- snat_
ips Sequence[GetSubnets V2Subnet Vpc Snat Ip] - tenant_
id str - vpc_
type str
- common
Dhcp List<Property Map>Options - description String
- Description of the subnet.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- external
Routing StringDomain Reference - external
Subnets List<Property Map> - externally
Routable List<Property Map>Prefixes - 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.
- metadatas List<Property Map>
- name String
- Name of the subnet.
- snat
Ips List<Property Map> - tenant
Id String - vpc
Type String
GetSubnetsV2SubnetVpcCommonDhcpOption
- Domain
Name List<PiersServers Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc Common Dhcp Option Domain Name Server> - List of Domain Name Server addresses.
- Domain
Name []GetServers Subnets V2Subnet Vpc Common Dhcp Option Domain Name Server - List of Domain Name Server addresses.
- domain
Name List<GetServers Subnets V2Subnet Vpc Common Dhcp Option Domain Name Server> - List of Domain Name Server addresses.
- domain
Name GetServers Subnets V2Subnet Vpc Common Dhcp Option Domain Name Server[] - List of Domain Name Server addresses.
- domain_
name_ Sequence[Getservers Subnets V2Subnet Vpc Common Dhcp Option Domain Name Server] - List of Domain Name Server addresses.
- domain
Name List<Property Map>Servers - List of Domain Name Server addresses.
GetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServer
- ipv4s List<Property Map>
- IPv4 Object
- ipv6s List<Property Map>
- IPv6 Object
GetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv4
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value string
- value of address
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value str
- value of address
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
GetSubnetsV2SubnetVpcCommonDhcpOptionDomainNameServerIpv6
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
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 The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value string
- value of address
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value str
- value of address
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
GetSubnetsV2SubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetVpcExternalSubnetExternalIp
GetSubnetsV2SubnetVpcExternalSubnetExternalIpIpv4
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value string
- value of address
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value str
- value of address
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
GetSubnetsV2SubnetVpcExternalSubnetExternalIpIpv6
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetVpcExternallyRoutablePrefix
GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc Externally Routable Prefix Ipv4Ip> - Reference to address configuration
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Ips
[]Get
Subnets V2Subnet Vpc Externally Routable Prefix Ipv4Ip - Reference to address configuration
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- ips
List<Get
Subnets V2Subnet Vpc Externally Routable Prefix Ipv4Ip> - Reference to address configuration
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- ips
Get
Subnets V2Subnet Vpc Externally Routable Prefix Ipv4Ip[] - Reference to address configuration
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- ips
Sequence[Get
Subnets V2Subnet Vpc Externally Routable Prefix Ipv4Ip] - Reference to address configuration
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- ips List<Property Map>
- Reference to address configuration
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv4Ip
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Subnets V2Subnet Vpc Externally Routable Prefix Ipv6Ip> - Reference to address configuration
- Prefix
Length int
- Ips
[]Get
Subnets V2Subnet Vpc Externally Routable Prefix Ipv6Ip - Reference to address configuration
- Prefix
Length int
- ips
List<Get
Subnets V2Subnet Vpc Externally Routable Prefix Ipv6Ip> - Reference to address configuration
- prefix
Length Integer
- ips
Get
Subnets V2Subnet Vpc Externally Routable Prefix Ipv6Ip[] - Reference to address configuration
- prefix
Length number
- ips
Sequence[Get
Subnets V2Subnet Vpc Externally Routable Prefix Ipv6Ip] - Reference to address configuration
- prefix_
length int
- ips List<Property Map>
- Reference to address configuration
- prefix
Length Number
GetSubnetsV2SubnetVpcExternallyRoutablePrefixIpv6Ip
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value String
- value of address
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 The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- Value string
- value of address
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value string
- value of address
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value str
- value of address
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Subnet v4.
- value String
- value of address
GetSubnetsV2SubnetVpcSnatIpIpv6
- Prefix
Length int - Value string
- value of address
- Prefix
Length int - Value string
- value of address
- prefix
Length Integer - value String
- value of address
- prefix
Length number - value string
- value of address
- prefix_
length int - value str
- value of address
- prefix
Length Number - value 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.