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:
- ExtId string
- Floating IP UUID
- ExtId string
- Floating IP UUID
- extId String
- Floating IP UUID
- extId string
- Floating IP UUID
- ext_id str
- Floating IP UUID
- extId String
- Floating IP UUID
getFloatingIpV2 Result
The following output properties are available:
- AssociationStatus string
- Association status of floating IP.
- Associations
List<PiersKarsenbarg. Nutanix. Outputs. Get Floating Ip V2Association> 
- Association of the Floating IP with either NIC or Private IP
- Description string
- Description for the Floating IP.
- ExtId string
- ExternalSubnet stringReference 
- External subnet reference for the Floating IP to be allocated in on-prem only.
- ExternalSubnets List<PiersKarsenbarg. Nutanix. Outputs. Get Floating Ip V2External Subnet> 
- Networking common base object
- FloatingIp stringValue 
- Floating IP value in string
- FloatingIps 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<PiersKarsenbarg. 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<PiersKarsenbarg. Nutanix. Outputs. Get Floating Ip V2Metadata> 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- PrivateIp string
- Private IP value in string
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VmNic stringReference 
- VM NIC reference.
- VmNics List<PiersKarsenbarg. Nutanix. Outputs. Get Floating Ip V2Vm Nic> 
- Virtual NIC for projections
- VpcReference string
- VPC reference UUID
- Vpcs
List<PiersKarsenbarg. Nutanix. Outputs. Get Floating Ip V2Vpc> 
- Networking common base object
- AssociationStatus string
- Association status of floating IP.
- Associations
[]GetFloating Ip V2Association 
- Association of the Floating IP with either NIC or Private IP
- Description string
- Description for the Floating IP.
- ExtId string
- ExternalSubnet stringReference 
- External subnet reference for the Floating IP to be allocated in on-prem only.
- ExternalSubnets []GetFloating Ip V2External Subnet 
- Networking common base object
- FloatingIp stringValue 
- Floating IP value in string
- FloatingIps []GetFloating Ip V2Floating Ip 
- Floating IP address.
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
[]GetFloating 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
[]GetFloating Ip V2Metadata 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- PrivateIp string
- Private IP value in string
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VmNic stringReference 
- VM NIC reference.
- VmNics []GetFloating Ip V2Vm Nic 
- Virtual NIC for projections
- VpcReference string
- VPC reference UUID
- Vpcs
[]GetFloating Ip V2Vpc 
- Networking common base object
- associationStatus String
- Association status of floating IP.
- associations
List<GetFloating Ip V2Association> 
- Association of the Floating IP with either NIC or Private IP
- description String
- Description for the Floating IP.
- extId String
- externalSubnet StringReference 
- External subnet reference for the Floating IP to be allocated in on-prem only.
- externalSubnets List<GetFloating Ip V2External Subnet> 
- Networking common base object
- floatingIp StringValue 
- Floating IP value in string
- floatingIps List<GetFloating Ip V2Floating Ip> 
- Floating IP address.
- id String
- The provider-assigned unique ID for this managed resource.
- links
List<GetFloating 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<GetFloating Ip V2Metadata> 
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- privateIp String
- Private IP value in string
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vmNic StringReference 
- VM NIC reference.
- vmNics List<GetFloating Ip V2Vm Nic> 
- Virtual NIC for projections
- vpcReference String
- VPC reference UUID
- vpcs
List<GetFloating Ip V2Vpc> 
- Networking common base object
- associationStatus string
- Association status of floating IP.
- associations
GetFloating Ip V2Association[] 
- Association of the Floating IP with either NIC or Private IP
- description string
- Description for the Floating IP.
- extId string
- externalSubnet stringReference 
- External subnet reference for the Floating IP to be allocated in on-prem only.
- externalSubnets GetFloating Ip V2External Subnet[] 
- Networking common base object
- floatingIp stringValue 
- Floating IP value in string
- floatingIps GetFloating Ip V2Floating Ip[] 
- Floating IP address.
- id string
- The provider-assigned unique ID for this managed resource.
- links
GetFloating 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
GetFloating Ip V2Metadata[] 
- Metadata associated with this resource.
- name string
- Name of the floating IP.
- privateIp string
- Private IP value in string
- tenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- vmNic stringReference 
- VM NIC reference.
- vmNics GetFloating Ip V2Vm Nic[] 
- Virtual NIC for projections
- vpcReference string
- VPC reference UUID
- vpcs
GetFloating Ip V2Vpc[] 
- Networking common base object
- association_status str
- Association status of floating IP.
- associations
Sequence[GetFloating 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[GetFloating 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[GetFloating 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[GetFloating Ip V2Vpc] 
- Networking common base object
- associationStatus 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.
- extId String
- externalSubnet StringReference 
- External subnet reference for the Floating IP to be allocated in on-prem only.
- externalSubnets List<Property Map>
- Networking common base object
- floatingIp StringValue 
- Floating IP value in string
- floatingIps 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.
- privateIp String
- Private IP value in string
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vmNic StringReference 
- VM NIC reference.
- vmNics List<Property Map>
- Virtual NIC for projections
- vpcReference String
- VPC reference UUID
- vpcs List<Property Map>
- Networking common base object
Supporting Types
GetFloatingIpV2Association   
- PrivateIp List<PiersAssociations Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Association Private Ip Association> 
- Association of Floating IP with private IP
- VmNic List<PiersAssociations Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Association Vm Nic Association> 
- Association of Floating IP with nic
- PrivateIp []GetAssociations Floating Ip V2Association Private Ip Association 
- Association of Floating IP with private IP
- VmNic []GetAssociations Floating Ip V2Association Vm Nic Association 
- Association of Floating IP with nic
- privateIp List<GetAssociations Floating Ip V2Association Private Ip Association> 
- Association of Floating IP with private IP
- vmNic List<GetAssociations Floating Ip V2Association Vm Nic Association> 
- Association of Floating IP with nic
- privateIp GetAssociations Floating Ip V2Association Private Ip Association[] 
- Association of Floating IP with private IP
- vmNic 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
- privateIp List<Property Map>Associations 
- Association of Floating IP with private IP
- vmNic List<Property Map>Associations 
- Association of Floating IP with nic
GetFloatingIpV2AssociationPrivateIpAssociation      
- PrivateIps 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.
- VpcReference string
- VPC in which the private IP exists.
- PrivateIps []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.
- VpcReference string
- VPC in which the private IP exists.
- privateIps 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.
- vpcReference String
- VPC in which the private IP exists.
- privateIps 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.
- vpcReference 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.
- privateIps List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- vpcReference String
- VPC in which the private IP exists.
GetFloatingIpV2AssociationPrivateIpAssociationPrivateIp        
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Association Private Ip Association Private Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Association Private Ip Association Private Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2Association Private Ip Association Private Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2Association Private Ip Association Private Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2Association Private Ip Association Private Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2Association Private Ip Association Private Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2Association Private Ip Association Private Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2Association Private Ip Association Private Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2Association Private Ip Association Private Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2AssociationPrivateIpAssociationPrivateIpIpv6         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2AssociationVmNicAssociation      
- VmNic stringReference 
- VM NIC reference.
- VpcReference string
- VPC reference to which the VM NIC subnet belongs.
- VmNic stringReference 
- VM NIC reference.
- VpcReference string
- VPC reference to which the VM NIC subnet belongs.
- vmNic StringReference 
- VM NIC reference.
- vpcReference String
- VPC reference to which the VM NIC subnet belongs.
- vmNic stringReference 
- VM NIC reference.
- vpcReference 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.
- vmNic StringReference 
- VM NIC reference.
- vpcReference String
- VPC reference to which the VM NIC subnet belongs.
GetFloatingIpV2ExternalSubnet    
- BridgeName string
- ClusterName string
- ClusterReference string
- Description string
- Description for the Floating IP.
- DhcpOptions List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dhcp Option> 
- DynamicIp List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dynamic Ip Address> 
- ExtId string
- Floating IP UUID
- HypervisorType string
- IpConfigs List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config> 
- IpPrefix string
- IpUsages List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Usage> 
- IsAdvanced boolNetworking 
- IsExternal bool
- IsNat boolEnabled 
- Links
List<PiersKarsenbarg. 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.
- MigrationState string
- Name string
- Name of the floating IP.
- NetworkFunction stringChain Reference 
- NetworkId int
- ReservedIp List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Reserved Ip Address> 
- SubnetType string
- VirtualSwitch stringReference 
- VirtualSwitches List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Virtual Switch> 
- VpcReference string
- VPC reference UUID
- Vpcs
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc> 
- Networking common base object
- BridgeName string
- ClusterName string
- ClusterReference string
- Description string
- Description for the Floating IP.
- DhcpOptions []GetFloating Ip V2External Subnet Dhcp Option 
- DynamicIp []GetAddresses Floating Ip V2External Subnet Dynamic Ip Address 
- ExtId string
- Floating IP UUID
- HypervisorType string
- IpConfigs []GetFloating Ip V2External Subnet Ip Config 
- IpPrefix string
- IpUsages []GetFloating Ip V2External Subnet Ip Usage 
- IsAdvanced boolNetworking 
- IsExternal bool
- IsNat boolEnabled 
- Links
[]GetFloating 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.
- MigrationState string
- Name string
- Name of the floating IP.
- NetworkFunction stringChain Reference 
- NetworkId int
- ReservedIp []GetAddresses Floating Ip V2External Subnet Reserved Ip Address 
- SubnetType string
- VirtualSwitch stringReference 
- VirtualSwitches []GetFloating Ip V2External Subnet Virtual Switch 
- VpcReference string
- VPC reference UUID
- Vpcs
[]GetFloating Ip V2External Subnet Vpc 
- Networking common base object
- bridgeName String
- clusterName String
- clusterReference String
- description String
- Description for the Floating IP.
- dhcpOptions List<GetFloating Ip V2External Subnet Dhcp Option> 
- dynamicIp List<GetAddresses Floating Ip V2External Subnet Dynamic Ip Address> 
- extId String
- Floating IP UUID
- hypervisorType String
- ipConfigs List<GetFloating Ip V2External Subnet Ip Config> 
- ipPrefix String
- ipUsages List<GetFloating Ip V2External Subnet Ip Usage> 
- isAdvanced BooleanNetworking 
- isExternal Boolean
- isNat BooleanEnabled 
- links
List<GetFloating 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.
- migrationState String
- name String
- Name of the floating IP.
- networkFunction StringChain Reference 
- networkId Integer
- reservedIp List<GetAddresses Floating Ip V2External Subnet Reserved Ip Address> 
- subnetType String
- virtualSwitch StringReference 
- virtualSwitches List<GetFloating Ip V2External Subnet Virtual Switch> 
- vpcReference String
- VPC reference UUID
- vpcs
List<GetFloating Ip V2External Subnet Vpc> 
- Networking common base object
- bridgeName string
- clusterName string
- clusterReference string
- description string
- Description for the Floating IP.
- dhcpOptions GetFloating Ip V2External Subnet Dhcp Option[] 
- dynamicIp GetAddresses Floating Ip V2External Subnet Dynamic Ip Address[] 
- extId string
- Floating IP UUID
- hypervisorType string
- ipConfigs GetFloating Ip V2External Subnet Ip Config[] 
- ipPrefix string
- ipUsages GetFloating Ip V2External Subnet Ip Usage[] 
- isAdvanced booleanNetworking 
- isExternal boolean
- isNat booleanEnabled 
- links
GetFloating 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.
- migrationState string
- name string
- Name of the floating IP.
- networkFunction stringChain Reference 
- networkId number
- reservedIp GetAddresses Floating Ip V2External Subnet Reserved Ip Address[] 
- subnetType string
- virtualSwitch stringReference 
- virtualSwitches GetFloating Ip V2External Subnet Virtual Switch[] 
- vpcReference string
- VPC reference UUID
- vpcs
GetFloating 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[GetFloating 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[GetFloating Ip V2External Subnet Vpc] 
- Networking common base object
- bridgeName String
- clusterName String
- clusterReference String
- description String
- Description for the Floating IP.
- dhcpOptions List<Property Map>
- dynamicIp List<Property Map>Addresses 
- extId String
- Floating IP UUID
- hypervisorType String
- ipConfigs List<Property Map>
- ipPrefix String
- ipUsages List<Property Map>
- isAdvanced BooleanNetworking 
- isExternal Boolean
- isNat 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.
- migrationState String
- name String
- Name of the floating IP.
- networkFunction StringChain Reference 
- networkId Number
- reservedIp List<Property Map>Addresses 
- subnetType String
- virtualSwitch StringReference 
- virtualSwitches List<Property Map>
- vpcReference String
- VPC reference UUID
- vpcs List<Property Map>
- Networking common base object
GetFloatingIpV2ExternalSubnetDhcpOption      
- bootFile StringName 
- domainName String
- domainName List<Property Map>Servers 
- ntpServers List<Property Map>
- searchDomains List<String>
- tftpServer StringName 
GetFloatingIpV2ExternalSubnetDhcpOptionDomainNameServer         
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2External Subnet Dhcp Option Domain Name Server Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2External Subnet Dhcp Option Domain Name Server Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2External Subnet Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2External Subnet Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2External Subnet Dhcp Option Domain Name Server Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2External Subnet Dhcp Option Domain Name Server Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2External Subnet Dhcp Option Domain Name Server Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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          
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetDhcpOptionDomainNameServerIpv6          
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dhcp Option Ntp Server Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2External Subnet Dhcp Option Ntp Server Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2External Subnet Dhcp Option Ntp Server Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2External Subnet Dhcp Option Ntp Server Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2External Subnet Dhcp Option Ntp Server Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2External Subnet Dhcp Option Ntp Server Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2External Subnet Dhcp Option Ntp Server Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2External Subnet Dhcp Option Ntp Server Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetDhcpOptionNtpServerIpv6         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dynamic Ip Address Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Dynamic Ip Address Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2External Subnet Dynamic Ip Address Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2External Subnet Dynamic Ip Address Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2External Subnet Dynamic Ip Address Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2External Subnet Dynamic Ip Address Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2External Subnet Dynamic Ip Address Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2External Subnet Dynamic Ip Address Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2External Subnet Dynamic Ip Address Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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        
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetDynamicIpAddressIpv6        
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2External Subnet Ip Config Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2External Subnet Ip Config Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2External Subnet Ip Config Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2External Subnet Ip Config Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2External Subnet Ip Config Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2External Subnet Ip Config Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2External Subnet Ip Config Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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       
- DefaultGateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv4Default Gateway Ip> 
- DhcpServer List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv4Dhcp Server Address> 
- IpSubnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv4Ip Subnet> 
- PoolLists 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         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetIpConfigIpv4DhcpServerAddress         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv4Ip Subnet Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ip V2External Subnet Ip Config Ipv4Ip Subnet Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ip V2External Subnet Ip Config Ipv4Ip Subnet Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ip V2External Subnet Ip Config Ipv4Ip Subnet Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating 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>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetIpConfigIpv4PoolList        
GetFloatingIpV2ExternalSubnetIpConfigIpv4PoolListEndIp          
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetIpConfigIpv4PoolListStartIp          
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetIpConfigIpv6       
- DefaultGateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv6Default Gateway Ip> 
- DhcpServer List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv6Dhcp Server Address> 
- IpSubnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv6Ip Subnet> 
- PoolLists 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         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetIpConfigIpv6DhcpServerAddress         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Ip Config Ipv6Ip Subnet Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ip V2External Subnet Ip Config Ipv6Ip Subnet Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ip V2External Subnet Ip Config Ipv6Ip Subnet Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ip V2External Subnet Ip Config Ipv6Ip Subnet Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating 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>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetIpConfigIpv6PoolList        
GetFloatingIpV2ExternalSubnetIpConfigIpv6PoolListEndIp          
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetIpConfigIpv6PoolListStartIp          
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetIpUsage      
- ipPool List<GetUsages Floating Ip V2External Subnet Ip Usage Ip Pool Usage> 
- numAssigned IntegerIps 
- numFree IntegerIps 
- numMacs Integer
- ipPool List<Property Map>Usages 
- numAssigned NumberIps 
- numFree NumberIps 
- numMacs Number
GetFloatingIpV2ExternalSubnetIpUsageIpPoolUsage         
- numFree NumberIps 
- numTotal NumberIps 
- ranges List<Property Map>
GetFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRange          
GetFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeEndIp            
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetIpUsageIpPoolUsageRangeStartIp            
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetLink     
GetFloatingIpV2ExternalSubnetReservedIpAddress       
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetVirtualSwitch      
- BondMode bool
- Clusters
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Virtual Switch Cluster> 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- HasDeployment boolError 
- IsDefault bool
- Links
List<PiersKarsenbarg. 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Virtual Switch Metadata> 
- Metadata associated with this resource.
- Mtu int
- Name string
- Name of the floating IP.
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- BondMode bool
- Clusters
[]GetFloating Ip V2External Subnet Virtual Switch Cluster 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- HasDeployment boolError 
- IsDefault bool
- Links
[]GetFloating 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
[]GetFloating Ip V2External Subnet Virtual Switch Metadata 
- Metadata associated with this resource.
- Mtu int
- Name string
- Name of the floating IP.
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- bondMode Boolean
- clusters
List<GetFloating Ip V2External Subnet Virtual Switch Cluster> 
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- hasDeployment BooleanError 
- isDefault Boolean
- links
List<GetFloating 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<GetFloating Ip V2External Subnet Virtual Switch Metadata> 
- Metadata associated with this resource.
- mtu Integer
- name String
- Name of the floating IP.
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- bondMode boolean
- clusters
GetFloating Ip V2External Subnet Virtual Switch Cluster[] 
- description string
- Description for the Floating IP.
- extId string
- Floating IP UUID
- hasDeployment booleanError 
- isDefault boolean
- links
GetFloating 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
GetFloating Ip V2External Subnet Virtual Switch Metadata[] 
- Metadata associated with this resource.
- mtu number
- name string
- Name of the floating IP.
- tenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- bond_mode bool
- clusters
Sequence[GetFloating 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[GetFloating 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[GetFloating 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.
- bondMode Boolean
- clusters List<Property Map>
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- hasDeployment BooleanError 
- isDefault 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.
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
GetFloatingIpV2ExternalSubnetVirtualSwitchCluster       
- extId String
- Floating IP UUID
- gatewayIp List<Property Map>Addresses 
- hosts List<Property Map>
GetFloatingIpV2ExternalSubnetVirtualSwitchClusterGatewayIpAddress          
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHost        
- ExtId string
- Floating IP UUID
- HostNics List<string>
- InternalBridge stringName 
- IpAddresses List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Virtual Switch Cluster Host Ip Address> 
- RouteTable int
- ExtId string
- Floating IP UUID
- HostNics []string
- InternalBridge stringName 
- IpAddresses []GetFloating Ip V2External Subnet Virtual Switch Cluster Host Ip Address 
- RouteTable int
- extId String
- Floating IP UUID
- hostNics List<String>
- internalBridge StringName 
- ipAddresses List<GetFloating Ip V2External Subnet Virtual Switch Cluster Host Ip Address> 
- routeTable Integer
- extId string
- Floating IP UUID
- hostNics string[]
- internalBridge stringName 
- ipAddresses GetFloating Ip V2External Subnet Virtual Switch Cluster Host Ip Address[] 
- routeTable 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
- extId String
- Floating IP UUID
- hostNics List<String>
- internalBridge StringName 
- ipAddresses List<Property Map>
- routeTable Number
GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddress          
- Ips
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Virtual Switch Cluster Host Ip Address Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ip V2External Subnet Virtual Switch Cluster Host Ip Address Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ip V2External Subnet Virtual Switch Cluster Host Ip Address Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ip V2External Subnet Virtual Switch Cluster Host Ip Address Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating 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>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp           
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetVirtualSwitchLink       
GetFloatingIpV2ExternalSubnetVirtualSwitchMetadata       
- CategoryIds List<ImmutableArray<object>> 
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- CategoryIds [][]interface{}
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- categoryIds List<List<Object>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
- categoryIds any[][]
- ownerReference stringId 
- ownerUser stringName 
- projectName string
- projectReference stringId 
- category_ids Sequence[Sequence[Any]]
- owner_reference_ strid 
- owner_user_ strname 
- project_name str
- project_reference_ strid 
- categoryIds List<List<Any>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
GetFloatingIpV2ExternalSubnetVpc     
- CommonDhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Common Dhcp Option> 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- ExternalRouting stringDomain Reference 
- ExternalSubnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc External Subnet> 
- ExternallyRoutable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Externally Routable Prefix> 
- Links
List<PiersKarsenbarg. 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Metadata> 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- SnatIps List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Snat Ip> 
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VpcType string
- CommonDhcp []GetOptions Floating Ip V2External Subnet Vpc Common Dhcp Option 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- ExternalRouting stringDomain Reference 
- ExternalSubnets []GetFloating Ip V2External Subnet Vpc External Subnet 
- ExternallyRoutable []GetPrefixes Floating Ip V2External Subnet Vpc Externally Routable Prefix 
- Links
[]GetFloating 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
[]GetFloating Ip V2External Subnet Vpc Metadata 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- SnatIps []GetFloating Ip V2External Subnet Vpc Snat Ip 
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VpcType string
- commonDhcp List<GetOptions Floating Ip V2External Subnet Vpc Common Dhcp Option> 
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- externalRouting StringDomain Reference 
- externalSubnets List<GetFloating Ip V2External Subnet Vpc External Subnet> 
- externallyRoutable List<GetPrefixes Floating Ip V2External Subnet Vpc Externally Routable Prefix> 
- links
List<GetFloating 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<GetFloating Ip V2External Subnet Vpc Metadata> 
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- snatIps List<GetFloating Ip V2External Subnet Vpc Snat Ip> 
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType String
- commonDhcp GetOptions Floating Ip V2External Subnet Vpc Common Dhcp Option[] 
- description string
- Description for the Floating IP.
- extId string
- Floating IP UUID
- externalRouting stringDomain Reference 
- externalSubnets GetFloating Ip V2External Subnet Vpc External Subnet[] 
- externallyRoutable GetPrefixes Floating Ip V2External Subnet Vpc Externally Routable Prefix[] 
- links
GetFloating 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
GetFloating Ip V2External Subnet Vpc Metadata[] 
- Metadata associated with this resource.
- name string
- Name of the floating IP.
- snatIps GetFloating Ip V2External Subnet Vpc Snat Ip[] 
- tenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType 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[GetFloating 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[GetFloating 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
- commonDhcp List<Property Map>Options 
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- externalRouting StringDomain Reference 
- externalSubnets List<Property Map>
- externallyRoutable 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.
- snatIps List<Property Map>
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType String
GetFloatingIpV2ExternalSubnetVpcCommonDhcpOption        
GetFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServer           
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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            
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6            
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetVpcExternalSubnet       
- activeGateway NumberCount 
- activeGateway List<Property Map>Nodes 
- externalIps List<Property Map>
- gatewayNodes List<String>
- subnetReference String
GetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNode          
GetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress             
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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              
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6              
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc External Subnet External Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2External Subnet Vpc External Subnet External Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2External Subnet Vpc External Subnet External Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2External Subnet Vpc External Subnet External Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2External Subnet Vpc External Subnet External Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2External Subnet Vpc External Subnet External Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2External Subnet Vpc External Subnet External Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2External Subnet Vpc External Subnet External Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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          
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetVpcExternalSubnetExternalIpIpv6          
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv4Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating 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>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ip V2External Subnet Vpc Externally Routable Prefix Ipv6Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating 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>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip         
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetVpcLink      
GetFloatingIpV2ExternalSubnetVpcMetadata      
- CategoryIds List<ImmutableArray<object>> 
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- CategoryIds [][]interface{}
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- categoryIds List<List<Object>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
- categoryIds any[][]
- ownerReference stringId 
- ownerUser stringName 
- projectName string
- projectReference stringId 
- category_ids Sequence[Sequence[Any]]
- owner_reference_ strid 
- owner_user_ strname 
- project_name str
- project_reference_ strid 
- categoryIds List<List<Any>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
GetFloatingIpV2ExternalSubnetVpcSnatIp       
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Snat Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2External Subnet Vpc Snat Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2External Subnet Vpc Snat Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2External Subnet Vpc Snat Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2External Subnet Vpc Snat Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2External Subnet Vpc Snat Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2External Subnet Vpc Snat Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2External Subnet Vpc Snat Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2External Subnet Vpc Snat Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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        
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2ExternalSubnetVpcSnatIpIpv6        
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Floating Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Floating Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2Floating Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2Floating Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2Floating Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2Floating Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2Floating Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2Floating Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2Floating Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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     
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2FloatingIpIpv6     
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2Link   
GetFloatingIpV2Metadata   
- CategoryIds List<ImmutableArray<object>> 
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- CategoryIds [][]interface{}
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- categoryIds List<List<Object>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
- categoryIds any[][]
- ownerReference stringId 
- ownerUser stringName 
- projectName string
- projectReference stringId 
- category_ids Sequence[Sequence[Any]]
- owner_reference_ strid 
- owner_user_ strname 
- project_name str
- project_reference_ strid 
- categoryIds List<List<Any>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
GetFloatingIpV2VmNic    
- PrivateIp string
- Private IP value in string
- PrivateIp string
- Private IP value in string
- privateIp String
- Private IP value in string
- privateIp string
- Private IP value in string
- private_ip str
- Private IP value in string
- privateIp String
- Private IP value in string
GetFloatingIpV2Vpc   
- CommonDhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Common Dhcp Option> 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- ExternalRouting stringDomain Reference 
- ExternalSubnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc External Subnet> 
- ExternallyRoutable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Externally Routable Prefix> 
- Links
List<PiersKarsenbarg. 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Metadata> 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- SnatIps List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Snat Ip> 
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VpcType string
- CommonDhcp []GetOptions Floating Ip V2Vpc Common Dhcp Option 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- ExternalRouting stringDomain Reference 
- ExternalSubnets []GetFloating Ip V2Vpc External Subnet 
- ExternallyRoutable []GetPrefixes Floating Ip V2Vpc Externally Routable Prefix 
- Links
[]GetFloating 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
[]GetFloating Ip V2Vpc Metadata 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- SnatIps []GetFloating Ip V2Vpc Snat Ip 
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VpcType string
- commonDhcp List<GetOptions Floating Ip V2Vpc Common Dhcp Option> 
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- externalRouting StringDomain Reference 
- externalSubnets List<GetFloating Ip V2Vpc External Subnet> 
- externallyRoutable List<GetPrefixes Floating Ip V2Vpc Externally Routable Prefix> 
- links
List<GetFloating 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<GetFloating Ip V2Vpc Metadata> 
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- snatIps List<GetFloating Ip V2Vpc Snat Ip> 
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType String
- commonDhcp GetOptions Floating Ip V2Vpc Common Dhcp Option[] 
- description string
- Description for the Floating IP.
- extId string
- Floating IP UUID
- externalRouting stringDomain Reference 
- externalSubnets GetFloating Ip V2Vpc External Subnet[] 
- externallyRoutable GetPrefixes Floating Ip V2Vpc Externally Routable Prefix[] 
- links
GetFloating 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
GetFloating Ip V2Vpc Metadata[] 
- Metadata associated with this resource.
- name string
- Name of the floating IP.
- snatIps GetFloating Ip V2Vpc Snat Ip[] 
- tenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType 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[GetFloating 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[GetFloating 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
- commonDhcp List<Property Map>Options 
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- externalRouting StringDomain Reference 
- externalSubnets List<Property Map>
- externallyRoutable 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.
- snatIps List<Property Map>
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType String
GetFloatingIpV2VpcCommonDhcpOption      
GetFloatingIpV2VpcCommonDhcpOptionDomainNameServer         
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2Vpc Common Dhcp Option Domain Name Server Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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          
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2VpcCommonDhcpOptionDomainNameServerIpv6          
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2VpcExternalSubnet     
- activeGateway NumberCount 
- activeGateway List<Property Map>Nodes 
- externalIps List<Property Map>
- gatewayNodes List<String>
- subnetReference String
GetFloatingIpV2VpcExternalSubnetActiveGatewayNode        
GetFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress           
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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            
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6            
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc External Subnet External Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc External Subnet External Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2Vpc External Subnet External Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2Vpc External Subnet External Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2Vpc External Subnet External Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2Vpc External Subnet External Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2Vpc External Subnet External Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2Vpc External Subnet External Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2Vpc External Subnet External Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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        
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2VpcExternalSubnetExternalIpIpv6        
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Externally Routable Prefix Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Externally Routable Prefix Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2Vpc Externally Routable Prefix Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2Vpc Externally Routable Prefix Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2Vpc Externally Routable Prefix Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2Vpc Externally Routable Prefix Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2Vpc Externally Routable Prefix Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2Vpc Externally Routable Prefix Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2Vpc Externally Routable Prefix Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Externally Routable Prefix Ipv4Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ip V2Vpc Externally Routable Prefix Ipv4Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ip V2Vpc Externally Routable Prefix Ipv4Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ip V2Vpc Externally Routable Prefix Ipv4Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating 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>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip       
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Externally Routable Prefix Ipv6Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ip V2Vpc Externally Routable Prefix Ipv6Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ip V2Vpc Externally Routable Prefix Ipv6Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ip V2Vpc Externally Routable Prefix Ipv6Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating 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>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip       
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2VpcLink    
GetFloatingIpV2VpcMetadata    
- CategoryIds List<ImmutableArray<object>> 
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- CategoryIds [][]interface{}
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- categoryIds List<List<Object>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
- categoryIds any[][]
- ownerReference stringId 
- ownerUser stringName 
- projectName string
- projectReference stringId 
- category_ids Sequence[Sequence[Any]]
- owner_reference_ strid 
- owner_user_ strname 
- project_name str
- project_reference_ strid 
- categoryIds List<List<Any>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
GetFloatingIpV2VpcSnatIp     
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Snat Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ip V2Vpc Snat Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ip V2Vpc Snat Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ip V2Vpc Snat Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ip V2Vpc Snat Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ip V2Vpc Snat Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ip V2Vpc Snat Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ip V2Vpc Snat Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ip V2Vpc Snat Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating 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      
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpV2VpcSnatIpIpv6      
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength 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
- prefixLength 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.
