Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getFloatingIpsV2
Explore with Pulumi AI
Provides a datasource to retrieve floating IP with floating_ip_uuid .
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const floating_ips = nutanix.getFloatingIpsV2({});
import pulumi
import pulumi_nutanix as nutanix
floating_ips = nutanix.get_floating_ips_v2()
package main
import (
"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := nutanix.GetFloatingIpsV2(ctx, &nutanix.GetFloatingIpsV2Args{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;
return await Deployment.RunAsync(() =>
{
var floating_ips = Nutanix.GetFloatingIpsV2.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nutanix.NutanixFunctions;
import com.pulumi.nutanix.inputs.GetFloatingIpsV2Args;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var floating-ips = NutanixFunctions.getFloatingIpsV2();
}
}
variables:
floating-ips:
fn::invoke:
function: nutanix:getFloatingIpsV2
arguments: {}
Using getFloatingIpsV2
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFloatingIpsV2(args: GetFloatingIpsV2Args, opts?: InvokeOptions): Promise<GetFloatingIpsV2Result>
function getFloatingIpsV2Output(args: GetFloatingIpsV2OutputArgs, opts?: InvokeOptions): Output<GetFloatingIpsV2Result>
def get_floating_ips_v2(expand: Optional[str] = None,
filter: Optional[str] = None,
limit: Optional[int] = None,
order_by: Optional[str] = None,
page: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetFloatingIpsV2Result
def get_floating_ips_v2_output(expand: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
order_by: Optional[pulumi.Input[str]] = None,
page: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFloatingIpsV2Result]
func GetFloatingIpsV2(ctx *Context, args *GetFloatingIpsV2Args, opts ...InvokeOption) (*GetFloatingIpsV2Result, error)
func GetFloatingIpsV2Output(ctx *Context, args *GetFloatingIpsV2OutputArgs, opts ...InvokeOption) GetFloatingIpsV2ResultOutput
> Note: This function is named GetFloatingIpsV2
in the Go SDK.
public static class GetFloatingIpsV2
{
public static Task<GetFloatingIpsV2Result> InvokeAsync(GetFloatingIpsV2Args args, InvokeOptions? opts = null)
public static Output<GetFloatingIpsV2Result> Invoke(GetFloatingIpsV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFloatingIpsV2Result> getFloatingIpsV2(GetFloatingIpsV2Args args, InvokeOptions options)
public static Output<GetFloatingIpsV2Result> getFloatingIpsV2(GetFloatingIpsV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getFloatingIpsV2:getFloatingIpsV2
arguments:
# arguments 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.
- Order
By 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.
- Order
By 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.
- order
By 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.
- order
By 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.
- order
By 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:
- Floating
Ips List<PiersKarsenbarg. Nutanix. Outputs. Get Floating Ips V2Floating Ip> - Id string
- The provider-assigned unique ID for this managed resource.
- Expand string
- Filter string
- Limit int
- Order
By string - Page int
- Floating
Ips []GetFloating Ips V2Floating Ip - Id string
- The provider-assigned unique ID for this managed resource.
- Expand string
- Filter string
- Limit int
- Order
By string - Page int
- floating
Ips List<GetFloating Ips V2Floating Ip> - id String
- The provider-assigned unique ID for this managed resource.
- expand String
- filter String
- limit Integer
- order
By String - page Integer
- floating
Ips GetFloating Ips V2Floating Ip[] - id string
- The provider-assigned unique ID for this managed resource.
- expand string
- filter string
- limit number
- order
By string - page number
- floating_
ips Sequence[GetFloating Ips V2Floating Ip] - id str
- The provider-assigned unique ID for this managed resource.
- expand str
- filter str
- limit int
- order_
by str - page int
- floating
Ips List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
- expand String
- filter String
- limit Number
- order
By String - page Number
Supporting Types
GetFloatingIpsV2FloatingIp
- Association
Status string - Association status of floating IP.
- Associations
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association> - Association of the Floating IP with either NIC or Private IP
- Description string
- Description for the Floating IP.
- Ext
Id string - Floating IP UUID
- External
Subnet stringReference - External subnet reference for the Floating IP to be allocated in on-prem only.
- External
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet> - Networking common base object
- Floating
Ip stringValue - Floating IP value in string
- Floating
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Floating Ip> - Floating IP address.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Metadata> - Metadata associated with this resource.
- Name string
- Name of the floating IP.
- Private
Ip string - Private IP value in string
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Vm
Nic stringReference - VM NIC reference.
- Vm
Nics List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vm Nic> - Virtual NIC for projections
- Vpc
Reference string - VPC reference UUID
- Vpcs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc> - Networking common base object
- Association
Status string - Association status of floating IP.
- Associations
[]Get
Floating Ips V2Floating Ip Association - Association of the Floating IP with either NIC or Private IP
- Description string
- Description for the Floating IP.
- Ext
Id string - Floating IP UUID
- External
Subnet stringReference - External subnet reference for the Floating IP to be allocated in on-prem only.
- External
Subnets []GetFloating Ips V2Floating Ip External Subnet - Networking common base object
- Floating
Ip stringValue - Floating IP value in string
- Floating
Ips []GetFloating Ips V2Floating Ip Floating Ip - Floating IP address.
- Links
[]Get
Floating Ips V2Floating Ip Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
[]Get
Floating Ips V2Floating Ip Metadata - Metadata associated with this resource.
- Name string
- Name of the floating IP.
- Private
Ip string - Private IP value in string
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Vm
Nic stringReference - VM NIC reference.
- Vm
Nics []GetFloating Ips V2Floating Ip Vm Nic - Virtual NIC for projections
- Vpc
Reference string - VPC reference UUID
- Vpcs
[]Get
Floating Ips V2Floating Ip Vpc - Networking common base object
- association
Status String - Association status of floating IP.
- associations
List<Get
Floating Ips V2Floating Ip Association> - Association of the Floating IP with either NIC or Private IP
- description String
- Description for the Floating IP.
- ext
Id String - Floating IP UUID
- external
Subnet StringReference - External subnet reference for the Floating IP to be allocated in on-prem only.
- external
Subnets List<GetFloating Ips V2Floating Ip External Subnet> - Networking common base object
- floating
Ip StringValue - Floating IP value in string
- floating
Ips List<GetFloating Ips V2Floating Ip Floating Ip> - Floating IP address.
- links
List<Get
Floating Ips V2Floating Ip Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
List<Get
Floating Ips V2Floating Ip Metadata> - Metadata associated with this resource.
- name String
- Name of the floating IP.
- private
Ip String - Private IP value in string
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- vm
Nic StringReference - VM NIC reference.
- vm
Nics List<GetFloating Ips V2Floating Ip Vm Nic> - Virtual NIC for projections
- vpc
Reference String - VPC reference UUID
- vpcs
List<Get
Floating Ips V2Floating Ip Vpc> - Networking common base object
- association
Status string - Association status of floating IP.
- associations
Get
Floating Ips V2Floating Ip Association[] - Association of the Floating IP with either NIC or Private IP
- description string
- Description for the Floating IP.
- ext
Id string - Floating IP UUID
- external
Subnet stringReference - External subnet reference for the Floating IP to be allocated in on-prem only.
- external
Subnets GetFloating Ips V2Floating Ip External Subnet[] - Networking common base object
- floating
Ip stringValue - Floating IP value in string
- floating
Ips GetFloating Ips V2Floating Ip Floating Ip[] - Floating IP address.
- links
Get
Floating Ips V2Floating Ip Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Get
Floating Ips V2Floating Ip Metadata[] - Metadata associated with this resource.
- name string
- Name of the floating IP.
- private
Ip string - Private IP value in string
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- vm
Nic stringReference - VM NIC reference.
- vm
Nics GetFloating Ips V2Floating Ip Vm Nic[] - Virtual NIC for projections
- vpc
Reference string - VPC reference UUID
- vpcs
Get
Floating Ips V2Floating Ip Vpc[] - Networking common base object
- association_
status str - Association status of floating IP.
- associations
Sequence[Get
Floating Ips V2Floating Ip Association] - Association of the Floating IP with either NIC or Private IP
- description str
- Description for the Floating IP.
- ext_
id str - Floating IP UUID
- external_
subnet_ strreference - External subnet reference for the Floating IP to be allocated in on-prem only.
- external_
subnets Sequence[GetFloating Ips V2Floating Ip External Subnet] - Networking common base object
- floating_
ip_ strvalue - Floating IP value in string
- floating_
ips Sequence[GetFloating Ips V2Floating Ip Floating Ip] - Floating IP address.
- links
Sequence[Get
Floating Ips V2Floating Ip Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Sequence[Get
Floating Ips V2Floating Ip Metadata] - Metadata associated with this resource.
- name str
- Name of the floating IP.
- private_
ip str - Private IP value in string
- tenant_
id str - A globally unique identifier that represents the tenant that owns this entity.
- vm_
nic_ strreference - VM NIC reference.
- vm_
nics Sequence[GetFloating Ips V2Floating Ip Vm Nic] - Virtual NIC for projections
- vpc_
reference str - VPC reference UUID
- vpcs
Sequence[Get
Floating Ips V2Floating Ip Vpc] - Networking common base object
- association
Status String - Association status of floating IP.
- associations List<Property Map>
- Association of the Floating IP with either NIC or Private IP
- description String
- Description for the Floating IP.
- ext
Id String - Floating IP UUID
- external
Subnet StringReference - External subnet reference for the Floating IP to be allocated in on-prem only.
- external
Subnets List<Property Map> - Networking common base object
- floating
Ip StringValue - Floating IP value in string
- floating
Ips List<Property Map> - Floating IP address.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas List<Property Map>
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- private
Ip String - Private IP value in string
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- vm
Nic StringReference - VM NIC reference.
- vm
Nics List<Property Map> - Virtual NIC for projections
- vpc
Reference String - VPC reference UUID
- vpcs List<Property Map>
- Networking common base object
GetFloatingIpsV2FloatingIpAssociation
- Private
Ip List<PiersAssociations Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Private Ip Association> - Association of Floating IP with private IP
- Vm
Nic List<PiersAssociations Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Vm Nic Association> - Association of Floating IP with nic
- Private
Ip []GetAssociations Floating Ips V2Floating Ip Association Private Ip Association - Association of Floating IP with private IP
- Vm
Nic []GetAssociations Floating Ips V2Floating Ip Association Vm Nic Association - Association of Floating IP with nic
- private
Ip List<GetAssociations Floating Ips V2Floating Ip Association Private Ip Association> - Association of Floating IP with private IP
- vm
Nic List<GetAssociations Floating Ips V2Floating Ip Association Vm Nic Association> - Association of Floating IP with nic
- private
Ip GetAssociations Floating Ips V2Floating Ip Association Private Ip Association[] - Association of Floating IP with private IP
- vm
Nic GetAssociations Floating Ips V2Floating Ip Association Vm Nic Association[] - Association of Floating IP with nic
- private_
ip_ Sequence[Getassociations Floating Ips V2Floating Ip Association Private Ip Association] - Association of Floating IP with private IP
- vm_
nic_ Sequence[Getassociations Floating Ips V2Floating Ip Association Vm Nic Association] - Association of Floating IP with nic
- private
Ip List<Property Map>Associations - Association of Floating IP with private IP
- vm
Nic List<Property Map>Associations - Association of Floating IP with nic
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociation
- Private
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Private Ip Association Private Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Vpc
Reference string - VPC in which the private IP exists.
- Private
Ips []GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Vpc
Reference string - VPC in which the private IP exists.
- private
Ips List<GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- vpc
Reference String - VPC in which the private IP exists.
- private
Ips GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- vpc
Reference string - VPC in which the private IP exists.
- private_
ips Sequence[GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- vpc_
reference str - VPC in which the private IP exists.
- private
Ips List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- vpc
Reference String - VPC in which the private IP exists.
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpAssociationVmNicAssociation
- Vm
Nic stringReference - VM NIC reference.
- Vpc
Reference string - VPC reference to which the VM NIC subnet belongs.
- Vm
Nic stringReference - VM NIC reference.
- Vpc
Reference string - VPC reference to which the VM NIC subnet belongs.
- vm
Nic StringReference - VM NIC reference.
- vpc
Reference String - VPC reference to which the VM NIC subnet belongs.
- vm
Nic stringReference - VM NIC reference.
- vpc
Reference string - VPC reference to which the VM NIC subnet belongs.
- vm_
nic_ strreference - VM NIC reference.
- vpc_
reference str - VPC reference to which the VM NIC subnet belongs.
- vm
Nic StringReference - VM NIC reference.
- vpc
Reference String - VPC reference to which the VM NIC subnet belongs.
GetFloatingIpsV2FloatingIpExternalSubnet
- Bridge
Name string - Cluster
Name string - Cluster
Reference string - Description string
- Description for the Floating IP.
- Dhcp
Options List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option> - Dynamic
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dynamic Ip Address> - Ext
Id string - Floating IP UUID
- Hypervisor
Type string - Ip
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config> - Ip
Prefix string - Ip
Usages List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Usage> - Is
Advanced boolNetworking - Is
External bool - Is
Nat boolEnabled - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Migration
State string - Name string
- Name of the floating IP.
- Network
Function stringChain Reference - Network
Id int - Reserved
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Reserved Ip Address> - Subnet
Type string - Virtual
Switch stringReference - Virtual
Switches List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch> - Vpc
Reference string - VPC reference UUID
- Vpcs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc> - Networking common base object
- Bridge
Name string - Cluster
Name string - Cluster
Reference string - Description string
- Description for the Floating IP.
- Dhcp
Options []GetFloating Ips V2Floating Ip External Subnet Dhcp Option - Dynamic
Ip []GetAddresses Floating Ips V2Floating Ip External Subnet Dynamic Ip Address - Ext
Id string - Floating IP UUID
- Hypervisor
Type string - Ip
Configs []GetFloating Ips V2Floating Ip External Subnet Ip Config - Ip
Prefix string - Ip
Usages []GetFloating Ips V2Floating Ip External Subnet Ip Usage - Is
Advanced boolNetworking - Is
External bool - Is
Nat boolEnabled - Links
[]Get
Floating Ips V2Floating Ip External Subnet Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Migration
State string - Name string
- Name of the floating IP.
- Network
Function stringChain Reference - Network
Id int - Reserved
Ip []GetAddresses Floating Ips V2Floating Ip External Subnet Reserved Ip Address - Subnet
Type string - Virtual
Switch stringReference - Virtual
Switches []GetFloating Ips V2Floating Ip External Subnet Virtual Switch - Vpc
Reference string - VPC reference UUID
- Vpcs
[]Get
Floating Ips V2Floating Ip External Subnet Vpc - Networking common base object
- bridge
Name String - cluster
Name String - cluster
Reference String - description String
- Description for the Floating IP.
- dhcp
Options List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option> - dynamic
Ip List<GetAddresses Floating Ips V2Floating Ip External Subnet Dynamic Ip Address> - ext
Id String - Floating IP UUID
- hypervisor
Type String - ip
Configs List<GetFloating Ips V2Floating Ip External Subnet Ip Config> - ip
Prefix String - ip
Usages List<GetFloating Ips V2Floating Ip External Subnet Ip Usage> - is
Advanced BooleanNetworking - is
External Boolean - is
Nat BooleanEnabled - links
List<Get
Floating Ips V2Floating Ip External Subnet Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- migration
State String - name String
- Name of the floating IP.
- network
Function StringChain Reference - network
Id Integer - reserved
Ip List<GetAddresses Floating Ips V2Floating Ip External Subnet Reserved Ip Address> - subnet
Type String - virtual
Switch StringReference - virtual
Switches List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch> - vpc
Reference String - VPC reference UUID
- vpcs
List<Get
Floating Ips V2Floating Ip External Subnet Vpc> - Networking common base object
- bridge
Name string - cluster
Name string - cluster
Reference string - description string
- Description for the Floating IP.
- dhcp
Options GetFloating Ips V2Floating Ip External Subnet Dhcp Option[] - dynamic
Ip GetAddresses Floating Ips V2Floating Ip External Subnet Dynamic Ip Address[] - ext
Id string - Floating IP UUID
- hypervisor
Type string - ip
Configs GetFloating Ips V2Floating Ip External Subnet Ip Config[] - ip
Prefix string - ip
Usages GetFloating Ips V2Floating Ip External Subnet Ip Usage[] - is
Advanced booleanNetworking - is
External boolean - is
Nat booleanEnabled - links
Get
Floating Ips V2Floating Ip External Subnet Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- migration
State string - name string
- Name of the floating IP.
- network
Function stringChain Reference - network
Id number - reserved
Ip GetAddresses Floating Ips V2Floating Ip External Subnet Reserved Ip Address[] - subnet
Type string - virtual
Switch stringReference - virtual
Switches GetFloating Ips V2Floating Ip External Subnet Virtual Switch[] - vpc
Reference string - VPC reference UUID
- vpcs
Get
Floating Ips V2Floating Ip External Subnet Vpc[] - Networking common base object
- bridge_
name str - cluster_
name str - cluster_
reference str - description str
- Description for the Floating IP.
- dhcp_
options Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option] - dynamic_
ip_ Sequence[Getaddresses Floating Ips V2Floating Ip External Subnet Dynamic Ip Address] - ext_
id str - Floating IP UUID
- hypervisor_
type str - ip_
configs Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config] - ip_
prefix str - ip_
usages Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Usage] - is_
advanced_ boolnetworking - is_
external bool - is_
nat_ boolenabled - links
Sequence[Get
Floating Ips V2Floating Ip External Subnet Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- migration_
state str - name str
- Name of the floating IP.
- network_
function_ strchain_ reference - network_
id int - reserved_
ip_ Sequence[Getaddresses Floating Ips V2Floating Ip External Subnet Reserved Ip Address] - subnet_
type str - virtual_
switch_ strreference - virtual_
switches Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch] - vpc_
reference str - VPC reference UUID
- vpcs
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc] - Networking common base object
- bridge
Name String - cluster
Name String - cluster
Reference String - description String
- Description for the Floating IP.
- dhcp
Options List<Property Map> - dynamic
Ip List<Property Map>Addresses - ext
Id String - Floating IP UUID
- hypervisor
Type String - ip
Configs List<Property Map> - ip
Prefix String - ip
Usages List<Property Map> - is
Advanced BooleanNetworking - is
External Boolean - is
Nat BooleanEnabled - links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- migration
State String - name String
- Name of the floating IP.
- network
Function StringChain Reference - network
Id Number - reserved
Ip List<Property Map>Addresses - subnet
Type String - virtual
Switch StringReference - virtual
Switches List<Property Map> - vpc
Reference String - VPC reference UUID
- vpcs List<Property Map>
- Networking common base object
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOption
- Boot
File stringName - Domain
Name string - Domain
Name List<PiersServers Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server> - Ntp
Servers List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server> - Search
Domains List<string> - Tftp
Server stringName
- boot
File StringName - domain
Name String - domain
Name List<Property Map>Servers - ntp
Servers List<Property Map> - search
Domains List<String> - tftp
Server StringName
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServer
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServer
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfig
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4
- Default
Gateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip> - Dhcp
Server List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address> - Ip
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet> - Pool
Lists List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List>
- Default
Gateway []GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip - Dhcp
Server []GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address - Ip
Subnets []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet - Pool
Lists []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List
- default
Gateway List<GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip> - dhcp
Server List<GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address> - ip
Subnets List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet> - pool
Lists List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List>
- default
Gateway GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip[] - dhcp
Server GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address[] - ip
Subnets GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet[] - pool
Lists GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List[]
- default_
gateway_ Sequence[Getips Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip] - dhcp_
server_ Sequence[Getaddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address] - ip_
subnets Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet] - pool_
lists Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List]
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DefaultGatewayIp
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DhcpServerAddress
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnet
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip> - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip> - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip[] - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip] - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnetIp
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolList
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListEndIp
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListStartIp
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6
- Default
Gateway List<PiersIps Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip> - Dhcp
Server List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address> - Ip
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet> - Pool
Lists List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List>
- Default
Gateway []GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip - Dhcp
Server []GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address - Ip
Subnets []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet - Pool
Lists []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List
- default
Gateway List<GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip> - dhcp
Server List<GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address> - ip
Subnets List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet> - pool
Lists List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List>
- default
Gateway GetIps Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip[] - dhcp
Server GetAddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address[] - ip
Subnets GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet[] - pool
Lists GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List[]
- default_
gateway_ Sequence[Getips Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip] - dhcp_
server_ Sequence[Getaddresses Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address] - ip_
subnets Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet] - pool_
lists Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List]
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DefaultGatewayIp
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DhcpServerAddress
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnet
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip> - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip> - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip[] - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[Get
Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip] - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnetIp
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolList
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListEndIp
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListStartIp
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpUsage
- ip
Pool List<Property Map>Usages - num
Assigned NumberIps - num
Free NumberIps - num
Macs Number
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsage
- num
Free NumberIps - num
Total NumberIps - ranges List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRange
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeEndIp
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeStartIp
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetLink
GetFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch
- Bond
Mode bool - Clusters
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster> - Description string
- Description for the Floating IP.
- Ext
Id string - Floating IP UUID
- Has
Deployment boolError - Is
Default bool - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Metadata> - Metadata associated with this resource.
- Mtu int
- Name string
- Name of the floating IP.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Bond
Mode bool - Clusters
[]Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster - Description string
- Description for the Floating IP.
- Ext
Id string - Floating IP UUID
- Has
Deployment boolError - Is
Default bool - Links
[]Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
[]Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Metadata - Metadata associated with this resource.
- Mtu int
- Name string
- Name of the floating IP.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- bond
Mode Boolean - clusters
List<Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster> - description String
- Description for the Floating IP.
- ext
Id String - Floating IP UUID
- has
Deployment BooleanError - is
Default Boolean - links
List<Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
List<Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Metadata> - Metadata associated with this resource.
- mtu Integer
- name String
- Name of the floating IP.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- bond
Mode boolean - clusters
Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster[] - description string
- Description for the Floating IP.
- ext
Id string - Floating IP UUID
- has
Deployment booleanError - is
Default boolean - links
Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Metadata[] - Metadata associated with this resource.
- mtu number
- name string
- Name of the floating IP.
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- bond_
mode bool - clusters
Sequence[Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster] - description str
- Description for the Floating IP.
- ext_
id str - Floating IP UUID
- has_
deployment_ boolerror - is_
default bool - links
Sequence[Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Sequence[Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Metadata] - Metadata associated with this resource.
- mtu int
- name str
- Name of the floating IP.
- tenant_
id str - A globally unique identifier that represents the tenant that owns this entity.
- bond
Mode Boolean - clusters List<Property Map>
- description String
- Description for the Floating IP.
- ext
Id String - Floating IP UUID
- has
Deployment BooleanError - is
Default Boolean - links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas List<Property Map>
- Metadata associated with this resource.
- mtu Number
- name String
- Name of the floating IP.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster
- ext
Id String - Floating IP UUID
- gateway
Ip List<Property Map>Addresses - hosts List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterGatewayIpAddress
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHost
- Ext
Id string - Floating IP UUID
- Host
Nics List<string> - Internal
Bridge stringName - Ip
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address> - Route
Table int
- Ext
Id string - Floating IP UUID
- Host
Nics []string - Internal
Bridge stringName - Ip
Addresses []GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address - Route
Table int
- ext
Id String - Floating IP UUID
- host
Nics List<String> - internal
Bridge StringName - ip
Addresses List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address> - route
Table Integer
- ext
Id string - Floating IP UUID
- host
Nics string[] - internal
Bridge stringName - ip
Addresses GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address[] - route
Table number
- ext_
id str - Floating IP UUID
- host_
nics Sequence[str] - internal_
bridge_ strname - ip_
addresses Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address] - route_
table int
- ext
Id String - Floating IP UUID
- host
Nics List<String> - internal
Bridge StringName - ip
Addresses List<Property Map> - route
Table Number
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddress
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip> - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip> - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip[] - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[Get
Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip] - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddressIp
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata
- Category
Ids List<ImmutableArray<object>> - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- Category
Ids [][]interface{} - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- category
Ids List<List<Object>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
- category
Ids any[][] - owner
Reference stringId - owner
User stringName - project
Name string - project
Reference stringId
- category_
ids Sequence[Sequence[Any]] - owner_
reference_ strid - owner_
user_ strname - project_
name str - project_
reference_ strid
- category
Ids List<List<Any>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
GetFloatingIpsV2FloatingIpExternalSubnetVpc
- Common
Dhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option> - Description string
- Description for the Floating IP.
- Ext
Id string - Floating IP UUID
- External
Routing stringDomain Reference - External
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet> - Externally
Routable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix> - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Metadata> - Metadata associated with this resource.
- Name string
- Name of the floating IP.
- Snat
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Snat Ip> - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type string
- Common
Dhcp []GetOptions Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option - Description string
- Description for the Floating IP.
- Ext
Id string - Floating IP UUID
- External
Routing stringDomain Reference - External
Subnets []GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet - Externally
Routable []GetPrefixes Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix - Links
[]Get
Floating Ips V2Floating Ip External Subnet Vpc Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
[]Get
Floating Ips V2Floating Ip External Subnet Vpc Metadata - Metadata associated with this resource.
- Name string
- Name of the floating IP.
- Snat
Ips []GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type string
- common
Dhcp List<GetOptions Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option> - description String
- Description for the Floating IP.
- ext
Id String - Floating IP UUID
- external
Routing StringDomain Reference - external
Subnets List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet> - externally
Routable List<GetPrefixes Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix> - links
List<Get
Floating Ips V2Floating Ip External Subnet Vpc Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
List<Get
Floating Ips V2Floating Ip External Subnet Vpc Metadata> - Metadata associated with this resource.
- name String
- Name of the floating IP.
- snat
Ips List<GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip> - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type String
- common
Dhcp GetOptions Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option[] - description string
- Description for the Floating IP.
- ext
Id string - Floating IP UUID
- external
Routing stringDomain Reference - external
Subnets GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet[] - externally
Routable GetPrefixes Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix[] - links
Get
Floating Ips V2Floating Ip External Subnet Vpc Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Get
Floating Ips V2Floating Ip External Subnet Vpc Metadata[] - Metadata associated with this resource.
- name string
- Name of the floating IP.
- snat
Ips GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip[] - tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type string
- common_
dhcp_ Sequence[Getoptions Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option] - description str
- Description for the Floating IP.
- ext_
id str - Floating IP UUID
- external_
routing_ strdomain_ reference - external_
subnets Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet] - externally_
routable_ Sequence[Getprefixes Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix] - links
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc Metadata] - Metadata associated with this resource.
- name str
- Name of the floating IP.
- snat_
ips Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip] - tenant_
id str - A globally unique identifier that represents the tenant that owns this entity.
- vpc_
type str
- common
Dhcp List<Property Map>Options - description String
- Description for the Floating IP.
- ext
Id String - Floating IP UUID
- external
Routing StringDomain Reference - external
Subnets List<Property Map> - externally
Routable List<Property Map>Prefixes - links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas List<Property Map>
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- snat
Ips List<Property Map> - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type String
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServer
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet
- Active
Gateway intCount - Active
Gateway List<PiersNodes Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node> - External
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip> - Gateway
Nodes List<string> - Subnet
Reference string
- active
Gateway NumberCount - active
Gateway List<Property Map>Nodes - external
Ips List<Property Map> - gateway
Nodes List<String> - subnet
Reference String
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNode
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip> - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip> - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip[] - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip] - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4Ip
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip> - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip> - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip[] - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip] - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6Ip
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcLink
GetFloatingIpsV2FloatingIpExternalSubnetVpcMetadata
- Category
Ids List<ImmutableArray<object>> - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- Category
Ids [][]interface{} - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- category
Ids List<List<Object>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
- category
Ids any[][] - owner
Reference stringId - owner
User stringName - project
Name string - project
Reference stringId
- category_
ids Sequence[Sequence[Any]] - owner_
reference_ strid - owner_
user_ strname - project_
name str - project_
reference_ strid
- category
Ids List<List<Any>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpFloatingIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Floating Ip Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Floating Ip Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip Floating Ip Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip Floating Ip Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip Floating Ip Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip Floating Ip Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip Floating Ip Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip Floating Ip Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip Floating Ip Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip Floating Ip Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpFloatingIpIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpFloatingIpIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpLink
GetFloatingIpsV2FloatingIpMetadata
- Category
Ids List<ImmutableArray<object>> - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- Category
Ids [][]interface{} - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- category
Ids List<List<Object>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
- category
Ids any[][] - owner
Reference stringId - owner
User stringName - project
Name string - project
Reference stringId
- category_
ids Sequence[Sequence[Any]] - owner_
reference_ strid - owner_
user_ strname - project_
name str - project_
reference_ strid
- category
Ids List<List<Any>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
GetFloatingIpsV2FloatingIpVmNic
- Private
Ip string - Private IP value in string
- Private
Ip string - Private IP value in string
- private
Ip String - Private IP value in string
- private
Ip string - Private IP value in string
- private_
ip str - Private IP value in string
- private
Ip String - Private IP value in string
GetFloatingIpsV2FloatingIpVpc
- Common
Dhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Common Dhcp Option> - Description string
- Description for the Floating IP.
- Ext
Id string - Floating IP UUID
- External
Routing stringDomain Reference - External
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet> - Externally
Routable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix> - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Metadata> - Metadata associated with this resource.
- Name string
- Name of the floating IP.
- Snat
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Snat Ip> - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type string
- Common
Dhcp []GetOptions Floating Ips V2Floating Ip Vpc Common Dhcp Option - Description string
- Description for the Floating IP.
- Ext
Id string - Floating IP UUID
- External
Routing stringDomain Reference - External
Subnets []GetFloating Ips V2Floating Ip Vpc External Subnet - Externally
Routable []GetPrefixes Floating Ips V2Floating Ip Vpc Externally Routable Prefix - Links
[]Get
Floating Ips V2Floating Ip Vpc Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
[]Get
Floating Ips V2Floating Ip Vpc Metadata - Metadata associated with this resource.
- Name string
- Name of the floating IP.
- Snat
Ips []GetFloating Ips V2Floating Ip Vpc Snat Ip - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type string
- common
Dhcp List<GetOptions Floating Ips V2Floating Ip Vpc Common Dhcp Option> - description String
- Description for the Floating IP.
- ext
Id String - Floating IP UUID
- external
Routing StringDomain Reference - external
Subnets List<GetFloating Ips V2Floating Ip Vpc External Subnet> - externally
Routable List<GetPrefixes Floating Ips V2Floating Ip Vpc Externally Routable Prefix> - links
List<Get
Floating Ips V2Floating Ip Vpc Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
List<Get
Floating Ips V2Floating Ip Vpc Metadata> - Metadata associated with this resource.
- name String
- Name of the floating IP.
- snat
Ips List<GetFloating Ips V2Floating Ip Vpc Snat Ip> - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type String
- common
Dhcp GetOptions Floating Ips V2Floating Ip Vpc Common Dhcp Option[] - description string
- Description for the Floating IP.
- ext
Id string - Floating IP UUID
- external
Routing stringDomain Reference - external
Subnets GetFloating Ips V2Floating Ip Vpc External Subnet[] - externally
Routable GetPrefixes Floating Ips V2Floating Ip Vpc Externally Routable Prefix[] - links
Get
Floating Ips V2Floating Ip Vpc Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Get
Floating Ips V2Floating Ip Vpc Metadata[] - Metadata associated with this resource.
- name string
- Name of the floating IP.
- snat
Ips GetFloating Ips V2Floating Ip Vpc Snat Ip[] - tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type string
- common_
dhcp_ Sequence[Getoptions Floating Ips V2Floating Ip Vpc Common Dhcp Option] - description str
- Description for the Floating IP.
- ext_
id str - Floating IP UUID
- external_
routing_ strdomain_ reference - external_
subnets Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet] - externally_
routable_ Sequence[Getprefixes Floating Ips V2Floating Ip Vpc Externally Routable Prefix] - links
Sequence[Get
Floating Ips V2Floating Ip Vpc Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Sequence[Get
Floating Ips V2Floating Ip Vpc Metadata] - Metadata associated with this resource.
- name str
- Name of the floating IP.
- snat_
ips Sequence[GetFloating Ips V2Floating Ip Vpc Snat Ip] - tenant_
id str - A globally unique identifier that represents the tenant that owns this entity.
- vpc_
type str
- common
Dhcp List<Property Map>Options - description String
- Description for the Floating IP.
- ext
Id String - Floating IP UUID
- external
Routing StringDomain Reference - external
Subnets List<Property Map> - externally
Routable List<Property Map>Prefixes - links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas List<Property Map>
- Metadata associated with this resource.
- name String
- Name of the floating IP.
- snat
Ips List<Property Map> - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type String
GetFloatingIpsV2FloatingIpVpcCommonDhcpOption
GetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServer
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpVpcExternalSubnet
- active
Gateway NumberCount - active
Gateway List<Property Map>Nodes - external
Ips List<Property Map> - gateway
Nodes List<String> - subnet
Reference String
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNode
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddress
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip> - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip> - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip[] - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip] - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4Ip
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip> - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
[]Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip - Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
List<Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip> - prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip[] - prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
Sequence[Get
Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip] - prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips List<Property Map>
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6Ip
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpVpcLink
GetFloatingIpsV2FloatingIpVpcMetadata
- Category
Ids List<ImmutableArray<object>> - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- Category
Ids [][]interface{} - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- category
Ids List<List<Object>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
- category
Ids any[][] - owner
Reference stringId - owner
User stringName - project
Name string - project
Reference stringId
- category_
ids Sequence[Sequence[Any]] - owner_
reference_ strid - owner_
user_ strname - project_
name str - project_
reference_ strid
- category
Ids List<List<Any>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
GetFloatingIpsV2FloatingIpVpcSnatIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Snat Ip Ipv4> - Reference to IP Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Snat Ip Ipv6> - Reference to IP Configuration
- Ipv4s
[]Get
Floating Ips V2Floating Ip Vpc Snat Ip Ipv4 - Reference to IP Configuration
- Ipv6s
[]Get
Floating Ips V2Floating Ip Vpc Snat Ip Ipv6 - Reference to IP Configuration
- ipv4s
List<Get
Floating Ips V2Floating Ip Vpc Snat Ip Ipv4> - Reference to IP Configuration
- ipv6s
List<Get
Floating Ips V2Floating Ip Vpc Snat Ip Ipv6> - Reference to IP Configuration
- ipv4s
Get
Floating Ips V2Floating Ip Vpc Snat Ip Ipv4[] - Reference to IP Configuration
- ipv6s
Get
Floating Ips V2Floating Ip Vpc Snat Ip Ipv6[] - Reference to IP Configuration
- ipv4s
Sequence[Get
Floating Ips V2Floating Ip Vpc Snat Ip Ipv4] - Reference to IP Configuration
- ipv6s
Sequence[Get
Floating Ips V2Floating Ip Vpc Snat Ip Ipv6] - Reference to IP Configuration
- ipv4s List<Property Map>
- Reference to IP Configuration
- ipv6s List<Property Map>
- Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcSnatIpIpv4
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
GetFloatingIpsV2FloatingIpVpcSnatIpIpv6
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- Prefix
Length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value string
- value of address
- prefix
Length Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
- prefix
Length number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value string
- value of address
- prefix_
length int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value str
- value of address
- prefix
Length Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value String
- value of address
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.