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

nutanix.getFloatingIpV2

Explore with Pulumi AI

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

    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 dictionary

    The 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.GetFloatingIpV2Association>
    Association of the Floating IP with either NIC or Private IP
    Description string
    Description for the Floating IP.
    ExtId string
    ExternalSubnetReference string
    External subnet reference for the Floating IP to be allocated in on-prem only.
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Outputs.GetFloatingIpV2ExternalSubnet>
    Networking common base object
    FloatingIpValue string
    Floating IP value in string
    FloatingIps List<PiersKarsenbarg.Nutanix.Outputs.GetFloatingIpV2FloatingIp>
    Floating IP address.
    Id string
    The provider-assigned unique ID for this managed resource.
    Links List<PiersKarsenbarg.Nutanix.Outputs.GetFloatingIpV2Link>
    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.GetFloatingIpV2Metadata>
    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.
    VmNicReference string
    VM NIC reference.
    VmNics List<PiersKarsenbarg.Nutanix.Outputs.GetFloatingIpV2VmNic>
    Virtual NIC for projections
    VpcReference string
    VPC reference UUID
    Vpcs List<PiersKarsenbarg.Nutanix.Outputs.GetFloatingIpV2Vpc>
    Networking common base object
    AssociationStatus string
    Association status of floating IP.
    Associations []GetFloatingIpV2Association
    Association of the Floating IP with either NIC or Private IP
    Description string
    Description for the Floating IP.
    ExtId string
    ExternalSubnetReference string
    External subnet reference for the Floating IP to be allocated in on-prem only.
    ExternalSubnets []GetFloatingIpV2ExternalSubnet
    Networking common base object
    FloatingIpValue string
    Floating IP value in string
    FloatingIps []GetFloatingIpV2FloatingIp
    Floating IP address.
    Id string
    The provider-assigned unique ID for this managed resource.
    Links []GetFloatingIpV2Link
    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 []GetFloatingIpV2Metadata
    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.
    VmNicReference string
    VM NIC reference.
    VmNics []GetFloatingIpV2VmNic
    Virtual NIC for projections
    VpcReference string
    VPC reference UUID
    Vpcs []GetFloatingIpV2Vpc
    Networking common base object
    associationStatus String
    Association status of floating IP.
    associations List<GetFloatingIpV2Association>
    Association of the Floating IP with either NIC or Private IP
    description String
    Description for the Floating IP.
    extId String
    externalSubnetReference String
    External subnet reference for the Floating IP to be allocated in on-prem only.
    externalSubnets List<GetFloatingIpV2ExternalSubnet>
    Networking common base object
    floatingIpValue String
    Floating IP value in string
    floatingIps List<GetFloatingIpV2FloatingIp>
    Floating IP address.
    id String
    The provider-assigned unique ID for this managed resource.
    links List<GetFloatingIpV2Link>
    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<GetFloatingIpV2Metadata>
    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.
    vmNicReference String
    VM NIC reference.
    vmNics List<GetFloatingIpV2VmNic>
    Virtual NIC for projections
    vpcReference String
    VPC reference UUID
    vpcs List<GetFloatingIpV2Vpc>
    Networking common base object
    associationStatus string
    Association status of floating IP.
    associations GetFloatingIpV2Association[]
    Association of the Floating IP with either NIC or Private IP
    description string
    Description for the Floating IP.
    extId string
    externalSubnetReference string
    External subnet reference for the Floating IP to be allocated in on-prem only.
    externalSubnets GetFloatingIpV2ExternalSubnet[]
    Networking common base object
    floatingIpValue string
    Floating IP value in string
    floatingIps GetFloatingIpV2FloatingIp[]
    Floating IP address.
    id string
    The provider-assigned unique ID for this managed resource.
    links GetFloatingIpV2Link[]
    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 GetFloatingIpV2Metadata[]
    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.
    vmNicReference string
    VM NIC reference.
    vmNics GetFloatingIpV2VmNic[]
    Virtual NIC for projections
    vpcReference string
    VPC reference UUID
    vpcs GetFloatingIpV2Vpc[]
    Networking common base object
    association_status str
    Association status of floating IP.
    associations Sequence[GetFloatingIpV2Association]
    Association of the Floating IP with either NIC or Private IP
    description str
    Description for the Floating IP.
    ext_id str
    external_subnet_reference str
    External subnet reference for the Floating IP to be allocated in on-prem only.
    external_subnets Sequence[GetFloatingIpV2ExternalSubnet]
    Networking common base object
    floating_ip_value str
    Floating IP value in string
    floating_ips Sequence[GetFloatingIpV2FloatingIp]
    Floating IP address.
    id str
    The provider-assigned unique ID for this managed resource.
    links Sequence[GetFloatingIpV2Link]
    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[GetFloatingIpV2Metadata]
    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_reference str
    VM NIC reference.
    vm_nics Sequence[GetFloatingIpV2VmNic]
    Virtual NIC for projections
    vpc_reference str
    VPC reference UUID
    vpcs Sequence[GetFloatingIpV2Vpc]
    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
    externalSubnetReference String
    External subnet reference for the Floating IP to be allocated in on-prem only.
    externalSubnets List<Property Map>
    Networking common base object
    floatingIpValue String
    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.
    vmNicReference String
    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

    privateIpAssociations List<Property Map>
    Association of Floating IP with private IP
    vmNicAssociations List<Property Map>
    Association of Floating IP with nic

    GetFloatingIpV2AssociationPrivateIpAssociation

    PrivateIps List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2AssociationPrivateIpAssociationPrivateIp>
    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 []GetFloatingIpV2AssociationPrivateIpAssociationPrivateIp
    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<GetFloatingIpV2AssociationPrivateIpAssociationPrivateIp>
    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 GetFloatingIpV2AssociationPrivateIpAssociationPrivateIp[]
    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[GetFloatingIpV2AssociationPrivateIpAssociationPrivateIp]
    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<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

    VmNicReference string
    VM NIC reference.
    VpcReference string
    VPC reference to which the VM NIC subnet belongs.
    VmNicReference string
    VM NIC reference.
    VpcReference string
    VPC reference to which the VM NIC subnet belongs.
    vmNicReference String
    VM NIC reference.
    vpcReference String
    VPC reference to which the VM NIC subnet belongs.
    vmNicReference string
    VM NIC reference.
    vpcReference string
    VPC reference to which the VM NIC subnet belongs.
    vm_nic_reference str
    VM NIC reference.
    vpc_reference str
    VPC reference to which the VM NIC subnet belongs.
    vmNicReference String
    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.GetFloatingIpV2ExternalSubnetDhcpOption>
    DynamicIpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetDynamicIpAddress>
    ExtId string
    Floating IP UUID
    HypervisorType string
    IpConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetIpConfig>
    IpPrefix string
    IpUsages List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetIpUsage>
    IsAdvancedNetworking bool
    IsExternal bool
    IsNatEnabled bool
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetLink>
    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.
    NetworkFunctionChainReference string
    NetworkId int
    ReservedIpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetReservedIpAddress>
    SubnetType string
    VirtualSwitchReference string
    VirtualSwitches List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetVirtualSwitch>
    VpcReference string
    VPC reference UUID
    Vpcs List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetVpc>
    Networking common base object
    BridgeName string
    ClusterName string
    ClusterReference string
    Description string
    Description for the Floating IP.
    DhcpOptions []GetFloatingIpV2ExternalSubnetDhcpOption
    DynamicIpAddresses []GetFloatingIpV2ExternalSubnetDynamicIpAddress
    ExtId string
    Floating IP UUID
    HypervisorType string
    IpConfigs []GetFloatingIpV2ExternalSubnetIpConfig
    IpPrefix string
    IpUsages []GetFloatingIpV2ExternalSubnetIpUsage
    IsAdvancedNetworking bool
    IsExternal bool
    IsNatEnabled bool
    Links []GetFloatingIpV2ExternalSubnetLink
    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.
    NetworkFunctionChainReference string
    NetworkId int
    ReservedIpAddresses []GetFloatingIpV2ExternalSubnetReservedIpAddress
    SubnetType string
    VirtualSwitchReference string
    VirtualSwitches []GetFloatingIpV2ExternalSubnetVirtualSwitch
    VpcReference string
    VPC reference UUID
    Vpcs []GetFloatingIpV2ExternalSubnetVpc
    Networking common base object
    bridgeName String
    clusterName String
    clusterReference String
    description String
    Description for the Floating IP.
    dhcpOptions List<GetFloatingIpV2ExternalSubnetDhcpOption>
    dynamicIpAddresses List<GetFloatingIpV2ExternalSubnetDynamicIpAddress>
    extId String
    Floating IP UUID
    hypervisorType String
    ipConfigs List<GetFloatingIpV2ExternalSubnetIpConfig>
    ipPrefix String
    ipUsages List<GetFloatingIpV2ExternalSubnetIpUsage>
    isAdvancedNetworking Boolean
    isExternal Boolean
    isNatEnabled Boolean
    links List<GetFloatingIpV2ExternalSubnetLink>
    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.
    networkFunctionChainReference String
    networkId Integer
    reservedIpAddresses List<GetFloatingIpV2ExternalSubnetReservedIpAddress>
    subnetType String
    virtualSwitchReference String
    virtualSwitches List<GetFloatingIpV2ExternalSubnetVirtualSwitch>
    vpcReference String
    VPC reference UUID
    vpcs List<GetFloatingIpV2ExternalSubnetVpc>
    Networking common base object
    bridgeName string
    clusterName string
    clusterReference string
    description string
    Description for the Floating IP.
    dhcpOptions GetFloatingIpV2ExternalSubnetDhcpOption[]
    dynamicIpAddresses GetFloatingIpV2ExternalSubnetDynamicIpAddress[]
    extId string
    Floating IP UUID
    hypervisorType string
    ipConfigs GetFloatingIpV2ExternalSubnetIpConfig[]
    ipPrefix string
    ipUsages GetFloatingIpV2ExternalSubnetIpUsage[]
    isAdvancedNetworking boolean
    isExternal boolean
    isNatEnabled boolean
    links GetFloatingIpV2ExternalSubnetLink[]
    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.
    networkFunctionChainReference string
    networkId number
    reservedIpAddresses GetFloatingIpV2ExternalSubnetReservedIpAddress[]
    subnetType string
    virtualSwitchReference string
    virtualSwitches GetFloatingIpV2ExternalSubnetVirtualSwitch[]
    vpcReference string
    VPC reference UUID
    vpcs GetFloatingIpV2ExternalSubnetVpc[]
    Networking common base object
    bridge_name str
    cluster_name str
    cluster_reference str
    description str
    Description for the Floating IP.
    dhcp_options Sequence[GetFloatingIpV2ExternalSubnetDhcpOption]
    dynamic_ip_addresses Sequence[GetFloatingIpV2ExternalSubnetDynamicIpAddress]
    ext_id str
    Floating IP UUID
    hypervisor_type str
    ip_configs Sequence[GetFloatingIpV2ExternalSubnetIpConfig]
    ip_prefix str
    ip_usages Sequence[GetFloatingIpV2ExternalSubnetIpUsage]
    is_advanced_networking bool
    is_external bool
    is_nat_enabled bool
    links Sequence[GetFloatingIpV2ExternalSubnetLink]
    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_chain_reference str
    network_id int
    reserved_ip_addresses Sequence[GetFloatingIpV2ExternalSubnetReservedIpAddress]
    subnet_type str
    virtual_switch_reference str
    virtual_switches Sequence[GetFloatingIpV2ExternalSubnetVirtualSwitch]
    vpc_reference str
    VPC reference UUID
    vpcs Sequence[GetFloatingIpV2ExternalSubnetVpc]
    Networking common base object
    bridgeName String
    clusterName String
    clusterReference String
    description String
    Description for the Floating IP.
    dhcpOptions List<Property Map>
    dynamicIpAddresses List<Property Map>
    extId String
    Floating IP UUID
    hypervisorType String
    ipConfigs List<Property Map>
    ipPrefix String
    ipUsages List<Property Map>
    isAdvancedNetworking Boolean
    isExternal Boolean
    isNatEnabled 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.
    migrationState String
    name String
    Name of the floating IP.
    networkFunctionChainReference String
    networkId Number
    reservedIpAddresses List<Property Map>
    subnetType String
    virtualSwitchReference String
    virtualSwitches List<Property Map>
    vpcReference String
    VPC reference UUID
    vpcs List<Property Map>
    Networking common base object

    GetFloatingIpV2ExternalSubnetDhcpOption

    GetFloatingIpV2ExternalSubnetDhcpOptionDomainNameServer

    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<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<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<Property Map>
    Reference to IP Configuration
    ipv6s List<Property Map>
    Reference to IP Configuration

    GetFloatingIpV2ExternalSubnetIpConfigIpv4

    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.GetFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp>
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    Ips []GetFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips List<GetFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp>
    prefixLength Integer
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips GetFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp[]
    prefixLength number
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips Sequence[GetFloatingIpV2ExternalSubnetIpConfigIpv4IpSubnetIp]
    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

    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.GetFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp>
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    Ips []GetFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips List<GetFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp>
    prefixLength Integer
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips GetFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp[]
    prefixLength number
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips Sequence[GetFloatingIpV2ExternalSubnetIpConfigIpv6IpSubnetIp]
    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

    GetFloatingIpV2ExternalSubnetIpUsageIpPoolUsage

    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
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    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.GetFloatingIpV2ExternalSubnetVirtualSwitchCluster>
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    HasDeploymentError bool
    IsDefault bool
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetVirtualSwitchLink>
    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.GetFloatingIpV2ExternalSubnetVirtualSwitchMetadata>
    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 []GetFloatingIpV2ExternalSubnetVirtualSwitchCluster
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    HasDeploymentError bool
    IsDefault bool
    Links []GetFloatingIpV2ExternalSubnetVirtualSwitchLink
    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 []GetFloatingIpV2ExternalSubnetVirtualSwitchMetadata
    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<GetFloatingIpV2ExternalSubnetVirtualSwitchCluster>
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    hasDeploymentError Boolean
    isDefault Boolean
    links List<GetFloatingIpV2ExternalSubnetVirtualSwitchLink>
    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<GetFloatingIpV2ExternalSubnetVirtualSwitchMetadata>
    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 GetFloatingIpV2ExternalSubnetVirtualSwitchCluster[]
    description string
    Description for the Floating IP.
    extId string
    Floating IP UUID
    hasDeploymentError boolean
    isDefault boolean
    links GetFloatingIpV2ExternalSubnetVirtualSwitchLink[]
    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 GetFloatingIpV2ExternalSubnetVirtualSwitchMetadata[]
    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[GetFloatingIpV2ExternalSubnetVirtualSwitchCluster]
    description str
    Description for the Floating IP.
    ext_id str
    Floating IP UUID
    has_deployment_error bool
    is_default bool
    links Sequence[GetFloatingIpV2ExternalSubnetVirtualSwitchLink]
    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[GetFloatingIpV2ExternalSubnetVirtualSwitchMetadata]
    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
    hasDeploymentError Boolean
    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

    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>
    internalBridgeName String
    ipAddresses List<Property Map>
    routeTable Number

    GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddress

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp>
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    Ips []GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips List<GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp>
    prefixLength Integer
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp[]
    prefixLength number
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips Sequence[GetFloatingIpV2ExternalSubnetVirtualSwitchClusterHostIpAddressIp]
    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
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetFloatingIpV2ExternalSubnetVirtualSwitchMetadata

    CategoryIds List<ImmutableArray<object>>
    OwnerReferenceId string
    OwnerUserName string
    ProjectName string
    ProjectReferenceId string
    categoryIds List<List<Object>>
    ownerReferenceId String
    ownerUserName String
    projectName String
    projectReferenceId String

    GetFloatingIpV2ExternalSubnetVpc

    CommonDhcpOptions List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetVpcCommonDhcpOption>
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    ExternalRoutingDomainReference string
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetVpcExternalSubnet>
    ExternallyRoutablePrefixes List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix>
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetVpcLink>
    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.GetFloatingIpV2ExternalSubnetVpcMetadata>
    Metadata associated with this resource.
    Name string
    Name of the floating IP.
    SnatIps List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetVpcSnatIp>
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    CommonDhcpOptions []GetFloatingIpV2ExternalSubnetVpcCommonDhcpOption
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    ExternalRoutingDomainReference string
    ExternalSubnets []GetFloatingIpV2ExternalSubnetVpcExternalSubnet
    ExternallyRoutablePrefixes []GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix
    Links []GetFloatingIpV2ExternalSubnetVpcLink
    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 []GetFloatingIpV2ExternalSubnetVpcMetadata
    Metadata associated with this resource.
    Name string
    Name of the floating IP.
    SnatIps []GetFloatingIpV2ExternalSubnetVpcSnatIp
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    commonDhcpOptions List<GetFloatingIpV2ExternalSubnetVpcCommonDhcpOption>
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    externalRoutingDomainReference String
    externalSubnets List<GetFloatingIpV2ExternalSubnetVpcExternalSubnet>
    externallyRoutablePrefixes List<GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix>
    links List<GetFloatingIpV2ExternalSubnetVpcLink>
    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<GetFloatingIpV2ExternalSubnetVpcMetadata>
    Metadata associated with this resource.
    name String
    Name of the floating IP.
    snatIps List<GetFloatingIpV2ExternalSubnetVpcSnatIp>
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType String
    commonDhcpOptions GetFloatingIpV2ExternalSubnetVpcCommonDhcpOption[]
    description string
    Description for the Floating IP.
    extId string
    Floating IP UUID
    externalRoutingDomainReference string
    externalSubnets GetFloatingIpV2ExternalSubnetVpcExternalSubnet[]
    externallyRoutablePrefixes GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix[]
    links GetFloatingIpV2ExternalSubnetVpcLink[]
    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 GetFloatingIpV2ExternalSubnetVpcMetadata[]
    Metadata associated with this resource.
    name string
    Name of the floating IP.
    snatIps GetFloatingIpV2ExternalSubnetVpcSnatIp[]
    tenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType string
    common_dhcp_options Sequence[GetFloatingIpV2ExternalSubnetVpcCommonDhcpOption]
    description str
    Description for the Floating IP.
    ext_id str
    Floating IP UUID
    external_routing_domain_reference str
    external_subnets Sequence[GetFloatingIpV2ExternalSubnetVpcExternalSubnet]
    externally_routable_prefixes Sequence[GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefix]
    links Sequence[GetFloatingIpV2ExternalSubnetVpcLink]
    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[GetFloatingIpV2ExternalSubnetVpcMetadata]
    Metadata associated with this resource.
    name str
    Name of the floating IP.
    snat_ips Sequence[GetFloatingIpV2ExternalSubnetVpcSnatIp]
    tenant_id str
    A globally unique identifier that represents the tenant that owns this entity.
    vpc_type str
    commonDhcpOptions List<Property Map>
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    externalRoutingDomainReference String
    externalSubnets List<Property Map>
    externallyRoutablePrefixes List<Property Map>
    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<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

    GetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNode

    GetFloatingIpV2ExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress

    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<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<Property Map>
    Reference to IP Configuration
    ipv6s List<Property Map>
    Reference to IP Configuration

    GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip>
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    Ips []GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips List<GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip>
    prefixLength Integer
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip[]
    prefixLength number
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips Sequence[GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv4Ip]
    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.GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip>
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    Ips []GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips List<GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip>
    prefixLength Integer
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip[]
    prefixLength number
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips Sequence[GetFloatingIpV2ExternalSubnetVpcExternallyRoutablePrefixIpv6Ip]
    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
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetFloatingIpV2ExternalSubnetVpcMetadata

    CategoryIds List<ImmutableArray<object>>
    OwnerReferenceId string
    OwnerUserName string
    ProjectName string
    ProjectReferenceId string
    categoryIds List<List<Object>>
    ownerReferenceId String
    ownerUserName String
    projectName String
    projectReferenceId String

    GetFloatingIpV2ExternalSubnetVpcSnatIp

    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 []GetFloatingIpV2FloatingIpIpv4
    Reference to IP Configuration
    Ipv6s []GetFloatingIpV2FloatingIpIpv6
    Reference to IP Configuration
    ipv4s List<GetFloatingIpV2FloatingIpIpv4>
    Reference to IP Configuration
    ipv6s List<GetFloatingIpV2FloatingIpIpv6>
    Reference to IP Configuration
    ipv4s GetFloatingIpV2FloatingIpIpv4[]
    Reference to IP Configuration
    ipv6s GetFloatingIpV2FloatingIpIpv6[]
    Reference to IP Configuration
    ipv4s Sequence[GetFloatingIpV2FloatingIpIpv4]
    Reference to IP Configuration
    ipv6s Sequence[GetFloatingIpV2FloatingIpIpv6]
    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
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetFloatingIpV2Metadata

    CategoryIds List<ImmutableArray<object>>
    OwnerReferenceId string
    OwnerUserName string
    ProjectName string
    ProjectReferenceId string
    categoryIds List<List<Object>>
    ownerReferenceId String
    ownerUserName String
    projectName String
    projectReferenceId String

    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

    CommonDhcpOptions List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2VpcCommonDhcpOption>
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    ExternalRoutingDomainReference string
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2VpcExternalSubnet>
    ExternallyRoutablePrefixes List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2VpcExternallyRoutablePrefix>
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2VpcLink>
    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.GetFloatingIpV2VpcMetadata>
    Metadata associated with this resource.
    Name string
    Name of the floating IP.
    SnatIps List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2VpcSnatIp>
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    CommonDhcpOptions []GetFloatingIpV2VpcCommonDhcpOption
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    ExternalRoutingDomainReference string
    ExternalSubnets []GetFloatingIpV2VpcExternalSubnet
    ExternallyRoutablePrefixes []GetFloatingIpV2VpcExternallyRoutablePrefix
    Links []GetFloatingIpV2VpcLink
    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 []GetFloatingIpV2VpcMetadata
    Metadata associated with this resource.
    Name string
    Name of the floating IP.
    SnatIps []GetFloatingIpV2VpcSnatIp
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    commonDhcpOptions List<GetFloatingIpV2VpcCommonDhcpOption>
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    externalRoutingDomainReference String
    externalSubnets List<GetFloatingIpV2VpcExternalSubnet>
    externallyRoutablePrefixes List<GetFloatingIpV2VpcExternallyRoutablePrefix>
    links List<GetFloatingIpV2VpcLink>
    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<GetFloatingIpV2VpcMetadata>
    Metadata associated with this resource.
    name String
    Name of the floating IP.
    snatIps List<GetFloatingIpV2VpcSnatIp>
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType String
    commonDhcpOptions GetFloatingIpV2VpcCommonDhcpOption[]
    description string
    Description for the Floating IP.
    extId string
    Floating IP UUID
    externalRoutingDomainReference string
    externalSubnets GetFloatingIpV2VpcExternalSubnet[]
    externallyRoutablePrefixes GetFloatingIpV2VpcExternallyRoutablePrefix[]
    links GetFloatingIpV2VpcLink[]
    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 GetFloatingIpV2VpcMetadata[]
    Metadata associated with this resource.
    name string
    Name of the floating IP.
    snatIps GetFloatingIpV2VpcSnatIp[]
    tenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType string
    common_dhcp_options Sequence[GetFloatingIpV2VpcCommonDhcpOption]
    description str
    Description for the Floating IP.
    ext_id str
    Floating IP UUID
    external_routing_domain_reference str
    external_subnets Sequence[GetFloatingIpV2VpcExternalSubnet]
    externally_routable_prefixes Sequence[GetFloatingIpV2VpcExternallyRoutablePrefix]
    links Sequence[GetFloatingIpV2VpcLink]
    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[GetFloatingIpV2VpcMetadata]
    Metadata associated with this resource.
    name str
    Name of the floating IP.
    snat_ips Sequence[GetFloatingIpV2VpcSnatIp]
    tenant_id str
    A globally unique identifier that represents the tenant that owns this entity.
    vpc_type str
    commonDhcpOptions List<Property Map>
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    externalRoutingDomainReference String
    externalSubnets List<Property Map>
    externallyRoutablePrefixes List<Property Map>
    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<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

    GetFloatingIpV2VpcExternalSubnetActiveGatewayNode

    GetFloatingIpV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress

    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<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<Property Map>
    Reference to IP Configuration
    ipv6s List<Property Map>
    Reference to IP Configuration

    GetFloatingIpV2VpcExternallyRoutablePrefixIpv4

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip>
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    Ips []GetFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips List<GetFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip>
    prefixLength Integer
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips GetFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip[]
    prefixLength number
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips Sequence[GetFloatingIpV2VpcExternallyRoutablePrefixIpv4Ip]
    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.GetFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip>
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    Ips []GetFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip
    PrefixLength int
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips List<GetFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip>
    prefixLength Integer
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips GetFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip[]
    prefixLength number
    Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
    ips Sequence[GetFloatingIpV2VpcExternallyRoutablePrefixIpv6Ip]
    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
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetFloatingIpV2VpcMetadata

    CategoryIds List<ImmutableArray<object>>
    OwnerReferenceId string
    OwnerUserName string
    ProjectName string
    ProjectReferenceId string
    categoryIds List<List<Object>>
    ownerReferenceId String
    ownerUserName String
    projectName String
    projectReferenceId String

    GetFloatingIpV2VpcSnatIp

    Ipv4s []GetFloatingIpV2VpcSnatIpIpv4
    Reference to IP Configuration
    Ipv6s []GetFloatingIpV2VpcSnatIpIpv6
    Reference to IP Configuration
    ipv4s List<GetFloatingIpV2VpcSnatIpIpv4>
    Reference to IP Configuration
    ipv6s List<GetFloatingIpV2VpcSnatIpIpv6>
    Reference to IP Configuration
    ipv4s GetFloatingIpV2VpcSnatIpIpv4[]
    Reference to IP Configuration
    ipv6s GetFloatingIpV2VpcSnatIpIpv6[]
    Reference to IP Configuration
    ipv4s Sequence[GetFloatingIpV2VpcSnatIpIpv4]
    Reference to IP Configuration
    ipv6s Sequence[GetFloatingIpV2VpcSnatIpIpv6]
    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 nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg