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

nutanix.getFloatingIpsV2

Explore with Pulumi AI

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

    Provides a datasource to retrieve floating IP with floating_ip_uuid .

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pulumi/nutanix";
    
    const 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 dictionary

    The following arguments are supported:

    Expand string
    A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved.
    Filter string
    A URL query parameter that allows clients to filter a collection of resources.
    Limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    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.GetFloatingIpsV2FloatingIp>
    Id string
    The provider-assigned unique ID for this managed resource.
    Expand string
    Filter string
    Limit int
    OrderBy string
    Page int
    FloatingIps []GetFloatingIpsV2FloatingIp
    Id string
    The provider-assigned unique ID for this managed resource.
    Expand string
    Filter string
    Limit int
    OrderBy string
    Page int
    floatingIps List<GetFloatingIpsV2FloatingIp>
    id String
    The provider-assigned unique ID for this managed resource.
    expand String
    filter String
    limit Integer
    orderBy String
    page Integer
    floatingIps GetFloatingIpsV2FloatingIp[]
    id string
    The provider-assigned unique ID for this managed resource.
    expand string
    filter string
    limit number
    orderBy string
    page number
    floating_ips Sequence[GetFloatingIpsV2FloatingIp]
    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.GetFloatingIpsV2FloatingIpAssociation>
    Association of the Floating IP with either NIC or Private IP
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    ExternalSubnetReference string
    External subnet reference for the Floating IP to be allocated in on-prem only.
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnet>
    Networking common base object
    FloatingIpValue string
    Floating IP value in string
    FloatingIps List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpFloatingIp>
    Floating IP address.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpLink>
    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.GetFloatingIpsV2FloatingIpMetadata>
    Metadata associated with this resource.
    Name string
    Name of the floating IP.
    PrivateIp string
    Private IP value in string
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VmNicReference string
    VM NIC reference.
    VmNics List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpVmNic>
    Virtual NIC for projections
    VpcReference string
    VPC reference UUID
    Vpcs List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpVpc>
    Networking common base object
    AssociationStatus string
    Association status of floating IP.
    Associations []GetFloatingIpsV2FloatingIpAssociation
    Association of the Floating IP with either NIC or Private IP
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    ExternalSubnetReference string
    External subnet reference for the Floating IP to be allocated in on-prem only.
    ExternalSubnets []GetFloatingIpsV2FloatingIpExternalSubnet
    Networking common base object
    FloatingIpValue string
    Floating IP value in string
    FloatingIps []GetFloatingIpsV2FloatingIpFloatingIp
    Floating IP address.
    Links []GetFloatingIpsV2FloatingIpLink
    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 []GetFloatingIpsV2FloatingIpMetadata
    Metadata associated with this resource.
    Name string
    Name of the floating IP.
    PrivateIp string
    Private IP value in string
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VmNicReference string
    VM NIC reference.
    VmNics []GetFloatingIpsV2FloatingIpVmNic
    Virtual NIC for projections
    VpcReference string
    VPC reference UUID
    Vpcs []GetFloatingIpsV2FloatingIpVpc
    Networking common base object
    associationStatus String
    Association status of floating IP.
    associations List<GetFloatingIpsV2FloatingIpAssociation>
    Association of the Floating IP with either NIC or Private IP
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    externalSubnetReference String
    External subnet reference for the Floating IP to be allocated in on-prem only.
    externalSubnets List<GetFloatingIpsV2FloatingIpExternalSubnet>
    Networking common base object
    floatingIpValue String
    Floating IP value in string
    floatingIps List<GetFloatingIpsV2FloatingIpFloatingIp>
    Floating IP address.
    links List<GetFloatingIpsV2FloatingIpLink>
    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<GetFloatingIpsV2FloatingIpMetadata>
    Metadata associated with this resource.
    name String
    Name of the floating IP.
    privateIp String
    Private IP value in string
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vmNicReference String
    VM NIC reference.
    vmNics List<GetFloatingIpsV2FloatingIpVmNic>
    Virtual NIC for projections
    vpcReference String
    VPC reference UUID
    vpcs List<GetFloatingIpsV2FloatingIpVpc>
    Networking common base object
    associationStatus string
    Association status of floating IP.
    associations GetFloatingIpsV2FloatingIpAssociation[]
    Association of the Floating IP with either NIC or Private IP
    description string
    Description for the Floating IP.
    extId string
    Floating IP UUID
    externalSubnetReference string
    External subnet reference for the Floating IP to be allocated in on-prem only.
    externalSubnets GetFloatingIpsV2FloatingIpExternalSubnet[]
    Networking common base object
    floatingIpValue string
    Floating IP value in string
    floatingIps GetFloatingIpsV2FloatingIpFloatingIp[]
    Floating IP address.
    links GetFloatingIpsV2FloatingIpLink[]
    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 GetFloatingIpsV2FloatingIpMetadata[]
    Metadata associated with this resource.
    name string
    Name of the floating IP.
    privateIp string
    Private IP value in string
    tenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    vmNicReference string
    VM NIC reference.
    vmNics GetFloatingIpsV2FloatingIpVmNic[]
    Virtual NIC for projections
    vpcReference string
    VPC reference UUID
    vpcs GetFloatingIpsV2FloatingIpVpc[]
    Networking common base object
    association_status str
    Association status of floating IP.
    associations Sequence[GetFloatingIpsV2FloatingIpAssociation]
    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_reference str
    External subnet reference for the Floating IP to be allocated in on-prem only.
    external_subnets Sequence[GetFloatingIpsV2FloatingIpExternalSubnet]
    Networking common base object
    floating_ip_value str
    Floating IP value in string
    floating_ips Sequence[GetFloatingIpsV2FloatingIpFloatingIp]
    Floating IP address.
    links Sequence[GetFloatingIpsV2FloatingIpLink]
    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[GetFloatingIpsV2FloatingIpMetadata]
    Metadata associated with this resource.
    name str
    Name of the floating IP.
    private_ip str
    Private IP value in string
    tenant_id str
    A globally unique identifier that represents the tenant that owns this entity.
    vm_nic_reference str
    VM NIC reference.
    vm_nics Sequence[GetFloatingIpsV2FloatingIpVmNic]
    Virtual NIC for projections
    vpc_reference str
    VPC reference UUID
    vpcs Sequence[GetFloatingIpsV2FloatingIpVpc]
    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
    externalSubnetReference String
    External subnet reference for the Floating IP to be allocated in on-prem only.
    externalSubnets List<Property Map>
    Networking common base object
    floatingIpValue String
    Floating IP value in string
    floatingIps List<Property Map>
    Floating IP address.
    links List<Property Map>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas List<Property Map>
    Metadata associated with this resource.
    name String
    Name of the floating IP.
    privateIp String
    Private IP value in string
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vmNicReference String
    VM NIC reference.
    vmNics List<Property Map>
    Virtual NIC for projections
    vpcReference String
    VPC reference UUID
    vpcs List<Property Map>
    Networking common base object

    GetFloatingIpsV2FloatingIpAssociation

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

    GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociation

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

    VmNicReference string
    VM NIC reference.
    VpcReference string
    VPC reference to which the VM NIC subnet belongs.
    VmNicReference string
    VM NIC reference.
    VpcReference string
    VPC reference to which the VM NIC subnet belongs.
    vmNicReference String
    VM NIC reference.
    vpcReference String
    VPC reference to which the VM NIC subnet belongs.
    vmNicReference string
    VM NIC reference.
    vpcReference string
    VPC reference to which the VM NIC subnet belongs.
    vm_nic_reference str
    VM NIC reference.
    vpc_reference str
    VPC reference to which the VM NIC subnet belongs.
    vmNicReference String
    VM NIC reference.
    vpcReference String
    VPC reference to which the VM NIC subnet belongs.

    GetFloatingIpsV2FloatingIpExternalSubnet

    BridgeName string
    ClusterName string
    ClusterReference string
    Description string
    Description for the Floating IP.
    DhcpOptions List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetDhcpOption>
    DynamicIpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress>
    ExtId string
    Floating IP UUID
    HypervisorType string
    IpConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetIpConfig>
    IpPrefix string
    IpUsages List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetIpUsage>
    IsAdvancedNetworking bool
    IsExternal bool
    IsNatEnabled bool
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetLink>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    MigrationState string
    Name string
    Name of the floating IP.
    NetworkFunctionChainReference string
    NetworkId int
    ReservedIpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress>
    SubnetType string
    VirtualSwitchReference string
    VirtualSwitches List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch>
    VpcReference string
    VPC reference UUID
    Vpcs List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetVpc>
    Networking common base object
    BridgeName string
    ClusterName string
    ClusterReference string
    Description string
    Description for the Floating IP.
    DhcpOptions []GetFloatingIpsV2FloatingIpExternalSubnetDhcpOption
    DynamicIpAddresses []GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress
    ExtId string
    Floating IP UUID
    HypervisorType string
    IpConfigs []GetFloatingIpsV2FloatingIpExternalSubnetIpConfig
    IpPrefix string
    IpUsages []GetFloatingIpsV2FloatingIpExternalSubnetIpUsage
    IsAdvancedNetworking bool
    IsExternal bool
    IsNatEnabled bool
    Links []GetFloatingIpsV2FloatingIpExternalSubnetLink
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    MigrationState string
    Name string
    Name of the floating IP.
    NetworkFunctionChainReference string
    NetworkId int
    ReservedIpAddresses []GetFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress
    SubnetType string
    VirtualSwitchReference string
    VirtualSwitches []GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch
    VpcReference string
    VPC reference UUID
    Vpcs []GetFloatingIpsV2FloatingIpExternalSubnetVpc
    Networking common base object
    bridgeName String
    clusterName String
    clusterReference String
    description String
    Description for the Floating IP.
    dhcpOptions List<GetFloatingIpsV2FloatingIpExternalSubnetDhcpOption>
    dynamicIpAddresses List<GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress>
    extId String
    Floating IP UUID
    hypervisorType String
    ipConfigs List<GetFloatingIpsV2FloatingIpExternalSubnetIpConfig>
    ipPrefix String
    ipUsages List<GetFloatingIpsV2FloatingIpExternalSubnetIpUsage>
    isAdvancedNetworking Boolean
    isExternal Boolean
    isNatEnabled Boolean
    links List<GetFloatingIpsV2FloatingIpExternalSubnetLink>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    migrationState String
    name String
    Name of the floating IP.
    networkFunctionChainReference String
    networkId Integer
    reservedIpAddresses List<GetFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress>
    subnetType String
    virtualSwitchReference String
    virtualSwitches List<GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch>
    vpcReference String
    VPC reference UUID
    vpcs List<GetFloatingIpsV2FloatingIpExternalSubnetVpc>
    Networking common base object
    bridgeName string
    clusterName string
    clusterReference string
    description string
    Description for the Floating IP.
    dhcpOptions GetFloatingIpsV2FloatingIpExternalSubnetDhcpOption[]
    dynamicIpAddresses GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress[]
    extId string
    Floating IP UUID
    hypervisorType string
    ipConfigs GetFloatingIpsV2FloatingIpExternalSubnetIpConfig[]
    ipPrefix string
    ipUsages GetFloatingIpsV2FloatingIpExternalSubnetIpUsage[]
    isAdvancedNetworking boolean
    isExternal boolean
    isNatEnabled boolean
    links GetFloatingIpsV2FloatingIpExternalSubnetLink[]
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    migrationState string
    name string
    Name of the floating IP.
    networkFunctionChainReference string
    networkId number
    reservedIpAddresses GetFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress[]
    subnetType string
    virtualSwitchReference string
    virtualSwitches GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch[]
    vpcReference string
    VPC reference UUID
    vpcs GetFloatingIpsV2FloatingIpExternalSubnetVpc[]
    Networking common base object
    bridge_name str
    cluster_name str
    cluster_reference str
    description str
    Description for the Floating IP.
    dhcp_options Sequence[GetFloatingIpsV2FloatingIpExternalSubnetDhcpOption]
    dynamic_ip_addresses Sequence[GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress]
    ext_id str
    Floating IP UUID
    hypervisor_type str
    ip_configs Sequence[GetFloatingIpsV2FloatingIpExternalSubnetIpConfig]
    ip_prefix str
    ip_usages Sequence[GetFloatingIpsV2FloatingIpExternalSubnetIpUsage]
    is_advanced_networking bool
    is_external bool
    is_nat_enabled bool
    links Sequence[GetFloatingIpsV2FloatingIpExternalSubnetLink]
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    migration_state str
    name str
    Name of the floating IP.
    network_function_chain_reference str
    network_id int
    reserved_ip_addresses Sequence[GetFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress]
    subnet_type str
    virtual_switch_reference str
    virtual_switches Sequence[GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch]
    vpc_reference str
    VPC reference UUID
    vpcs Sequence[GetFloatingIpsV2FloatingIpExternalSubnetVpc]
    Networking common base object
    bridgeName String
    clusterName String
    clusterReference String
    description String
    Description for the Floating IP.
    dhcpOptions List<Property Map>
    dynamicIpAddresses List<Property Map>
    extId String
    Floating IP UUID
    hypervisorType String
    ipConfigs List<Property Map>
    ipPrefix String
    ipUsages List<Property Map>
    isAdvancedNetworking Boolean
    isExternal Boolean
    isNatEnabled Boolean
    links List<Property Map>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    migrationState String
    name String
    Name of the floating IP.
    networkFunctionChainReference String
    networkId Number
    reservedIpAddresses List<Property Map>
    subnetType String
    virtualSwitchReference String
    virtualSwitches List<Property Map>
    vpcReference String
    VPC reference UUID
    vpcs List<Property Map>
    Networking common base object

    GetFloatingIpsV2FloatingIpExternalSubnetDhcpOption

    GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServer

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

    GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4

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

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

    GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsage

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

    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.GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster>
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    HasDeploymentError bool
    IsDefault bool
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink>
    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.GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata>
    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 []GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    HasDeploymentError bool
    IsDefault bool
    Links []GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink
    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 []GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata
    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<GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster>
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    hasDeploymentError Boolean
    isDefault Boolean
    links List<GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink>
    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<GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata>
    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 GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster[]
    description string
    Description for the Floating IP.
    extId string
    Floating IP UUID
    hasDeploymentError boolean
    isDefault boolean
    links GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink[]
    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 GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata[]
    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[GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster]
    description str
    Description for the Floating IP.
    ext_id str
    Floating IP UUID
    has_deployment_error bool
    is_default bool
    links Sequence[GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink]
    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[GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata]
    Metadata associated with this resource.
    mtu int
    name str
    Name of the floating IP.
    tenant_id str
    A globally unique identifier that represents the tenant that owns this entity.
    bondMode Boolean
    clusters List<Property Map>
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    hasDeploymentError Boolean
    isDefault Boolean
    links List<Property Map>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas List<Property Map>
    Metadata associated with this resource.
    mtu Number
    name String
    Name of the floating IP.
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.

    GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster

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

    GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddress

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

    GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata

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

    GetFloatingIpsV2FloatingIpExternalSubnetVpc

    CommonDhcpOptions List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption>
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    ExternalRoutingDomainReference string
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet>
    ExternallyRoutablePrefixes List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix>
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetVpcLink>
    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.GetFloatingIpsV2FloatingIpExternalSubnetVpcMetadata>
    Metadata associated with this resource.
    Name string
    Name of the floating IP.
    SnatIps List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp>
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    CommonDhcpOptions []GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    ExternalRoutingDomainReference string
    ExternalSubnets []GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet
    ExternallyRoutablePrefixes []GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix
    Links []GetFloatingIpsV2FloatingIpExternalSubnetVpcLink
    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 []GetFloatingIpsV2FloatingIpExternalSubnetVpcMetadata
    Metadata associated with this resource.
    Name string
    Name of the floating IP.
    SnatIps []GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    commonDhcpOptions List<GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption>
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    externalRoutingDomainReference String
    externalSubnets List<GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet>
    externallyRoutablePrefixes List<GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix>
    links List<GetFloatingIpsV2FloatingIpExternalSubnetVpcLink>
    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<GetFloatingIpsV2FloatingIpExternalSubnetVpcMetadata>
    Metadata associated with this resource.
    name String
    Name of the floating IP.
    snatIps List<GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp>
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType String
    commonDhcpOptions GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption[]
    description string
    Description for the Floating IP.
    extId string
    Floating IP UUID
    externalRoutingDomainReference string
    externalSubnets GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet[]
    externallyRoutablePrefixes GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix[]
    links GetFloatingIpsV2FloatingIpExternalSubnetVpcLink[]
    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 GetFloatingIpsV2FloatingIpExternalSubnetVpcMetadata[]
    Metadata associated with this resource.
    name string
    Name of the floating IP.
    snatIps GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp[]
    tenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType string
    common_dhcp_options Sequence[GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption]
    description str
    Description for the Floating IP.
    ext_id str
    Floating IP UUID
    external_routing_domain_reference str
    external_subnets Sequence[GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet]
    externally_routable_prefixes Sequence[GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix]
    links Sequence[GetFloatingIpsV2FloatingIpExternalSubnetVpcLink]
    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[GetFloatingIpsV2FloatingIpExternalSubnetVpcMetadata]
    Metadata associated with this resource.
    name str
    Name of the floating IP.
    snat_ips Sequence[GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp]
    tenant_id str
    A globally unique identifier that represents the tenant that owns this entity.
    vpc_type str
    commonDhcpOptions List<Property Map>
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    externalRoutingDomainReference String
    externalSubnets List<Property Map>
    externallyRoutablePrefixes List<Property Map>
    links List<Property Map>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas List<Property Map>
    Metadata associated with this resource.
    name String
    Name of the floating IP.
    snatIps List<Property Map>
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType String

    GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption

    GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServer

    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

    GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNode

    GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress

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

    GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4

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

    GetFloatingIpsV2FloatingIpExternalSubnetVpcMetadata

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

    GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp

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

    GetFloatingIpsV2FloatingIpMetadata

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

    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

    CommonDhcpOptions List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpVpcCommonDhcpOption>
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    ExternalRoutingDomainReference string
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpVpcExternalSubnet>
    ExternallyRoutablePrefixes List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix>
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpVpcLink>
    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.GetFloatingIpsV2FloatingIpVpcMetadata>
    Metadata associated with this resource.
    Name string
    Name of the floating IP.
    SnatIps List<PiersKarsenbarg.Nutanix.Inputs.GetFloatingIpsV2FloatingIpVpcSnatIp>
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    CommonDhcpOptions []GetFloatingIpsV2FloatingIpVpcCommonDhcpOption
    Description string
    Description for the Floating IP.
    ExtId string
    Floating IP UUID
    ExternalRoutingDomainReference string
    ExternalSubnets []GetFloatingIpsV2FloatingIpVpcExternalSubnet
    ExternallyRoutablePrefixes []GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix
    Links []GetFloatingIpsV2FloatingIpVpcLink
    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 []GetFloatingIpsV2FloatingIpVpcMetadata
    Metadata associated with this resource.
    Name string
    Name of the floating IP.
    SnatIps []GetFloatingIpsV2FloatingIpVpcSnatIp
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    commonDhcpOptions List<GetFloatingIpsV2FloatingIpVpcCommonDhcpOption>
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    externalRoutingDomainReference String
    externalSubnets List<GetFloatingIpsV2FloatingIpVpcExternalSubnet>
    externallyRoutablePrefixes List<GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix>
    links List<GetFloatingIpsV2FloatingIpVpcLink>
    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<GetFloatingIpsV2FloatingIpVpcMetadata>
    Metadata associated with this resource.
    name String
    Name of the floating IP.
    snatIps List<GetFloatingIpsV2FloatingIpVpcSnatIp>
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType String
    commonDhcpOptions GetFloatingIpsV2FloatingIpVpcCommonDhcpOption[]
    description string
    Description for the Floating IP.
    extId string
    Floating IP UUID
    externalRoutingDomainReference string
    externalSubnets GetFloatingIpsV2FloatingIpVpcExternalSubnet[]
    externallyRoutablePrefixes GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix[]
    links GetFloatingIpsV2FloatingIpVpcLink[]
    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 GetFloatingIpsV2FloatingIpVpcMetadata[]
    Metadata associated with this resource.
    name string
    Name of the floating IP.
    snatIps GetFloatingIpsV2FloatingIpVpcSnatIp[]
    tenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType string
    common_dhcp_options Sequence[GetFloatingIpsV2FloatingIpVpcCommonDhcpOption]
    description str
    Description for the Floating IP.
    ext_id str
    Floating IP UUID
    external_routing_domain_reference str
    external_subnets Sequence[GetFloatingIpsV2FloatingIpVpcExternalSubnet]
    externally_routable_prefixes Sequence[GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix]
    links Sequence[GetFloatingIpsV2FloatingIpVpcLink]
    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[GetFloatingIpsV2FloatingIpVpcMetadata]
    Metadata associated with this resource.
    name str
    Name of the floating IP.
    snat_ips Sequence[GetFloatingIpsV2FloatingIpVpcSnatIp]
    tenant_id str
    A globally unique identifier that represents the tenant that owns this entity.
    vpc_type str
    commonDhcpOptions List<Property Map>
    description String
    Description for the Floating IP.
    extId String
    Floating IP UUID
    externalRoutingDomainReference String
    externalSubnets List<Property Map>
    externallyRoutablePrefixes List<Property Map>
    links List<Property Map>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas List<Property Map>
    Metadata associated with this resource.
    name String
    Name of the floating IP.
    snatIps List<Property Map>
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType String

    GetFloatingIpsV2FloatingIpVpcCommonDhcpOption

    GetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServer

    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

    GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNode

    GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddress

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

    GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4

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

    GetFloatingIpsV2FloatingIpVpcMetadata

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

    GetFloatingIpsV2FloatingIpVpcSnatIp

    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 nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg