Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getFloatingIpsV2
Explore with Pulumi AI
Provides a datasource to retrieve floating IP with floating_ip_uuid .
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const floating_ips = nutanix.getFloatingIpsV2({});
import pulumi
import pulumi_nutanix as nutanix
floating_ips = nutanix.get_floating_ips_v2()
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.GetFloatingIpsV2(ctx, &nutanix.GetFloatingIpsV2Args{}, 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 floating_ips = Nutanix.GetFloatingIpsV2.Invoke();
});
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.GetFloatingIpsV2Args;
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 floating-ips = NutanixFunctions.getFloatingIpsV2();
    }
}
variables:
  floating-ips:
    fn::invoke:
      function: nutanix:getFloatingIpsV2
      arguments: {}
Using getFloatingIpsV2
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 getFloatingIpsV2(args: GetFloatingIpsV2Args, opts?: InvokeOptions): Promise<GetFloatingIpsV2Result>
function getFloatingIpsV2Output(args: GetFloatingIpsV2OutputArgs, opts?: InvokeOptions): Output<GetFloatingIpsV2Result>def get_floating_ips_v2(expand: Optional[str] = None,
                        filter: Optional[str] = None,
                        limit: Optional[int] = None,
                        order_by: Optional[str] = None,
                        page: Optional[int] = None,
                        opts: Optional[InvokeOptions] = None) -> GetFloatingIpsV2Result
def get_floating_ips_v2_output(expand: Optional[pulumi.Input[str]] = None,
                        filter: Optional[pulumi.Input[str]] = None,
                        limit: Optional[pulumi.Input[int]] = None,
                        order_by: Optional[pulumi.Input[str]] = None,
                        page: Optional[pulumi.Input[int]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetFloatingIpsV2Result]func GetFloatingIpsV2(ctx *Context, args *GetFloatingIpsV2Args, opts ...InvokeOption) (*GetFloatingIpsV2Result, error)
func GetFloatingIpsV2Output(ctx *Context, args *GetFloatingIpsV2OutputArgs, opts ...InvokeOption) GetFloatingIpsV2ResultOutput> Note: This function is named GetFloatingIpsV2 in the Go SDK.
public static class GetFloatingIpsV2 
{
    public static Task<GetFloatingIpsV2Result> InvokeAsync(GetFloatingIpsV2Args args, InvokeOptions? opts = null)
    public static Output<GetFloatingIpsV2Result> Invoke(GetFloatingIpsV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFloatingIpsV2Result> getFloatingIpsV2(GetFloatingIpsV2Args args, InvokeOptions options)
public static Output<GetFloatingIpsV2Result> getFloatingIpsV2(GetFloatingIpsV2Args args, InvokeOptions options)
fn::invoke:
  function: nutanix:index/getFloatingIpsV2:getFloatingIpsV2
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Expand string
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
- Filter string
- A URL query parameter that allows clients to filter a collection of resources.
- Limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- OrderBy string
- A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- Page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- Expand string
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
- Filter string
- A URL query parameter that allows clients to filter a collection of resources.
- Limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- OrderBy string
- A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- Page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- expand String
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
- filter String
- A URL query parameter that allows clients to filter a collection of resources.
- limit Integer
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- orderBy String
- A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- page Integer
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- expand string
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
- filter string
- A URL query parameter that allows clients to filter a collection of resources.
- limit number
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- orderBy string
- A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- page number
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- expand str
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
- filter str
- A URL query parameter that allows clients to filter a collection of resources.
- limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order_by str
- A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- expand String
- A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
- filter String
- A URL query parameter that allows clients to filter a collection of resources.
- limit Number
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- orderBy String
- A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- page Number
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
getFloatingIpsV2 Result
The following output properties are available:
- FloatingIps List<PiersKarsenbarg. Nutanix. Outputs. Get Floating Ips V2Floating Ip> 
- Id string
- The provider-assigned unique ID for this managed resource.
- Expand string
- Filter string
- Limit int
- OrderBy string
- Page int
- FloatingIps []GetFloating Ips V2Floating Ip 
- Id string
- The provider-assigned unique ID for this managed resource.
- Expand string
- Filter string
- Limit int
- OrderBy string
- Page int
- floatingIps List<GetFloating Ips V2Floating Ip> 
- id String
- The provider-assigned unique ID for this managed resource.
- expand String
- filter String
- limit Integer
- orderBy String
- page Integer
- floatingIps GetFloating Ips V2Floating Ip[] 
- id string
- The provider-assigned unique ID for this managed resource.
- expand string
- filter string
- limit number
- orderBy string
- page number
- floating_ips Sequence[GetFloating Ips V2Floating Ip] 
- id str
- The provider-assigned unique ID for this managed resource.
- expand str
- filter str
- limit int
- order_by str
- page int
- floatingIps List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- expand String
- filter String
- limit Number
- orderBy String
- page Number
Supporting Types
GetFloatingIpsV2FloatingIp    
- AssociationStatus string
- Association status of floating IP.
- Associations
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association> 
- Association of the Floating IP with either NIC or Private IP
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- ExternalSubnet stringReference 
- External subnet reference for the Floating IP to be allocated in on-prem only.
- ExternalSubnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet> 
- Networking common base object
- FloatingIp stringValue 
- Floating IP value in string
- FloatingIps List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Floating Ip> 
- Floating IP address.
- Links
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Link> 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Metadata> 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- PrivateIp string
- Private IP value in string
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VmNic stringReference 
- VM NIC reference.
- VmNics List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vm Nic> 
- Virtual NIC for projections
- VpcReference string
- VPC reference UUID
- Vpcs
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc> 
- Networking common base object
- AssociationStatus string
- Association status of floating IP.
- Associations
[]GetFloating Ips V2Floating Ip Association 
- Association of the Floating IP with either NIC or Private IP
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- ExternalSubnet stringReference 
- External subnet reference for the Floating IP to be allocated in on-prem only.
- ExternalSubnets []GetFloating Ips V2Floating Ip External Subnet 
- Networking common base object
- FloatingIp stringValue 
- Floating IP value in string
- FloatingIps []GetFloating Ips V2Floating Ip Floating Ip 
- Floating IP address.
- Links
[]GetFloating Ips V2Floating Ip Link 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
[]GetFloating Ips V2Floating Ip Metadata 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- PrivateIp string
- Private IP value in string
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VmNic stringReference 
- VM NIC reference.
- VmNics []GetFloating Ips V2Floating Ip Vm Nic 
- Virtual NIC for projections
- VpcReference string
- VPC reference UUID
- Vpcs
[]GetFloating Ips V2Floating Ip Vpc 
- Networking common base object
- associationStatus String
- Association status of floating IP.
- associations
List<GetFloating Ips V2Floating Ip Association> 
- Association of the Floating IP with either NIC or Private IP
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- externalSubnet StringReference 
- External subnet reference for the Floating IP to be allocated in on-prem only.
- externalSubnets List<GetFloating Ips V2Floating Ip External Subnet> 
- Networking common base object
- floatingIp StringValue 
- Floating IP value in string
- floatingIps List<GetFloating Ips V2Floating Ip Floating Ip> 
- Floating IP address.
- links
List<GetFloating Ips V2Floating Ip Link> 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
List<GetFloating Ips V2Floating Ip Metadata> 
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- privateIp String
- Private IP value in string
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vmNic StringReference 
- VM NIC reference.
- vmNics List<GetFloating Ips V2Floating Ip Vm Nic> 
- Virtual NIC for projections
- vpcReference String
- VPC reference UUID
- vpcs
List<GetFloating Ips V2Floating Ip Vpc> 
- Networking common base object
- associationStatus string
- Association status of floating IP.
- associations
GetFloating Ips V2Floating Ip Association[] 
- Association of the Floating IP with either NIC or Private IP
- description string
- Description for the Floating IP.
- extId string
- Floating IP UUID
- externalSubnet stringReference 
- External subnet reference for the Floating IP to be allocated in on-prem only.
- externalSubnets GetFloating Ips V2Floating Ip External Subnet[] 
- Networking common base object
- floatingIp stringValue 
- Floating IP value in string
- floatingIps GetFloating Ips V2Floating Ip Floating Ip[] 
- Floating IP address.
- links
GetFloating Ips V2Floating Ip Link[] 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
GetFloating Ips V2Floating Ip Metadata[] 
- Metadata associated with this resource.
- name string
- Name of the floating IP.
- privateIp string
- Private IP value in string
- tenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- vmNic stringReference 
- VM NIC reference.
- vmNics GetFloating Ips V2Floating Ip Vm Nic[] 
- Virtual NIC for projections
- vpcReference string
- VPC reference UUID
- vpcs
GetFloating Ips V2Floating Ip Vpc[] 
- Networking common base object
- association_status str
- Association status of floating IP.
- associations
Sequence[GetFloating Ips V2Floating Ip Association] 
- Association of the Floating IP with either NIC or Private IP
- description str
- Description for the Floating IP.
- ext_id str
- Floating IP UUID
- external_subnet_ strreference 
- External subnet reference for the Floating IP to be allocated in on-prem only.
- external_subnets Sequence[GetFloating Ips V2Floating Ip External Subnet] 
- Networking common base object
- floating_ip_ strvalue 
- Floating IP value in string
- floating_ips Sequence[GetFloating Ips V2Floating Ip Floating Ip] 
- Floating IP address.
- links
Sequence[GetFloating Ips V2Floating Ip Link] 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Sequence[GetFloating Ips V2Floating Ip Metadata] 
- Metadata associated with this resource.
- name str
- Name of the floating IP.
- private_ip str
- Private IP value in string
- tenant_id str
- A globally unique identifier that represents the tenant that owns this entity.
- vm_nic_ strreference 
- VM NIC reference.
- vm_nics Sequence[GetFloating Ips V2Floating Ip Vm Nic] 
- Virtual NIC for projections
- vpc_reference str
- VPC reference UUID
- vpcs
Sequence[GetFloating Ips V2Floating Ip Vpc] 
- 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
- Floating IP UUID
- externalSubnet StringReference 
- External subnet reference for the Floating IP to be allocated in on-prem only.
- externalSubnets List<Property Map>
- Networking common base object
- floatingIp StringValue 
- Floating IP value in string
- floatingIps List<Property Map>
- Floating IP address.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas List<Property Map>
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- privateIp String
- Private IP value in string
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vmNic StringReference 
- VM NIC reference.
- vmNics List<Property Map>
- Virtual NIC for projections
- vpcReference String
- VPC reference UUID
- vpcs List<Property Map>
- Networking common base object
GetFloatingIpsV2FloatingIpAssociation     
- PrivateIp List<PiersAssociations Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Private Ip Association> 
- Association of Floating IP with private IP
- VmNic List<PiersAssociations Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Vm Nic Association> 
- Association of Floating IP with nic
- PrivateIp []GetAssociations Floating Ips V2Floating Ip Association Private Ip Association 
- Association of Floating IP with private IP
- VmNic []GetAssociations Floating Ips V2Floating Ip Association Vm Nic Association 
- Association of Floating IP with nic
- privateIp List<GetAssociations Floating Ips V2Floating Ip Association Private Ip Association> 
- Association of Floating IP with private IP
- vmNic List<GetAssociations Floating Ips V2Floating Ip Association Vm Nic Association> 
- Association of Floating IP with nic
- privateIp GetAssociations Floating Ips V2Floating Ip Association Private Ip Association[] 
- Association of Floating IP with private IP
- vmNic GetAssociations Floating Ips V2Floating Ip Association Vm Nic Association[] 
- Association of Floating IP with nic
- private_ip_ Sequence[Getassociations Floating Ips V2Floating Ip Association Private Ip Association] 
- Association of Floating IP with private IP
- vm_nic_ Sequence[Getassociations Floating Ips V2Floating Ip Association Vm Nic Association] 
- Association of Floating IP with nic
- privateIp List<Property Map>Associations 
- Association of Floating IP with private IP
- vmNic List<Property Map>Associations 
- Association of Floating IP with nic
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociation        
- PrivateIps List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Private Ip Association Private Ip> 
- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- VpcReference string
- VPC in which the private IP exists.
- PrivateIps []GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip 
- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- VpcReference string
- VPC in which the private IP exists.
- privateIps List<GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip> 
- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- vpcReference String
- VPC in which the private IP exists.
- privateIps GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip[] 
- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- vpcReference string
- VPC in which the private IP exists.
- private_ips Sequence[GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip] 
- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- vpc_reference str
- VPC in which the private IP exists.
- privateIps List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- vpcReference String
- VPC in which the private IP exists.
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIp          
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv4           
- 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
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv6           
- 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
GetFloatingIpsV2FloatingIpAssociationVmNicAssociation        
- VmNic stringReference 
- VM NIC reference.
- VpcReference string
- VPC reference to which the VM NIC subnet belongs.
- VmNic stringReference 
- VM NIC reference.
- VpcReference string
- VPC reference to which the VM NIC subnet belongs.
- vmNic StringReference 
- VM NIC reference.
- vpcReference String
- VPC reference to which the VM NIC subnet belongs.
- vmNic stringReference 
- VM NIC reference.
- vpcReference string
- VPC reference to which the VM NIC subnet belongs.
- vm_nic_ strreference 
- VM NIC reference.
- vpc_reference str
- VPC reference to which the VM NIC subnet belongs.
- vmNic StringReference 
- VM NIC reference.
- vpcReference String
- VPC reference to which the VM NIC subnet belongs.
GetFloatingIpsV2FloatingIpExternalSubnet      
- BridgeName string
- ClusterName string
- ClusterReference string
- Description string
- Description for the Floating IP.
- DhcpOptions List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option> 
- DynamicIp List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dynamic Ip Address> 
- ExtId string
- Floating IP UUID
- HypervisorType string
- IpConfigs List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config> 
- IpPrefix string
- IpUsages List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Usage> 
- IsAdvanced boolNetworking 
- IsExternal bool
- IsNat boolEnabled 
- Links
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Link> 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- MigrationState string
- Name string
- Name of the floating IP.
- NetworkFunction stringChain Reference 
- NetworkId int
- ReservedIp List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Reserved Ip Address> 
- SubnetType string
- VirtualSwitch stringReference 
- VirtualSwitches List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch> 
- VpcReference string
- VPC reference UUID
- Vpcs
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc> 
- Networking common base object
- BridgeName string
- ClusterName string
- ClusterReference string
- Description string
- Description for the Floating IP.
- DhcpOptions []GetFloating Ips V2Floating Ip External Subnet Dhcp Option 
- DynamicIp []GetAddresses Floating Ips V2Floating Ip External Subnet Dynamic Ip Address 
- ExtId string
- Floating IP UUID
- HypervisorType string
- IpConfigs []GetFloating Ips V2Floating Ip External Subnet Ip Config 
- IpPrefix string
- IpUsages []GetFloating Ips V2Floating Ip External Subnet Ip Usage 
- IsAdvanced boolNetworking 
- IsExternal bool
- IsNat boolEnabled 
- Links
[]GetFloating Ips V2Floating Ip External Subnet Link 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- MigrationState string
- Name string
- Name of the floating IP.
- NetworkFunction stringChain Reference 
- NetworkId int
- ReservedIp []GetAddresses Floating Ips V2Floating Ip External Subnet Reserved Ip Address 
- SubnetType string
- VirtualSwitch stringReference 
- VirtualSwitches []GetFloating Ips V2Floating Ip External Subnet Virtual Switch 
- VpcReference string
- VPC reference UUID
- Vpcs
[]GetFloating Ips V2Floating Ip External Subnet Vpc 
- Networking common base object
- bridgeName String
- clusterName String
- clusterReference String
- description String
- Description for the Floating IP.
- dhcpOptions List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option> 
- dynamicIp List<GetAddresses Floating Ips V2Floating Ip External Subnet Dynamic Ip Address> 
- extId String
- Floating IP UUID
- hypervisorType String
- ipConfigs List<GetFloating Ips V2Floating Ip External Subnet Ip Config> 
- ipPrefix String
- ipUsages List<GetFloating Ips V2Floating Ip External Subnet Ip Usage> 
- isAdvanced BooleanNetworking 
- isExternal Boolean
- isNat BooleanEnabled 
- links
List<GetFloating Ips V2Floating Ip External Subnet Link> 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- migrationState String
- name String
- Name of the floating IP.
- networkFunction StringChain Reference 
- networkId Integer
- reservedIp List<GetAddresses Floating Ips V2Floating Ip External Subnet Reserved Ip Address> 
- subnetType String
- virtualSwitch StringReference 
- virtualSwitches List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch> 
- vpcReference String
- VPC reference UUID
- vpcs
List<GetFloating Ips V2Floating Ip External Subnet Vpc> 
- Networking common base object
- bridgeName string
- clusterName string
- clusterReference string
- description string
- Description for the Floating IP.
- dhcpOptions GetFloating Ips V2Floating Ip External Subnet Dhcp Option[] 
- dynamicIp GetAddresses Floating Ips V2Floating Ip External Subnet Dynamic Ip Address[] 
- extId string
- Floating IP UUID
- hypervisorType string
- ipConfigs GetFloating Ips V2Floating Ip External Subnet Ip Config[] 
- ipPrefix string
- ipUsages GetFloating Ips V2Floating Ip External Subnet Ip Usage[] 
- isAdvanced booleanNetworking 
- isExternal boolean
- isNat booleanEnabled 
- links
GetFloating Ips V2Floating Ip External Subnet Link[] 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- migrationState string
- name string
- Name of the floating IP.
- networkFunction stringChain Reference 
- networkId number
- reservedIp GetAddresses Floating Ips V2Floating Ip External Subnet Reserved Ip Address[] 
- subnetType string
- virtualSwitch stringReference 
- virtualSwitches GetFloating Ips V2Floating Ip External Subnet Virtual Switch[] 
- vpcReference string
- VPC reference UUID
- vpcs
GetFloating Ips V2Floating Ip External Subnet Vpc[] 
- Networking common base object
- bridge_name str
- cluster_name str
- cluster_reference str
- description str
- Description for the Floating IP.
- dhcp_options Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option] 
- dynamic_ip_ Sequence[Getaddresses Floating Ips V2Floating Ip External Subnet Dynamic Ip Address] 
- ext_id str
- Floating IP UUID
- hypervisor_type str
- ip_configs Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config] 
- ip_prefix str
- ip_usages Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Usage] 
- is_advanced_ boolnetworking 
- is_external bool
- is_nat_ boolenabled 
- links
Sequence[GetFloating Ips V2Floating Ip External Subnet Link] 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- migration_state str
- name str
- Name of the floating IP.
- network_function_ strchain_ reference 
- network_id int
- reserved_ip_ Sequence[Getaddresses Floating Ips V2Floating Ip External Subnet Reserved Ip Address] 
- subnet_type str
- virtual_switch_ strreference 
- virtual_switches Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch] 
- vpc_reference str
- VPC reference UUID
- vpcs
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc] 
- Networking common base object
- bridgeName String
- clusterName String
- clusterReference String
- description String
- Description for the Floating IP.
- dhcpOptions List<Property Map>
- dynamicIp List<Property Map>Addresses 
- extId String
- Floating IP UUID
- hypervisorType String
- ipConfigs List<Property Map>
- ipPrefix String
- ipUsages List<Property Map>
- isAdvanced BooleanNetworking 
- isExternal Boolean
- isNat BooleanEnabled 
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- migrationState String
- name String
- Name of the floating IP.
- networkFunction StringChain Reference 
- networkId Number
- reservedIp List<Property Map>Addresses 
- subnetType String
- virtualSwitch StringReference 
- virtualSwitches List<Property Map>
- vpcReference String
- VPC reference UUID
- vpcs List<Property Map>
- Networking common base object
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOption        
- BootFile stringName 
- DomainName string
- DomainName List<PiersServers Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server> 
- NtpServers List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server> 
- SearchDomains List<string>
- TftpServer stringName 
- bootFile StringName 
- domainName String
- domainName List<Property Map>Servers 
- ntpServers List<Property Map>
- searchDomains List<String>
- tftpServer StringName 
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServer           
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv4            
- 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
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv6            
- 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
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServer          
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv4           
- 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
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv6           
- 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
GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress         
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv4          
- 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
GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv6          
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpConfig        
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4         
- DefaultGateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip> 
- DhcpServer List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address> 
- IpSubnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet> 
- PoolLists List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List> 
- DefaultGateway []GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip 
- DhcpServer []GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address 
- IpSubnets []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet 
- PoolLists []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List 
- defaultGateway List<GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip> 
- dhcpServer List<GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address> 
- ipSubnets List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet> 
- poolLists List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List> 
- defaultGateway GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip[] 
- dhcpServer GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address[] 
- ipSubnets GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet[] 
- poolLists GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List[] 
- default_gateway_ Sequence[Getips Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip] 
- dhcp_server_ Sequence[Getaddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address] 
- ip_subnets Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet] 
- pool_lists Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List] 
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DefaultGatewayIp           
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DhcpServerAddress           
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnet          
- Ips
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip] 
- prefix_length int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnetIp           
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolList          
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListEndIp            
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListStartIp            
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6         
- DefaultGateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip> 
- DhcpServer List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address> 
- IpSubnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet> 
- PoolLists List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List> 
- DefaultGateway []GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip 
- DhcpServer []GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address 
- IpSubnets []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet 
- PoolLists []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List 
- defaultGateway List<GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip> 
- dhcpServer List<GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address> 
- ipSubnets List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet> 
- poolLists List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List> 
- defaultGateway GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip[] 
- dhcpServer GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address[] 
- ipSubnets GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet[] 
- poolLists GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List[] 
- default_gateway_ Sequence[Getips Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip] 
- dhcp_server_ Sequence[Getaddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address] 
- ip_subnets Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet] 
- pool_lists Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List] 
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DefaultGatewayIp           
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DhcpServerAddress           
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnet          
- Ips
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip] 
- prefix_length int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnetIp           
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolList          
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListEndIp            
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListStartIp            
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpUsage        
- ipPool List<Property Map>Usages 
- numAssigned NumberIps 
- numFree NumberIps 
- numMacs Number
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsage           
- numFree NumberIps 
- numTotal NumberIps 
- ranges List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRange            
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeEndIp              
- 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
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeStartIp              
- 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
GetFloatingIpsV2FloatingIpExternalSubnetLink       
GetFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress         
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch        
- BondMode bool
- Clusters
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster> 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- HasDeployment boolError 
- IsDefault bool
- Links
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Link> 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Metadata> 
- Metadata associated with this resource.
- Mtu int
- Name string
- Name of the floating IP.
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- BondMode bool
- Clusters
[]GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- HasDeployment boolError 
- IsDefault bool
- Links
[]GetFloating Ips V2Floating Ip External Subnet Virtual Switch Link 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
[]GetFloating Ips V2Floating Ip External Subnet Virtual Switch Metadata 
- Metadata associated with this resource.
- Mtu int
- Name string
- Name of the floating IP.
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- bondMode Boolean
- clusters
List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster> 
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- hasDeployment BooleanError 
- isDefault Boolean
- links
List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Link> 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Metadata> 
- Metadata associated with this resource.
- mtu Integer
- name String
- Name of the floating IP.
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- bondMode boolean
- clusters
GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster[] 
- description string
- Description for the Floating IP.
- extId string
- Floating IP UUID
- hasDeployment booleanError 
- isDefault boolean
- links
GetFloating Ips V2Floating Ip External Subnet Virtual Switch Link[] 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
GetFloating Ips V2Floating Ip External Subnet Virtual Switch Metadata[] 
- Metadata associated with this resource.
- mtu number
- name string
- Name of the floating IP.
- tenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- bond_mode bool
- clusters
Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster] 
- description str
- Description for the Floating IP.
- ext_id str
- Floating IP UUID
- has_deployment_ boolerror 
- is_default bool
- links
Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Link] 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Metadata] 
- Metadata associated with this resource.
- mtu int
- name str
- Name of the floating IP.
- tenant_id str
- A globally unique identifier that represents the tenant that owns this entity.
- bondMode Boolean
- clusters List<Property Map>
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- hasDeployment BooleanError 
- isDefault Boolean
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas List<Property Map>
- Metadata associated with this resource.
- mtu Number
- name String
- Name of the floating IP.
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster         
- extId String
- Floating IP UUID
- gatewayIp List<Property Map>Addresses 
- hosts List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterGatewayIpAddress            
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHost          
- ExtId string
- Floating IP UUID
- HostNics List<string>
- InternalBridge stringName 
- IpAddresses List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address> 
- RouteTable int
- ExtId string
- Floating IP UUID
- HostNics []string
- InternalBridge stringName 
- IpAddresses []GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address 
- RouteTable int
- extId String
- Floating IP UUID
- hostNics List<String>
- internalBridge StringName 
- ipAddresses List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address> 
- routeTable Integer
- extId string
- Floating IP UUID
- hostNics string[]
- internalBridge stringName 
- ipAddresses GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address[] 
- routeTable number
- ext_id str
- Floating IP UUID
- host_nics Sequence[str]
- internal_bridge_ strname 
- ip_addresses Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address] 
- route_table int
- extId String
- Floating IP UUID
- hostNics List<String>
- internalBridge StringName 
- ipAddresses List<Property Map>
- routeTable Number
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddress            
- Ips
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip] 
- prefix_length int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddressIp             
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink         
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata         
- CategoryIds List<ImmutableArray<object>> 
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- CategoryIds [][]interface{}
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- categoryIds List<List<Object>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
- categoryIds any[][]
- ownerReference stringId 
- ownerUser stringName 
- projectName string
- projectReference stringId 
- category_ids Sequence[Sequence[Any]]
- owner_reference_ strid 
- owner_user_ strname 
- project_name str
- project_reference_ strid 
- categoryIds List<List<Any>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
GetFloatingIpsV2FloatingIpExternalSubnetVpc       
- CommonDhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option> 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- ExternalRouting stringDomain Reference 
- ExternalSubnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet> 
- ExternallyRoutable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix> 
- Links
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Link> 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Metadata> 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- SnatIps List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Snat Ip> 
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VpcType string
- CommonDhcp []GetOptions Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- ExternalRouting stringDomain Reference 
- ExternalSubnets []GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet 
- ExternallyRoutable []GetPrefixes Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix 
- Links
[]GetFloating Ips V2Floating Ip External Subnet Vpc Link 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
[]GetFloating Ips V2Floating Ip External Subnet Vpc Metadata 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- SnatIps []GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip 
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VpcType string
- commonDhcp List<GetOptions Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option> 
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- externalRouting StringDomain Reference 
- externalSubnets List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet> 
- externallyRoutable List<GetPrefixes Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix> 
- links
List<GetFloating Ips V2Floating Ip External Subnet Vpc Link> 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
List<GetFloating Ips V2Floating Ip External Subnet Vpc Metadata> 
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- snatIps List<GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip> 
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType String
- commonDhcp GetOptions Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option[] 
- description string
- Description for the Floating IP.
- extId string
- Floating IP UUID
- externalRouting stringDomain Reference 
- externalSubnets GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet[] 
- externallyRoutable GetPrefixes Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix[] 
- links
GetFloating Ips V2Floating Ip External Subnet Vpc Link[] 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
GetFloating Ips V2Floating Ip External Subnet Vpc Metadata[] 
- Metadata associated with this resource.
- name string
- Name of the floating IP.
- snatIps GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip[] 
- tenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType string
- common_dhcp_ Sequence[Getoptions Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option] 
- description str
- Description for the Floating IP.
- ext_id str
- Floating IP UUID
- external_routing_ strdomain_ reference 
- external_subnets Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet] 
- externally_routable_ Sequence[Getprefixes Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix] 
- links
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Link] 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Metadata] 
- Metadata associated with this resource.
- name str
- Name of the floating IP.
- snat_ips Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip] 
- tenant_id str
- A globally unique identifier that represents the tenant that owns this entity.
- vpc_type str
- commonDhcp List<Property Map>Options 
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- externalRouting StringDomain Reference 
- externalSubnets List<Property Map>
- externallyRoutable List<Property Map>Prefixes 
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas List<Property Map>
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- snatIps List<Property Map>
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType String
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption          
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServer             
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4              
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6              
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet         
- ActiveGateway intCount 
- ActiveGateway List<PiersNodes Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node> 
- ExternalIps List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip> 
- GatewayNodes List<string>
- SubnetReference string
- activeGateway NumberCount 
- activeGateway List<Property Map>Nodes 
- externalIps List<Property Map>
- gatewayNodes List<String>
- subnetReference String
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNode            
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress               
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4                
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6                
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIp           
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv4            
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv6            
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix          
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4           
- Ips
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip] 
- prefix_length int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4Ip           
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6           
- Ips
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip] 
- prefix_length int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6Ip           
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVpcLink        
GetFloatingIpsV2FloatingIpExternalSubnetVpcMetadata        
- CategoryIds List<ImmutableArray<object>> 
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- CategoryIds [][]interface{}
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- categoryIds List<List<Object>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
- categoryIds any[][]
- ownerReference stringId 
- ownerUser stringName 
- projectName string
- projectReference stringId 
- category_ids Sequence[Sequence[Any]]
- owner_reference_ strid 
- owner_user_ strname 
- project_name str
- project_reference_ strid 
- categoryIds List<List<Any>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp         
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv4          
- 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
GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv6          
- 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
GetFloatingIpsV2FloatingIpFloatingIp      
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Floating Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Floating Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip Floating Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip Floating Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip Floating Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip Floating Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip Floating Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip Floating Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip Floating Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip Floating Ip Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpFloatingIpIpv4       
- 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
GetFloatingIpsV2FloatingIpFloatingIpIpv6       
- 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
GetFloatingIpsV2FloatingIpLink     
GetFloatingIpsV2FloatingIpMetadata     
- CategoryIds List<ImmutableArray<object>> 
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- CategoryIds [][]interface{}
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- categoryIds List<List<Object>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
- categoryIds any[][]
- ownerReference stringId 
- ownerUser stringName 
- projectName string
- projectReference stringId 
- category_ids Sequence[Sequence[Any]]
- owner_reference_ strid 
- owner_user_ strname 
- project_name str
- project_reference_ strid 
- categoryIds List<List<Any>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
GetFloatingIpsV2FloatingIpVmNic      
- 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
GetFloatingIpsV2FloatingIpVpc     
- CommonDhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Common Dhcp Option> 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- ExternalRouting stringDomain Reference 
- ExternalSubnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet> 
- ExternallyRoutable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix> 
- Links
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Link> 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Metadata> 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- SnatIps List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Snat Ip> 
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VpcType string
- CommonDhcp []GetOptions Floating Ips V2Floating Ip Vpc Common Dhcp Option 
- Description string
- Description for the Floating IP.
- ExtId string
- Floating IP UUID
- ExternalRouting stringDomain Reference 
- ExternalSubnets []GetFloating Ips V2Floating Ip Vpc External Subnet 
- ExternallyRoutable []GetPrefixes Floating Ips V2Floating Ip Vpc Externally Routable Prefix 
- Links
[]GetFloating Ips V2Floating Ip Vpc Link 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
[]GetFloating Ips V2Floating Ip Vpc Metadata 
- Metadata associated with this resource.
- Name string
- Name of the floating IP.
- SnatIps []GetFloating Ips V2Floating Ip Vpc Snat Ip 
- TenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- VpcType string
- commonDhcp List<GetOptions Floating Ips V2Floating Ip Vpc Common Dhcp Option> 
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- externalRouting StringDomain Reference 
- externalSubnets List<GetFloating Ips V2Floating Ip Vpc External Subnet> 
- externallyRoutable List<GetPrefixes Floating Ips V2Floating Ip Vpc Externally Routable Prefix> 
- links
List<GetFloating Ips V2Floating Ip Vpc Link> 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
List<GetFloating Ips V2Floating Ip Vpc Metadata> 
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- snatIps List<GetFloating Ips V2Floating Ip Vpc Snat Ip> 
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType String
- commonDhcp GetOptions Floating Ips V2Floating Ip Vpc Common Dhcp Option[] 
- description string
- Description for the Floating IP.
- extId string
- Floating IP UUID
- externalRouting stringDomain Reference 
- externalSubnets GetFloating Ips V2Floating Ip Vpc External Subnet[] 
- externallyRoutable GetPrefixes Floating Ips V2Floating Ip Vpc Externally Routable Prefix[] 
- links
GetFloating Ips V2Floating Ip Vpc Link[] 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
GetFloating Ips V2Floating Ip Vpc Metadata[] 
- Metadata associated with this resource.
- name string
- Name of the floating IP.
- snatIps GetFloating Ips V2Floating Ip Vpc Snat Ip[] 
- tenantId string
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType string
- common_dhcp_ Sequence[Getoptions Floating Ips V2Floating Ip Vpc Common Dhcp Option] 
- description str
- Description for the Floating IP.
- ext_id str
- Floating IP UUID
- external_routing_ strdomain_ reference 
- external_subnets Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet] 
- externally_routable_ Sequence[Getprefixes Floating Ips V2Floating Ip Vpc Externally Routable Prefix] 
- links
Sequence[GetFloating Ips V2Floating Ip Vpc Link] 
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Sequence[GetFloating Ips V2Floating Ip Vpc Metadata] 
- Metadata associated with this resource.
- name str
- Name of the floating IP.
- snat_ips Sequence[GetFloating Ips V2Floating Ip Vpc Snat Ip] 
- tenant_id str
- A globally unique identifier that represents the tenant that owns this entity.
- vpc_type str
- commonDhcp List<Property Map>Options 
- description String
- Description for the Floating IP.
- extId String
- Floating IP UUID
- externalRouting StringDomain Reference 
- externalSubnets List<Property Map>
- externallyRoutable List<Property Map>Prefixes 
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas List<Property Map>
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- snatIps List<Property Map>
- tenantId String
- A globally unique identifier that represents the tenant that owns this entity.
- vpcType String
GetFloatingIpsV2FloatingIpVpcCommonDhcpOption        
GetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServer           
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv4            
- 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
GetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv6            
- 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
GetFloatingIpsV2FloatingIpVpcExternalSubnet       
- activeGateway NumberCount 
- activeGateway List<Property Map>Nodes 
- externalIps List<Property Map>
- gatewayNodes List<String>
- subnetReference String
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNode          
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddress             
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4              
- 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
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6              
- 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
GetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIp         
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv4          
- 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
GetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv6          
- 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
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix        
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4         
- Ips
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip] 
- prefix_length int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4Ip         
- 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
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6         
- Ips
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip> 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip 
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip> 
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip[] 
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip] 
- prefix_length int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6Ip         
- 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
GetFloatingIpsV2FloatingIpVpcLink      
GetFloatingIpsV2FloatingIpVpcMetadata      
- CategoryIds List<ImmutableArray<object>> 
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- CategoryIds [][]interface{}
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- categoryIds List<List<Object>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
- categoryIds any[][]
- ownerReference stringId 
- ownerUser stringName 
- projectName string
- projectReference stringId 
- category_ids Sequence[Sequence[Any]]
- owner_reference_ strid 
- owner_user_ strname 
- project_name str
- project_reference_ strid 
- categoryIds List<List<Any>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
GetFloatingIpsV2FloatingIpVpcSnatIp       
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Snat Ip Ipv4> 
- Reference to IP Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Snat Ip Ipv6> 
- Reference to IP Configuration
- Ipv4s
[]GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv4 
- Reference to IP Configuration
- Ipv6s
[]GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv6 
- Reference to IP Configuration
- ipv4s
List<GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv4> 
- Reference to IP Configuration
- ipv6s
List<GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv6> 
- Reference to IP Configuration
- ipv4s
GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv4[] 
- Reference to IP Configuration
- ipv6s
GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv6[] 
- Reference to IP Configuration
- ipv4s
Sequence[GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv4] 
- Reference to IP Configuration
- ipv6s
Sequence[GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv6] 
- Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcSnatIpIpv4        
- 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
GetFloatingIpsV2FloatingIpVpcSnatIpIpv6        
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- PrefixLength int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefixLength Integer
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefixLength number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_length int
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefixLength Number
- Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the nutanixTerraform Provider.
