Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getFloatingIpV2
Explore with Pulumi AI
Provides a datasource to retrieve floating IP with floating_ip_uuid .
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const example = nutanix.getFloatingIpV2({
    extId: "{{ floating_ip_uuid }}",
});
import pulumi
import pulumi_nutanix as nutanix
example = nutanix.get_floating_ip_v2(ext_id="{{ floating_ip_uuid }}")
package main
import (
	"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := nutanix.LookupFloatingIpV2(ctx, &nutanix.LookupFloatingIpV2Args{
			ExtId: "{{ floating_ip_uuid }}",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;
return await Deployment.RunAsync(() => 
{
    var example = Nutanix.GetFloatingIpV2.Invoke(new()
    {
        ExtId = "{{ floating_ip_uuid }}",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nutanix.NutanixFunctions;
import com.pulumi.nutanix.inputs.GetFloatingIpV2Args;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = NutanixFunctions.getFloatingIpV2(GetFloatingIpV2Args.builder()
            .extId("{{ floating_ip_uuid }}")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: nutanix:getFloatingIpV2
      arguments:
        extId: '{{ floating_ip_uuid }}'
Using getFloatingIpV2
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 getFloatingIpV2(args: GetFloatingIpV2Args, opts?: InvokeOptions): Promise<GetFloatingIpV2Result>
function getFloatingIpV2Output(args: GetFloatingIpV2OutputArgs, opts?: InvokeOptions): Output<GetFloatingIpV2Result>def get_floating_ip_v2(ext_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetFloatingIpV2Result
def get_floating_ip_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetFloatingIpV2Result]func LookupFloatingIpV2(ctx *Context, args *LookupFloatingIpV2Args, opts ...InvokeOption) (*LookupFloatingIpV2Result, error)
func LookupFloatingIpV2Output(ctx *Context, args *LookupFloatingIpV2OutputArgs, opts ...InvokeOption) LookupFloatingIpV2ResultOutput> Note: This function is named LookupFloatingIpV2 in the Go SDK.
public static class GetFloatingIpV2 
{
    public static Task<GetFloatingIpV2Result> InvokeAsync(GetFloatingIpV2Args args, InvokeOptions? opts = null)
    public static Output<GetFloatingIpV2Result> Invoke(GetFloatingIpV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFloatingIpV2Result> getFloatingIpV2(GetFloatingIpV2Args args, InvokeOptions options)
public static Output<GetFloatingIpV2Result> getFloatingIpV2(GetFloatingIpV2Args args, InvokeOptions options)
fn::invoke:
  function: nutanix:index/getFloatingIpV2:getFloatingIpV2
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Ext
Id string - Floating IP UUID
 
- Ext
Id string - Floating IP UUID
 
- ext
Id String - Floating IP UUID
 
- ext
Id string - Floating IP UUID
 
- ext_
id str - Floating IP UUID
 
- ext
Id String - Floating IP UUID
 
getFloatingIpV2 Result
The following output properties are available:
- Association
Status string - Association status of floating IP.
 - Associations
List<Piers
Karsenbarg. Nutanix. Outputs. Get Floating Ip V2Association>  - Association of the Floating IP with either NIC or Private IP
 - Description string
 - Description for the Floating IP.
 - Ext
Id string - External
Subnet stringReference  - External subnet reference for the Floating IP to be allocated in on-prem only.
 - External
Subnets List<PiersKarsenbarg. Nutanix. Outputs. Get Floating Ip V2External Subnet>  - Networking common base object
 - Floating
Ip stringValue  - Floating IP value in string
 - Floating
Ips List<PiersKarsenbarg. Nutanix. Outputs. Get Floating Ip V2Floating Ip>  - Floating IP address.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Floating Ip V2Link>  - 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. Outputs. Get Floating Ip V2Metadata>  - Metadata associated with this resource.
 - Name string
 - Name of the floating IP.
 - Private
Ip string - Private IP value in string
 - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 - Vm
Nic stringReference  - VM NIC reference.
 - Vm
Nics List<PiersKarsenbarg. Nutanix. Outputs. Get Floating Ip V2Vm Nic>  - Virtual NIC for projections
 - Vpc
Reference string - VPC reference UUID
 - Vpcs
List<Piers
Karsenbarg. Nutanix. Outputs. Get Floating Ip V2Vpc>  - Networking common base object
 
- Association
Status string - Association status of floating IP.
 - Associations
[]Get
Floating Ip V2Association  - Association of the Floating IP with either NIC or Private IP
 - Description string
 - Description for the Floating IP.
 - Ext
Id string - External
Subnet stringReference  - External subnet reference for the Floating IP to be allocated in on-prem only.
 - External
Subnets []GetFloating Ip V2External Subnet  - Networking common base object
 - Floating
Ip stringValue  - Floating IP value in string
 - Floating
Ips []GetFloating Ip V2Floating Ip  - Floating IP address.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Links
[]Get
Floating Ip V2Link  - 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
Floating Ip V2Metadata  - Metadata associated with this resource.
 - Name string
 - Name of the floating IP.
 - Private
Ip string - Private IP value in string
 - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 - Vm
Nic stringReference  - VM NIC reference.
 - Vm
Nics []GetFloating Ip V2Vm Nic  - Virtual NIC for projections
 - Vpc
Reference string - VPC reference UUID
 - Vpcs
[]Get
Floating Ip V2Vpc  - Networking common base object
 
- association
Status String - Association status of floating IP.
 - associations
List<Get
Floating Ip V2Association>  - Association of the Floating IP with either NIC or Private IP
 - description String
 - Description for the Floating IP.
 - ext
Id String - external
Subnet StringReference  - External subnet reference for the Floating IP to be allocated in on-prem only.
 - external
Subnets List<GetFloating Ip V2External Subnet>  - Networking common base object
 - floating
Ip StringValue  - Floating IP value in string
 - floating
Ips List<GetFloating Ip V2Floating Ip>  - Floating IP address.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - links
List<Get
Floating Ip V2Link>  - 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
Floating Ip V2Metadata>  - Metadata associated with this resource.
 - name String
 - Name of the floating IP.
 - private
Ip String - Private IP value in string
 - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
 - vm
Nic StringReference  - VM NIC reference.
 - vm
Nics List<GetFloating Ip V2Vm Nic>  - Virtual NIC for projections
 - vpc
Reference String - VPC reference UUID
 - vpcs
List<Get
Floating Ip V2Vpc>  - Networking common base object
 
- association
Status string - Association status of floating IP.
 - associations
Get
Floating Ip V2Association[]  - Association of the Floating IP with either NIC or Private IP
 - description string
 - Description for the Floating IP.
 - ext
Id string - external
Subnet stringReference  - External subnet reference for the Floating IP to be allocated in on-prem only.
 - external
Subnets GetFloating Ip V2External Subnet[]  - Networking common base object
 - floating
Ip stringValue  - Floating IP value in string
 - floating
Ips GetFloating Ip V2Floating Ip[]  - Floating IP address.
 - id string
 - The provider-assigned unique ID for this managed resource.
 - links
Get
Floating Ip V2Link[]  - 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
Floating Ip V2Metadata[]  - Metadata associated with this resource.
 - name string
 - Name of the floating IP.
 - private
Ip string - Private IP value in string
 - tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 - vm
Nic stringReference  - VM NIC reference.
 - vm
Nics GetFloating Ip V2Vm Nic[]  - Virtual NIC for projections
 - vpc
Reference string - VPC reference UUID
 - vpcs
Get
Floating Ip V2Vpc[]  - Networking common base object
 
- association_
status str - Association status of floating IP.
 - associations
Sequence[Get
Floating Ip V2Association]  - Association of the Floating IP with either NIC or Private IP
 - description str
 - Description for the Floating IP.
 - ext_
id str - external_
subnet_ strreference  - External subnet reference for the Floating IP to be allocated in on-prem only.
 - external_
subnets Sequence[GetFloating Ip V2External Subnet]  - Networking common base object
 - floating_
ip_ strvalue  - Floating IP value in string
 - floating_
ips Sequence[GetFloating Ip V2Floating Ip]  - Floating IP address.
 - id str
 - The provider-assigned unique ID for this managed resource.
 - links
Sequence[Get
Floating Ip V2Link]  - 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
Floating Ip V2Metadata]  - Metadata associated with this resource.
 - name str
 - Name of the floating IP.
 - private_
ip str - Private IP value in string
 - tenant_
id str - A globally unique identifier that represents the tenant that owns this entity.
 - vm_
nic_ strreference  - VM NIC reference.
 - vm_
nics Sequence[GetFloating Ip V2Vm Nic]  - Virtual NIC for projections
 - vpc_
reference str - VPC reference UUID
 - vpcs
Sequence[Get
Floating Ip V2Vpc]  - Networking common base object
 
- association
Status String - Association status of floating IP.
 - associations List<Property Map>
 - Association of the Floating IP with either NIC or Private IP
 - description String
 - Description for the Floating IP.
 - ext
Id String - external
Subnet StringReference  - External subnet reference for the Floating IP to be allocated in on-prem only.
 - external
Subnets List<Property Map> - Networking common base object
 - floating
Ip StringValue  - Floating IP value in string
 - floating
Ips List<Property Map> - Floating IP address.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - 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>
 - Metadata associated with this resource.
 - name String
 - Name of the floating IP.
 - private
Ip String - Private IP value in string
 - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
 - vm
Nic StringReference  - VM NIC reference.
 - vm
Nics List<Property Map> - Virtual NIC for projections
 - vpc
Reference String - VPC reference UUID
 - vpcs List<Property Map>
 - Networking common base object
 
Supporting Types
GetFloatingIpV2Association   
- Private
Ip List<PiersAssociations Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Association Private Ip Association>  - Association of Floating IP with private IP
 - Vm
Nic List<PiersAssociations Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Association Vm Nic Association>  - Association of Floating IP with nic
 
- Private
Ip []GetAssociations Floating Ip V2Association Private Ip Association  - Association of Floating IP with private IP
 - Vm
Nic []GetAssociations Floating Ip V2Association Vm Nic Association  - Association of Floating IP with nic
 
- private
Ip List<GetAssociations Floating Ip V2Association Private Ip Association>  - Association of Floating IP with private IP
 - vm
Nic List<GetAssociations Floating Ip V2Association Vm Nic Association>  - Association of Floating IP with nic
 
- private
Ip GetAssociations Floating Ip V2Association Private Ip Association[]  - Association of Floating IP with private IP
 - vm
Nic GetAssociations Floating Ip V2Association Vm Nic Association[]  - Association of Floating IP with nic
 
- private_
ip_ Sequence[Getassociations Floating Ip V2Association Private Ip Association]  - Association of Floating IP with private IP
 - vm_
nic_ Sequence[Getassociations Floating Ip V2Association Vm Nic Association]  - Association of Floating IP with nic
 
- private
Ip List<Property Map>Associations  - Association of Floating IP with private IP
 - vm
Nic List<Property Map>Associations  - Association of Floating IP with nic
 
GetFloatingIpV2AssociationPrivateIpAssociation      
- Private
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Association Private Ip Association Private Ip>  - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
 - Vpc
Reference string - VPC in which the private IP exists.
 
- Private
Ips []GetFloating Ip V2Association Private Ip Association Private Ip  - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
 - Vpc
Reference string - VPC in which the private IP exists.
 
- private
Ips List<GetFloating Ip V2Association Private Ip Association Private Ip>  - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
 - vpc
Reference String - VPC in which the private IP exists.
 
- private
Ips GetFloating Ip V2Association Private Ip Association Private Ip[]  - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
 - vpc
Reference string - VPC in which the private IP exists.
 
- private_
ips Sequence[GetFloating Ip V2Association Private Ip Association Private Ip]  - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
 - vpc_
reference str - VPC in which the private IP exists.
 
- private
Ips List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
 - vpc
Reference String - VPC in which the private IP exists.
 
GetFloatingIpV2AssociationPrivateIpAssociationPrivateIp        
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Association Private Ip Association Private Ip Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Association Private Ip Association Private Ip Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2Association Private Ip Association Private Ip Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2Association Private Ip Association Private Ip Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2Association Private Ip Association Private Ip Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2Association Private Ip Association Private Ip Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2Association Private Ip Association Private Ip Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2Association Private Ip Association Private Ip Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2Association Private Ip Association Private Ip Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2Association Private Ip Association Private Ip Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv4         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv6         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2AssociationVmNicAssociation      
- Vm
Nic stringReference  - VM NIC reference.
 - Vpc
Reference string - VPC reference to which the VM NIC subnet belongs.
 
- Vm
Nic stringReference  - VM NIC reference.
 - Vpc
Reference string - VPC reference to which the VM NIC subnet belongs.
 
- vm
Nic StringReference  - VM NIC reference.
 - vpc
Reference String - VPC reference to which the VM NIC subnet belongs.
 
- vm
Nic stringReference  - VM NIC reference.
 - vpc
Reference string - VPC reference to which the VM NIC subnet belongs.
 
- vm_
nic_ strreference  - VM NIC reference.
 - vpc_
reference str - VPC reference to which the VM NIC subnet belongs.
 
- vm
Nic StringReference  - VM NIC reference.
 - vpc
Reference String - VPC reference to which the VM NIC subnet belongs.
 
GetFloatingIpV2ExternalSubnet    
- Bridge
Name string - Cluster
Name string - Cluster
Reference string - Description string
 - Description for the Floating IP.
 - Dhcp
Options List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dhcp Option>  - Dynamic
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dynamic Ip Address>  - Ext
Id string - Floating IP UUID
 - Hypervisor
Type string - Ip
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config>  - Ip
Prefix string - Ip
Usages List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Usage>  - Is
Advanced boolNetworking  - Is
External bool - Is
Nat boolEnabled  - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet 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 - Name string
 - Name of the floating IP.
 - Network
Function stringChain Reference  - Network
Id int - Reserved
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Reserved Ip Address>  - Subnet
Type string - Virtual
Switch stringReference  - Virtual
Switches List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Virtual Switch>  - Vpc
Reference string - VPC reference UUID
 - Vpcs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc>  - Networking common base object
 
- Bridge
Name string - Cluster
Name string - Cluster
Reference string - Description string
 - Description for the Floating IP.
 - Dhcp
Options []GetFloating Ip V2External Subnet Dhcp Option  - Dynamic
Ip []GetAddresses Floating Ip V2External Subnet Dynamic Ip Address  - Ext
Id string - Floating IP UUID
 - Hypervisor
Type string - Ip
Configs []GetFloating Ip V2External Subnet Ip Config  - Ip
Prefix string - Ip
Usages []GetFloating Ip V2External Subnet Ip Usage  - Is
Advanced boolNetworking  - Is
External bool - Is
Nat boolEnabled  - Links
[]Get
Floating Ip V2External Subnet 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 - Name string
 - Name of the floating IP.
 - Network
Function stringChain Reference  - Network
Id int - Reserved
Ip []GetAddresses Floating Ip V2External Subnet Reserved Ip Address  - Subnet
Type string - Virtual
Switch stringReference  - Virtual
Switches []GetFloating Ip V2External Subnet Virtual Switch  - Vpc
Reference string - VPC reference UUID
 - Vpcs
[]Get
Floating Ip V2External Subnet Vpc  - Networking common base object
 
- bridge
Name String - cluster
Name String - cluster
Reference String - description String
 - Description for the Floating IP.
 - dhcp
Options List<GetFloating Ip V2External Subnet Dhcp Option>  - dynamic
Ip List<GetAddresses Floating Ip V2External Subnet Dynamic Ip Address>  - ext
Id String - Floating IP UUID
 - hypervisor
Type String - ip
Configs List<GetFloating Ip V2External Subnet Ip Config>  - ip
Prefix String - ip
Usages List<GetFloating Ip V2External Subnet Ip Usage>  - is
Advanced BooleanNetworking  - is
External Boolean - is
Nat BooleanEnabled  - links
List<Get
Floating Ip V2External Subnet 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 - name String
 - Name of the floating IP.
 - network
Function StringChain Reference  - network
Id Integer - reserved
Ip List<GetAddresses Floating Ip V2External Subnet Reserved Ip Address>  - subnet
Type String - virtual
Switch StringReference  - virtual
Switches List<GetFloating Ip V2External Subnet Virtual Switch>  - vpc
Reference String - VPC reference UUID
 - vpcs
List<Get
Floating Ip V2External Subnet Vpc>  - Networking common base object
 
- bridge
Name string - cluster
Name string - cluster
Reference string - description string
 - Description for the Floating IP.
 - dhcp
Options GetFloating Ip V2External Subnet Dhcp Option[]  - dynamic
Ip GetAddresses Floating Ip V2External Subnet Dynamic Ip Address[]  - ext
Id string - Floating IP UUID
 - hypervisor
Type string - ip
Configs GetFloating Ip V2External Subnet Ip Config[]  - ip
Prefix string - ip
Usages GetFloating Ip V2External Subnet Ip Usage[]  - is
Advanced booleanNetworking  - is
External boolean - is
Nat booleanEnabled  - links
Get
Floating Ip V2External Subnet 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 - name string
 - Name of the floating IP.
 - network
Function stringChain Reference  - network
Id number - reserved
Ip GetAddresses Floating Ip V2External Subnet Reserved Ip Address[]  - subnet
Type string - virtual
Switch stringReference  - virtual
Switches GetFloating Ip V2External Subnet Virtual Switch[]  - vpc
Reference string - VPC reference UUID
 - vpcs
Get
Floating Ip V2External Subnet Vpc[]  - Networking common base object
 
- bridge_
name str - cluster_
name str - cluster_
reference str - description str
 - Description for the Floating IP.
 - dhcp_
options Sequence[GetFloating Ip V2External Subnet Dhcp Option]  - dynamic_
ip_ Sequence[Getaddresses Floating Ip V2External Subnet Dynamic Ip Address]  - ext_
id str - Floating IP UUID
 - hypervisor_
type str - ip_
configs Sequence[GetFloating Ip V2External Subnet Ip Config]  - ip_
prefix str - ip_
usages Sequence[GetFloating Ip V2External Subnet Ip Usage]  - is_
advanced_ boolnetworking  - is_
external bool - is_
nat_ boolenabled  - links
Sequence[Get
Floating Ip V2External Subnet 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 - name str
 - Name of the floating IP.
 - network_
function_ strchain_ reference  - network_
id int - reserved_
ip_ Sequence[Getaddresses Floating Ip V2External Subnet Reserved Ip Address]  - subnet_
type str - virtual_
switch_ strreference  - virtual_
switches Sequence[GetFloating Ip V2External Subnet Virtual Switch]  - vpc_
reference str - VPC reference UUID
 - vpcs
Sequence[Get
Floating Ip V2External Subnet Vpc]  - Networking common base object
 
- bridge
Name String - cluster
Name String - cluster
Reference String - description String
 - Description for the Floating IP.
 - dhcp
Options List<Property Map> - dynamic
Ip List<Property Map>Addresses  - ext
Id String - Floating IP UUID
 - 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>
 - 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 - name String
 - Name of the floating IP.
 - 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 - VPC reference UUID
 - vpcs List<Property Map>
 - Networking common base object
 
GetFloatingIpV2ExternalSubnetDhcpOption      
- boot
File StringName  - domain
Name String - domain
Name List<Property Map>Servers  - ntp
Servers List<Property Map> - search
Domains List<String> - tftp
Server StringName  
GetFloatingIpV2ExternalSubnetDhcpOptionDomainNameServer         
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv4          
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv6          
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetDhcpOptionNtpServer        
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv4         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv6         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetDynamicIpAddress       
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dynamic Ip Address Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dynamic Ip Address Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2External Subnet Dynamic Ip Address Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2External Subnet Dynamic Ip Address Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2External Subnet Dynamic Ip Address Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2External Subnet Dynamic Ip Address Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2External Subnet Dynamic Ip Address Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2External Subnet Dynamic Ip Address Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2External Subnet Dynamic Ip Address Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2External Subnet Dynamic Ip Address Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2ExternalSubnetDynamicIpAddressIpv4        
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetDynamicIpAddressIpv6        
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpConfig      
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2External Subnet Ip Config Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2External Subnet Ip Config Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2External Subnet Ip Config Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2External Subnet Ip Config Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2External Subnet Ip Config Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2External Subnet Ip Config Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2External Subnet Ip Config Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2External Subnet Ip Config Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2ExternalSubnetIpConfigIpv4       
- Default
Gateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv4Default Gateway Ip>  - Dhcp
Server List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv4Dhcp Server Address>  - Ip
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv4Ip Subnet>  - Pool
Lists List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv4Pool List>  
- default_
gateway_ Sequence[Getips Floating Ip V2External Subnet Ip Config Ipv4Default Gateway Ip]  - dhcp_
server_ Sequence[Getaddresses Floating Ip V2External Subnet Ip Config Ipv4Dhcp Server Address]  - ip_
subnets Sequence[GetFloating Ip V2External Subnet Ip Config Ipv4Ip Subnet]  - pool_
lists Sequence[GetFloating Ip V2External Subnet Ip Config Ipv4Pool List]  
GetFloatingIpV2ExternalSubnetIpConfigIpv4DefaultGatewayIp         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpConfigIpv4DhcpServerAddress         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnet        
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv4Ip Subnet Ip>  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- Ips
[]Get
Floating Ip V2External Subnet Ip Config Ipv4Ip Subnet Ip  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
List<Get
Floating Ip V2External Subnet Ip Config Ipv4Ip Subnet Ip>  - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Get
Floating Ip V2External Subnet Ip Config Ipv4Ip Subnet Ip[]  - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Sequence[Get
Floating Ip V2External Subnet Ip Config Ipv4Ip Subnet Ip]  - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips List<Property Map>
 - prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
GetFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpConfigIpv4PoolList        
GetFloatingIpV2ExternalSubnetIpConfigIpv4PoolListEndIp          
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpConfigIpv4PoolListStartIp          
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpConfigIpv6       
- Default
Gateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv6Default Gateway Ip>  - Dhcp
Server List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv6Dhcp Server Address>  - Ip
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv6Ip Subnet>  - Pool
Lists List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv6Pool List>  
- default_
gateway_ Sequence[Getips Floating Ip V2External Subnet Ip Config Ipv6Default Gateway Ip]  - dhcp_
server_ Sequence[Getaddresses Floating Ip V2External Subnet Ip Config Ipv6Dhcp Server Address]  - ip_
subnets Sequence[GetFloating Ip V2External Subnet Ip Config Ipv6Ip Subnet]  - pool_
lists Sequence[GetFloating Ip V2External Subnet Ip Config Ipv6Pool List]  
GetFloatingIpV2ExternalSubnetIpConfigIpv6DefaultGatewayIp         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpConfigIpv6DhcpServerAddress         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnet        
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv6Ip Subnet Ip>  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- Ips
[]Get
Floating Ip V2External Subnet Ip Config Ipv6Ip Subnet Ip  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
List<Get
Floating Ip V2External Subnet Ip Config Ipv6Ip Subnet Ip>  - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Get
Floating Ip V2External Subnet Ip Config Ipv6Ip Subnet Ip[]  - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Sequence[Get
Floating Ip V2External Subnet Ip Config Ipv6Ip Subnet Ip]  - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips List<Property Map>
 - prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
GetFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpConfigIpv6PoolList        
GetFloatingIpV2ExternalSubnetIpConfigIpv6PoolListEndIp          
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpConfigIpv6PoolListStartIp          
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpUsage      
- ip
Pool List<GetUsages Floating Ip V2External Subnet Ip Usage Ip Pool Usage>  - num
Assigned IntegerIps  - num
Free IntegerIps  - num
Macs Integer 
- ip
Pool List<Property Map>Usages  - num
Assigned NumberIps  - num
Free NumberIps  - num
Macs Number 
GetFloatingIpV2ExternalSubnetIpUsageIpPoolUsage         
- num
Free NumberIps  - num
Total NumberIps  - ranges List<Property Map>
 
GetFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRange          
GetFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeEndIp            
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeStartIp            
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetLink     
GetFloatingIpV2ExternalSubnetReservedIpAddress       
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVirtualSwitch      
- Bond
Mode bool - Clusters
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Virtual Switch Cluster>  - Description string
 - Description for the Floating IP.
 - Ext
Id string - Floating IP UUID
 - Has
Deployment boolError  - Is
Default bool - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet 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 Floating Ip V2External Subnet Virtual Switch Metadata>  - Metadata associated with this resource.
 - Mtu int
 - Name string
 - Name of the floating IP.
 - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 
- Bond
Mode bool - Clusters
[]Get
Floating Ip V2External Subnet Virtual Switch Cluster  - Description string
 - Description for the Floating IP.
 - Ext
Id string - Floating IP UUID
 - Has
Deployment boolError  - Is
Default bool - Links
[]Get
Floating Ip V2External Subnet 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
Floating Ip V2External Subnet Virtual Switch Metadata  - Metadata associated with this resource.
 - Mtu int
 - Name string
 - Name of the floating IP.
 - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 
- bond
Mode Boolean - clusters
List<Get
Floating Ip V2External Subnet Virtual Switch Cluster>  - description String
 - Description for the Floating IP.
 - ext
Id String - Floating IP UUID
 - has
Deployment BooleanError  - is
Default Boolean - links
List<Get
Floating Ip V2External Subnet 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
Floating Ip V2External Subnet Virtual Switch Metadata>  - Metadata associated with this resource.
 - mtu Integer
 - name String
 - Name of the floating IP.
 - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
 
- bond
Mode boolean - clusters
Get
Floating Ip V2External Subnet Virtual Switch Cluster[]  - description string
 - Description for the Floating IP.
 - ext
Id string - Floating IP UUID
 - has
Deployment booleanError  - is
Default boolean - links
Get
Floating Ip V2External Subnet 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
Floating Ip V2External Subnet Virtual Switch Metadata[]  - Metadata associated with this resource.
 - mtu number
 - name string
 - Name of the floating IP.
 - tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 
- bond_
mode bool - clusters
Sequence[Get
Floating Ip V2External Subnet Virtual Switch Cluster]  - description str
 - Description for the Floating IP.
 - ext_
id str - Floating IP UUID
 - has_
deployment_ boolerror  - is_
default bool - links
Sequence[Get
Floating Ip V2External Subnet 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
Floating Ip V2External Subnet Virtual Switch Metadata]  - Metadata associated with this resource.
 - mtu int
 - name str
 - Name of the floating IP.
 - tenant_
id str - A globally unique identifier that represents the tenant that owns this entity.
 
- bond
Mode Boolean - clusters List<Property Map>
 - description String
 - Description for the Floating IP.
 - ext
Id String - Floating IP UUID
 - 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>
 - Metadata associated with this resource.
 - mtu Number
 - name String
 - Name of the floating IP.
 - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
 
GetFloatingIpV2ExternalSubnetVirtualSwitchCluster       
- ext
Id String - Floating IP UUID
 - gateway
Ip List<Property Map>Addresses  - hosts List<Property Map>
 
GetFloatingIpV2ExternalSubnetVirtualSwitchClusterGatewayIpAddress          
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHost        
- Ext
Id string - Floating IP UUID
 - Host
Nics List<string> - Internal
Bridge stringName  - Ip
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Virtual Switch Cluster Host Ip Address>  - Route
Table int 
- Ext
Id string - Floating IP UUID
 - Host
Nics []string - Internal
Bridge stringName  - Ip
Addresses []GetFloating Ip V2External Subnet Virtual Switch Cluster Host Ip Address  - Route
Table int 
- ext
Id String - Floating IP UUID
 - host
Nics List<String> - internal
Bridge StringName  - ip
Addresses List<GetFloating Ip V2External Subnet Virtual Switch Cluster Host Ip Address>  - route
Table Integer 
- ext
Id string - Floating IP UUID
 - host
Nics string[] - internal
Bridge stringName  - ip
Addresses GetFloating Ip V2External Subnet Virtual Switch Cluster Host Ip Address[]  - route
Table number 
- ext_
id str - Floating IP UUID
 - host_
nics Sequence[str] - internal_
bridge_ strname  - ip_
addresses Sequence[GetFloating Ip V2External Subnet Virtual Switch Cluster Host Ip Address]  - route_
table int 
- ext
Id String - Floating IP UUID
 - host
Nics List<String> - internal
Bridge StringName  - ip
Addresses List<Property Map> - route
Table Number 
GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddress          
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Virtual Switch Cluster Host Ip Address Ip>  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- Ips
[]Get
Floating Ip V2External Subnet Virtual Switch Cluster Host Ip Address Ip  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
List<Get
Floating Ip V2External Subnet Virtual Switch Cluster Host Ip Address Ip>  - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Get
Floating Ip V2External Subnet Virtual Switch Cluster Host Ip Address Ip[]  - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Sequence[Get
Floating Ip V2External Subnet Virtual Switch Cluster Host Ip Address Ip]  - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips List<Property Map>
 - prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp           
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVirtualSwitchLink       
GetFloatingIpV2ExternalSubnetVirtualSwitchMetadata       
- 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  
GetFloatingIpV2ExternalSubnetVpc     
- Common
Dhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Common Dhcp Option>  - Description string
 - Description for the Floating IP.
 - Ext
Id string - Floating IP UUID
 - External
Routing stringDomain Reference  - External
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc External Subnet>  - Externally
Routable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Externally Routable Prefix>  - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet 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 Floating Ip V2External Subnet Vpc Metadata>  - Metadata associated with this resource.
 - Name string
 - Name of the floating IP.
 - Snat
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Snat Ip>  - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 - Vpc
Type string 
- Common
Dhcp []GetOptions Floating Ip V2External Subnet Vpc Common Dhcp Option  - Description string
 - Description for the Floating IP.
 - Ext
Id string - Floating IP UUID
 - External
Routing stringDomain Reference  - External
Subnets []GetFloating Ip V2External Subnet Vpc External Subnet  - Externally
Routable []GetPrefixes Floating Ip V2External Subnet Vpc Externally Routable Prefix  - Links
[]Get
Floating Ip V2External Subnet 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
Floating Ip V2External Subnet Vpc Metadata  - Metadata associated with this resource.
 - Name string
 - Name of the floating IP.
 - Snat
Ips []GetFloating Ip V2External Subnet Vpc Snat Ip  - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 - Vpc
Type string 
- common
Dhcp List<GetOptions Floating Ip V2External Subnet Vpc Common Dhcp Option>  - description String
 - Description for the Floating IP.
 - ext
Id String - Floating IP UUID
 - external
Routing StringDomain Reference  - external
Subnets List<GetFloating Ip V2External Subnet Vpc External Subnet>  - externally
Routable List<GetPrefixes Floating Ip V2External Subnet Vpc Externally Routable Prefix>  - links
List<Get
Floating Ip V2External Subnet 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
Floating Ip V2External Subnet Vpc Metadata>  - Metadata associated with this resource.
 - name String
 - Name of the floating IP.
 - snat
Ips List<GetFloating Ip V2External Subnet Vpc Snat Ip>  - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
 - vpc
Type String 
- common
Dhcp GetOptions Floating Ip V2External Subnet Vpc Common Dhcp Option[]  - description string
 - Description for the Floating IP.
 - ext
Id string - Floating IP UUID
 - external
Routing stringDomain Reference  - external
Subnets GetFloating Ip V2External Subnet Vpc External Subnet[]  - externally
Routable GetPrefixes Floating Ip V2External Subnet Vpc Externally Routable Prefix[]  - links
Get
Floating Ip V2External Subnet 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
Floating Ip V2External Subnet Vpc Metadata[]  - Metadata associated with this resource.
 - name string
 - Name of the floating IP.
 - snat
Ips GetFloating Ip V2External Subnet Vpc Snat Ip[]  - tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 - vpc
Type string 
- common_
dhcp_ Sequence[Getoptions Floating Ip V2External Subnet Vpc Common Dhcp Option]  - description str
 - Description for the Floating IP.
 - ext_
id str - Floating IP UUID
 - external_
routing_ strdomain_ reference  - external_
subnets Sequence[GetFloating Ip V2External Subnet Vpc External Subnet]  - externally_
routable_ Sequence[Getprefixes Floating Ip V2External Subnet Vpc Externally Routable Prefix]  - links
Sequence[Get
Floating Ip V2External Subnet 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
Floating Ip V2External Subnet Vpc Metadata]  - Metadata associated with this resource.
 - name str
 - Name of the floating IP.
 - snat_
ips Sequence[GetFloating Ip V2External Subnet Vpc Snat Ip]  - tenant_
id str - A globally unique identifier that represents the tenant that owns this entity.
 - vpc_
type str 
- common
Dhcp List<Property Map>Options  - description String
 - Description for the Floating IP.
 - ext
Id String - Floating IP UUID
 - 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>
 - Metadata associated with this resource.
 - name String
 - Name of the floating IP.
 - snat
Ips List<Property Map> - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
 - vpc
Type String 
GetFloatingIpV2ExternalSubnetVpcCommonDhcpOption        
GetFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServer           
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4            
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6            
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVpcExternalSubnet       
- active
Gateway NumberCount  - active
Gateway List<Property Map>Nodes  - external
Ips List<Property Map> - gateway
Nodes List<String> - subnet
Reference String 
GetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNode          
GetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress             
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4              
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6              
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIp         
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv4          
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv6          
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix        
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4         
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4Ip>  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- Ips
[]Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4Ip  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
List<Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4Ip>  - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4Ip[]  - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Sequence[Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4Ip]  - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips List<Property Map>
 - prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6         
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6Ip>  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- Ips
[]Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6Ip  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
List<Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6Ip>  - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6Ip[]  - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Sequence[Get
Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6Ip]  - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips List<Property Map>
 - prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip         
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVpcLink      
GetFloatingIpV2ExternalSubnetVpcMetadata      
- 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  
GetFloatingIpV2ExternalSubnetVpcSnatIp       
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Snat Ip Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Snat Ip Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2External Subnet Vpc Snat Ip Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2External Subnet Vpc Snat Ip Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2External Subnet Vpc Snat Ip Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2External Subnet Vpc Snat Ip Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2External Subnet Vpc Snat Ip Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2External Subnet Vpc Snat Ip Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2External Subnet Vpc Snat Ip Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2External Subnet Vpc Snat Ip Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2ExternalSubnetVpcSnatIpIpv4        
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2ExternalSubnetVpcSnatIpIpv6        
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2FloatingIp    
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Floating Ip Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Floating Ip Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2Floating Ip Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2Floating Ip Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2Floating Ip Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2Floating Ip Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2Floating Ip Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2Floating Ip Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2Floating Ip Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2Floating Ip Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2FloatingIpIpv4     
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2FloatingIpIpv6     
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2Link   
GetFloatingIpV2Metadata   
- 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  
GetFloatingIpV2VmNic    
- Private
Ip string - Private IP value in string
 
- Private
Ip string - Private IP value in string
 
- private
Ip String - Private IP value in string
 
- private
Ip string - Private IP value in string
 
- private_
ip str - Private IP value in string
 
- private
Ip String - Private IP value in string
 
GetFloatingIpV2Vpc   
- Common
Dhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Common Dhcp Option>  - Description string
 - Description for the Floating IP.
 - Ext
Id string - Floating IP UUID
 - External
Routing stringDomain Reference  - External
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc External Subnet>  - Externally
Routable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Externally Routable Prefix>  - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc 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 Floating Ip V2Vpc Metadata>  - Metadata associated with this resource.
 - Name string
 - Name of the floating IP.
 - Snat
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Snat Ip>  - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 - Vpc
Type string 
- Common
Dhcp []GetOptions Floating Ip V2Vpc Common Dhcp Option  - Description string
 - Description for the Floating IP.
 - Ext
Id string - Floating IP UUID
 - External
Routing stringDomain Reference  - External
Subnets []GetFloating Ip V2Vpc External Subnet  - Externally
Routable []GetPrefixes Floating Ip V2Vpc Externally Routable Prefix  - Links
[]Get
Floating Ip V2Vpc 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
Floating Ip V2Vpc Metadata  - Metadata associated with this resource.
 - Name string
 - Name of the floating IP.
 - Snat
Ips []GetFloating Ip V2Vpc Snat Ip  - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 - Vpc
Type string 
- common
Dhcp List<GetOptions Floating Ip V2Vpc Common Dhcp Option>  - description String
 - Description for the Floating IP.
 - ext
Id String - Floating IP UUID
 - external
Routing StringDomain Reference  - external
Subnets List<GetFloating Ip V2Vpc External Subnet>  - externally
Routable List<GetPrefixes Floating Ip V2Vpc Externally Routable Prefix>  - links
List<Get
Floating Ip V2Vpc 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
Floating Ip V2Vpc Metadata>  - Metadata associated with this resource.
 - name String
 - Name of the floating IP.
 - snat
Ips List<GetFloating Ip V2Vpc Snat Ip>  - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
 - vpc
Type String 
- common
Dhcp GetOptions Floating Ip V2Vpc Common Dhcp Option[]  - description string
 - Description for the Floating IP.
 - ext
Id string - Floating IP UUID
 - external
Routing stringDomain Reference  - external
Subnets GetFloating Ip V2Vpc External Subnet[]  - externally
Routable GetPrefixes Floating Ip V2Vpc Externally Routable Prefix[]  - links
Get
Floating Ip V2Vpc 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
Floating Ip V2Vpc Metadata[]  - Metadata associated with this resource.
 - name string
 - Name of the floating IP.
 - snat
Ips GetFloating Ip V2Vpc Snat Ip[]  - tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
 - vpc
Type string 
- common_
dhcp_ Sequence[Getoptions Floating Ip V2Vpc Common Dhcp Option]  - description str
 - Description for the Floating IP.
 - ext_
id str - Floating IP UUID
 - external_
routing_ strdomain_ reference  - external_
subnets Sequence[GetFloating Ip V2Vpc External Subnet]  - externally_
routable_ Sequence[Getprefixes Floating Ip V2Vpc Externally Routable Prefix]  - links
Sequence[Get
Floating Ip V2Vpc 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
Floating Ip V2Vpc Metadata]  - Metadata associated with this resource.
 - name str
 - Name of the floating IP.
 - snat_
ips Sequence[GetFloating Ip V2Vpc Snat Ip]  - tenant_
id str - A globally unique identifier that represents the tenant that owns this entity.
 - vpc_
type str 
- common
Dhcp List<Property Map>Options  - description String
 - Description for the Floating IP.
 - ext
Id String - Floating IP UUID
 - 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>
 - Metadata associated with this resource.
 - name String
 - Name of the floating IP.
 - snat
Ips List<Property Map> - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
 - vpc
Type String 
GetFloatingIpV2VpcCommonDhcpOption      
GetFloatingIpV2VpcCommonDhcpOptionDomainNameServer         
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv4          
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv6          
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2VpcExternalSubnet     
- active
Gateway NumberCount  - active
Gateway List<Property Map>Nodes  - external
Ips List<Property Map> - gateway
Nodes List<String> - subnet
Reference String 
GetFloatingIpV2VpcExternalSubnetActiveGatewayNode        
GetFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress           
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4            
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6            
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2VpcExternalSubnetExternalIp       
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc External Subnet External Ip Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc External Subnet External Ip Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2Vpc External Subnet External Ip Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2Vpc External Subnet External Ip Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2Vpc External Subnet External Ip Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2Vpc External Subnet External Ip Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2Vpc External Subnet External Ip Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2Vpc External Subnet External Ip Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2Vpc External Subnet External Ip Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2Vpc External Subnet External Ip Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2VpcExternalSubnetExternalIpIpv4        
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2VpcExternalSubnetExternalIpIpv6        
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2VpcExternallyRoutablePrefix      
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Externally Routable Prefix Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Externally Routable Prefix Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2Vpc Externally Routable Prefix Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2Vpc Externally Routable Prefix Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2Vpc Externally Routable Prefix Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2Vpc Externally Routable Prefix Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2Vpc Externally Routable Prefix Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2Vpc Externally Routable Prefix Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2Vpc Externally Routable Prefix Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2Vpc Externally Routable Prefix Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2VpcExternallyRoutablePrefixIpv4       
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Externally Routable Prefix Ipv4Ip>  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- Ips
[]Get
Floating Ip V2Vpc Externally Routable Prefix Ipv4Ip  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
List<Get
Floating Ip V2Vpc Externally Routable Prefix Ipv4Ip>  - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Get
Floating Ip V2Vpc Externally Routable Prefix Ipv4Ip[]  - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Sequence[Get
Floating Ip V2Vpc Externally Routable Prefix Ipv4Ip]  - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips List<Property Map>
 - prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
GetFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip       
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2VpcExternallyRoutablePrefixIpv6       
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Externally Routable Prefix Ipv6Ip>  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- Ips
[]Get
Floating Ip V2Vpc Externally Routable Prefix Ipv6Ip  - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
List<Get
Floating Ip V2Vpc Externally Routable Prefix Ipv6Ip>  - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Get
Floating Ip V2Vpc Externally Routable Prefix Ipv6Ip[]  - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips
Sequence[Get
Floating Ip V2Vpc Externally Routable Prefix Ipv6Ip]  - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
- ips List<Property Map>
 - prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 
GetFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip       
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2VpcLink    
GetFloatingIpV2VpcMetadata    
- 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  
GetFloatingIpV2VpcSnatIp     
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Snat Ip Ipv4>  - Reference to IP Configuration
 - Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Snat Ip Ipv6>  - Reference to IP Configuration
 
- Ipv4s
[]Get
Floating Ip V2Vpc Snat Ip Ipv4  - Reference to IP Configuration
 - Ipv6s
[]Get
Floating Ip V2Vpc Snat Ip Ipv6  - Reference to IP Configuration
 
- ipv4s
List<Get
Floating Ip V2Vpc Snat Ip Ipv4>  - Reference to IP Configuration
 - ipv6s
List<Get
Floating Ip V2Vpc Snat Ip Ipv6>  - Reference to IP Configuration
 
- ipv4s
Get
Floating Ip V2Vpc Snat Ip Ipv4[]  - Reference to IP Configuration
 - ipv6s
Get
Floating Ip V2Vpc Snat Ip Ipv6[]  - Reference to IP Configuration
 
- ipv4s
Sequence[Get
Floating Ip V2Vpc Snat Ip Ipv4]  - Reference to IP Configuration
 - ipv6s
Sequence[Get
Floating Ip V2Vpc Snat Ip Ipv6]  - Reference to IP Configuration
 
- ipv4s List<Property Map>
 - Reference to IP Configuration
 - ipv6s List<Property Map>
 - Reference to IP Configuration
 
GetFloatingIpV2VpcSnatIpIpv4      
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
GetFloatingIpV2VpcSnatIpIpv6      
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - Value string
 - value of address
 
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value string
 - value of address
 
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value str
 - value of address
 
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
 - value String
 - value of address
 
Package Details
- Repository
 - nutanix pierskarsenbarg/pulumi-nutanix
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
nutanixTerraform Provider.