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 This property is required. string - Association status of floating IP.
- Associations
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association> - Association of the Floating IP with either NIC or Private IP
- Description
This property is required. string - Description for the Floating IP.
- Ext
Id This property is required. string - Floating IP UUID
- External
Subnet Reference This property is required. string - External subnet reference for the Floating IP to be allocated in on-prem only.
- External
Subnets This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet> - Networking common base object
- Floating
Ip Value This property is required. string - Floating IP value in string
- Floating
Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Floating Ip> - Floating IP address.
- Links
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Metadata> - Metadata associated with this resource.
- Name
This property is required. string - Name of the floating IP.
- Private
Ip This property is required. string - Private IP value in string
- Tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- Vm
Nic Reference This property is required. string - VM NIC reference.
- Vm
Nics This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vm Nic> - Virtual NIC for projections
- Vpc
Reference This property is required. string - VPC reference UUID
- Vpcs
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc> - Networking common base object
- Association
Status This property is required. string - Association status of floating IP.
- Associations
This property is required. []GetFloating Ips V2Floating Ip Association - Association of the Floating IP with either NIC or Private IP
- Description
This property is required. string - Description for the Floating IP.
- Ext
Id This property is required. string - Floating IP UUID
- External
Subnet Reference This property is required. string - External subnet reference for the Floating IP to be allocated in on-prem only.
- External
Subnets This property is required. []GetFloating Ips V2Floating Ip External Subnet - Networking common base object
- Floating
Ip Value This property is required. string - Floating IP value in string
- Floating
Ips This property is required. []GetFloating Ips V2Floating Ip Floating Ip - Floating IP address.
- Links
This property is required. []GetFloating Ips V2Floating Ip Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
This property is required. []GetFloating Ips V2Floating Ip Metadata - Metadata associated with this resource.
- Name
This property is required. string - Name of the floating IP.
- Private
Ip This property is required. string - Private IP value in string
- Tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- Vm
Nic Reference This property is required. string - VM NIC reference.
- Vm
Nics This property is required. []GetFloating Ips V2Floating Ip Vm Nic - Virtual NIC for projections
- Vpc
Reference This property is required. string - VPC reference UUID
- Vpcs
This property is required. []GetFloating Ips V2Floating Ip Vpc - Networking common base object
- association
Status This property is required. String - Association status of floating IP.
- associations
This property is required. List<GetFloating Ips V2Floating Ip Association> - Association of the Floating IP with either NIC or Private IP
- description
This property is required. String - Description for the Floating IP.
- ext
Id This property is required. String - Floating IP UUID
- external
Subnet Reference This property is required. String - External subnet reference for the Floating IP to be allocated in on-prem only.
- external
Subnets This property is required. List<GetFloating Ips V2Floating Ip External Subnet> - Networking common base object
- floating
Ip Value This property is required. String - Floating IP value in string
- floating
Ips This property is required. List<GetFloating Ips V2Floating Ip Floating Ip> - Floating IP address.
- links
This property is required. List<GetFloating Ips V2Floating Ip Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. List<GetFloating Ips V2Floating Ip Metadata> - Metadata associated with this resource.
- name
This property is required. String - Name of the floating IP.
- private
Ip This property is required. String - Private IP value in string
- tenant
Id This property is required. String - A globally unique identifier that represents the tenant that owns this entity.
- vm
Nic Reference This property is required. String - VM NIC reference.
- vm
Nics This property is required. List<GetFloating Ips V2Floating Ip Vm Nic> - Virtual NIC for projections
- vpc
Reference This property is required. String - VPC reference UUID
- vpcs
This property is required. List<GetFloating Ips V2Floating Ip Vpc> - Networking common base object
- association
Status This property is required. string - Association status of floating IP.
- associations
This property is required. GetFloating Ips V2Floating Ip Association[] - Association of the Floating IP with either NIC or Private IP
- description
This property is required. string - Description for the Floating IP.
- ext
Id This property is required. string - Floating IP UUID
- external
Subnet Reference This property is required. string - External subnet reference for the Floating IP to be allocated in on-prem only.
- external
Subnets This property is required. GetFloating Ips V2Floating Ip External Subnet[] - Networking common base object
- floating
Ip Value This property is required. string - Floating IP value in string
- floating
Ips This property is required. GetFloating Ips V2Floating Ip Floating Ip[] - Floating IP address.
- links
This property is required. GetFloating Ips V2Floating Ip Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. GetFloating Ips V2Floating Ip Metadata[] - Metadata associated with this resource.
- name
This property is required. string - Name of the floating IP.
- private
Ip This property is required. string - Private IP value in string
- tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- vm
Nic Reference This property is required. string - VM NIC reference.
- vm
Nics This property is required. GetFloating Ips V2Floating Ip Vm Nic[] - Virtual NIC for projections
- vpc
Reference This property is required. string - VPC reference UUID
- vpcs
This property is required. GetFloating Ips V2Floating Ip Vpc[] - Networking common base object
- association_
status This property is required. str - Association status of floating IP.
- associations
This property is required. Sequence[GetFloating Ips V2Floating Ip Association] - Association of the Floating IP with either NIC or Private IP
- description
This property is required. str - Description for the Floating IP.
- ext_
id This property is required. str - Floating IP UUID
- external_
subnet_ reference This property is required. str - External subnet reference for the Floating IP to be allocated in on-prem only.
- external_
subnets This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet] - Networking common base object
- floating_
ip_ value This property is required. str - Floating IP value in string
- floating_
ips This property is required. Sequence[GetFloating Ips V2Floating Ip Floating Ip] - Floating IP address.
- links
This property is required. Sequence[GetFloating Ips V2Floating Ip Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. Sequence[GetFloating Ips V2Floating Ip Metadata] - Metadata associated with this resource.
- name
This property is required. str - Name of the floating IP.
- private_
ip This property is required. str - Private IP value in string
- tenant_
id This property is required. str - A globally unique identifier that represents the tenant that owns this entity.
- vm_
nic_ reference This property is required. str - VM NIC reference.
- vm_
nics This property is required. Sequence[GetFloating Ips V2Floating Ip Vm Nic] - Virtual NIC for projections
- vpc_
reference This property is required. str - VPC reference UUID
- vpcs
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc] - Networking common base object
- association
Status This property is required. String - Association status of floating IP.
- associations
This property is required. List<Property Map> - Association of the Floating IP with either NIC or Private IP
- description
This property is required. String - Description for the Floating IP.
- ext
Id This property is required. String - Floating IP UUID
- external
Subnet Reference This property is required. String - External subnet reference for the Floating IP to be allocated in on-prem only.
- external
Subnets This property is required. List<Property Map> - Networking common base object
- floating
Ip Value This property is required. String - Floating IP value in string
- floating
Ips This property is required. List<Property Map> - Floating IP address.
- links
This property is required. 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
This property is required. List<Property Map> - Metadata associated with this resource.
- name
This property is required. String - Name of the floating IP.
- private
Ip This property is required. String - Private IP value in string
- tenant
Id This property is required. String - A globally unique identifier that represents the tenant that owns this entity.
- vm
Nic Reference This property is required. String - VM NIC reference.
- vm
Nics This property is required. List<Property Map> - Virtual NIC for projections
- vpc
Reference This property is required. String - VPC reference UUID
- vpcs
This property is required. List<Property Map> - Networking common base object
GetFloatingIpsV2FloatingIpAssociation
- Private
Ip Associations This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Private Ip Association> - Association of Floating IP with private IP
- Vm
Nic Associations This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Vm Nic Association> - Association of Floating IP with nic
- Private
Ip Associations This property is required. []GetFloating Ips V2Floating Ip Association Private Ip Association - Association of Floating IP with private IP
- Vm
Nic Associations This property is required. []GetFloating Ips V2Floating Ip Association Vm Nic Association - Association of Floating IP with nic
- private
Ip Associations This property is required. List<GetFloating Ips V2Floating Ip Association Private Ip Association> - Association of Floating IP with private IP
- vm
Nic Associations This property is required. List<GetFloating Ips V2Floating Ip Association Vm Nic Association> - Association of Floating IP with nic
- private
Ip Associations This property is required. GetFloating Ips V2Floating Ip Association Private Ip Association[] - Association of Floating IP with private IP
- vm
Nic Associations This property is required. GetFloating Ips V2Floating Ip Association Vm Nic Association[] - Association of Floating IP with nic
- private_
ip_ associations This property is required. Sequence[GetFloating Ips V2Floating Ip Association Private Ip Association] - Association of Floating IP with private IP
- vm_
nic_ associations This property is required. Sequence[GetFloating Ips V2Floating Ip Association Vm Nic Association] - Association of Floating IP with nic
- private
Ip Associations This property is required. List<Property Map> - Association of Floating IP with private IP
- vm
Nic Associations This property is required. List<Property Map> - Association of Floating IP with nic
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociation
- Private
Ips This property is required. 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 This property is required. string - VPC in which the private IP exists.
- Private
Ips This property is required. []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 This property is required. string - VPC in which the private IP exists.
- private
Ips This property is required. 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 This property is required. String - VPC in which the private IP exists.
- private
Ips This property is required. 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 This property is required. string - VPC in which the private IP exists.
- private_
ips This property is required. 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 This property is required. str - VPC in which the private IP exists.
- private
Ips This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- vpc
Reference This property is required. String - VPC in which the private IP exists.
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip Association Private Ip Association Private Ip Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpAssociationPrivateIpAssociationPrivateIpIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpAssociationVmNicAssociation
- Vm
Nic Reference This property is required. string - VM NIC reference.
- Vpc
Reference This property is required. string - VPC reference to which the VM NIC subnet belongs.
- Vm
Nic Reference This property is required. string - VM NIC reference.
- Vpc
Reference This property is required. string - VPC reference to which the VM NIC subnet belongs.
- vm
Nic Reference This property is required. String - VM NIC reference.
- vpc
Reference This property is required. String - VPC reference to which the VM NIC subnet belongs.
- vm
Nic Reference This property is required. string - VM NIC reference.
- vpc
Reference This property is required. string - VPC reference to which the VM NIC subnet belongs.
- vm_
nic_ reference This property is required. str - VM NIC reference.
- vpc_
reference This property is required. str - VPC reference to which the VM NIC subnet belongs.
- vm
Nic Reference This property is required. String - VM NIC reference.
- vpc
Reference This property is required. String - VPC reference to which the VM NIC subnet belongs.
GetFloatingIpsV2FloatingIpExternalSubnet
- Bridge
Name This property is required. string - Cluster
Name This property is required. string - Cluster
Reference This property is required. string - Description
This property is required. string - Description for the Floating IP.
- Dhcp
Options This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option> - Dynamic
Ip Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dynamic Ip Address> - Ext
Id This property is required. string - Floating IP UUID
- Hypervisor
Type This property is required. string - Ip
Configs This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config> - Ip
Prefix This property is required. string - Ip
Usages This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Usage> - Is
Advanced Networking This property is required. bool - Is
External This property is required. bool - Is
Nat Enabled This property is required. bool - Links
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Migration
State This property is required. string - Name
This property is required. string - Name of the floating IP.
- Network
Function Chain Reference This property is required. string - Network
Id This property is required. int - Reserved
Ip Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Reserved Ip Address> - Subnet
Type This property is required. string - Virtual
Switch Reference This property is required. string - Virtual
Switches This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch> - Vpc
Reference This property is required. string - VPC reference UUID
- Vpcs
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc> - Networking common base object
- Bridge
Name This property is required. string - Cluster
Name This property is required. string - Cluster
Reference This property is required. string - Description
This property is required. string - Description for the Floating IP.
- Dhcp
Options This property is required. []GetFloating Ips V2Floating Ip External Subnet Dhcp Option - Dynamic
Ip Addresses This property is required. []GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address - Ext
Id This property is required. string - Floating IP UUID
- Hypervisor
Type This property is required. string - Ip
Configs This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config - Ip
Prefix This property is required. string - Ip
Usages This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Usage - Is
Advanced Networking This property is required. bool - Is
External This property is required. bool - Is
Nat Enabled This property is required. bool - Links
This property is required. []GetFloating Ips V2Floating Ip External Subnet Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Migration
State This property is required. string - Name
This property is required. string - Name of the floating IP.
- Network
Function Chain Reference This property is required. string - Network
Id This property is required. int - Reserved
Ip Addresses This property is required. []GetFloating Ips V2Floating Ip External Subnet Reserved Ip Address - Subnet
Type This property is required. string - Virtual
Switch Reference This property is required. string - Virtual
Switches This property is required. []GetFloating Ips V2Floating Ip External Subnet Virtual Switch - Vpc
Reference This property is required. string - VPC reference UUID
- Vpcs
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc - Networking common base object
- bridge
Name This property is required. String - cluster
Name This property is required. String - cluster
Reference This property is required. String - description
This property is required. String - Description for the Floating IP.
- dhcp
Options This property is required. List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option> - dynamic
Ip Addresses This property is required. List<GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address> - ext
Id This property is required. String - Floating IP UUID
- hypervisor
Type This property is required. String - ip
Configs This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config> - ip
Prefix This property is required. String - ip
Usages This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Usage> - is
Advanced Networking This property is required. Boolean - is
External This property is required. Boolean - is
Nat Enabled This property is required. Boolean - links
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- migration
State This property is required. String - name
This property is required. String - Name of the floating IP.
- network
Function Chain Reference This property is required. String - network
Id This property is required. Integer - reserved
Ip Addresses This property is required. List<GetFloating Ips V2Floating Ip External Subnet Reserved Ip Address> - subnet
Type This property is required. String - virtual
Switch Reference This property is required. String - virtual
Switches This property is required. List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch> - vpc
Reference This property is required. String - VPC reference UUID
- vpcs
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc> - Networking common base object
- bridge
Name This property is required. string - cluster
Name This property is required. string - cluster
Reference This property is required. string - description
This property is required. string - Description for the Floating IP.
- dhcp
Options This property is required. GetFloating Ips V2Floating Ip External Subnet Dhcp Option[] - dynamic
Ip Addresses This property is required. GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address[] - ext
Id This property is required. string - Floating IP UUID
- hypervisor
Type This property is required. string - ip
Configs This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config[] - ip
Prefix This property is required. string - ip
Usages This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Usage[] - is
Advanced Networking This property is required. boolean - is
External This property is required. boolean - is
Nat Enabled This property is required. boolean - links
This property is required. GetFloating Ips V2Floating Ip External Subnet Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- migration
State This property is required. string - name
This property is required. string - Name of the floating IP.
- network
Function Chain Reference This property is required. string - network
Id This property is required. number - reserved
Ip Addresses This property is required. GetFloating Ips V2Floating Ip External Subnet Reserved Ip Address[] - subnet
Type This property is required. string - virtual
Switch Reference This property is required. string - virtual
Switches This property is required. GetFloating Ips V2Floating Ip External Subnet Virtual Switch[] - vpc
Reference This property is required. string - VPC reference UUID
- vpcs
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc[] - Networking common base object
- bridge_
name This property is required. str - cluster_
name This property is required. str - cluster_
reference This property is required. str - description
This property is required. str - Description for the Floating IP.
- dhcp_
options This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option] - dynamic_
ip_ addresses This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address] - ext_
id This property is required. str - Floating IP UUID
- hypervisor_
type This property is required. str - ip_
configs This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config] - ip_
prefix This property is required. str - ip_
usages This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Usage] - is_
advanced_ networking This property is required. bool - is_
external This property is required. bool - is_
nat_ enabled This property is required. bool - links
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- migration_
state This property is required. str - name
This property is required. str - Name of the floating IP.
- network_
function_ chain_ reference This property is required. str - network_
id This property is required. int - reserved_
ip_ addresses This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Reserved Ip Address] - subnet_
type This property is required. str - virtual_
switch_ reference This property is required. str - virtual_
switches This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch] - vpc_
reference This property is required. str - VPC reference UUID
- vpcs
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc] - Networking common base object
- bridge
Name This property is required. String - cluster
Name This property is required. String - cluster
Reference This property is required. String - description
This property is required. String - Description for the Floating IP.
- dhcp
Options This property is required. List<Property Map> - dynamic
Ip Addresses This property is required. List<Property Map> - ext
Id This property is required. String - Floating IP UUID
- hypervisor
Type This property is required. String - ip
Configs This property is required. List<Property Map> - ip
Prefix This property is required. String - ip
Usages This property is required. List<Property Map> - is
Advanced Networking This property is required. Boolean - is
External This property is required. Boolean - is
Nat Enabled This property is required. Boolean - links
This property is required. 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 This property is required. String - name
This property is required. String - Name of the floating IP.
- network
Function Chain Reference This property is required. String - network
Id This property is required. Number - reserved
Ip Addresses This property is required. List<Property Map> - subnet
Type This property is required. String - virtual
Switch Reference This property is required. String - virtual
Switches This property is required. List<Property Map> - vpc
Reference This property is required. String - VPC reference UUID
- vpcs
This property is required. List<Property Map> - Networking common base object
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOption
- Boot
File Name This property is required. string - Domain
Name This property is required. string - Domain
Name Servers This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server> - Ntp
Servers This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server> - Search
Domains This property is required. List<string> - Tftp
Server Name This property is required. string
- Boot
File Name This property is required. string - Domain
Name This property is required. string - Domain
Name Servers This property is required. []GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server - Ntp
Servers This property is required. []GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server - Search
Domains This property is required. []string - Tftp
Server Name This property is required. string
- boot
File Name This property is required. String - domain
Name This property is required. String - domain
Name Servers This property is required. List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server> - ntp
Servers This property is required. List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server> - search
Domains This property is required. List<String> - tftp
Server Name This property is required. String
- boot
File Name This property is required. string - domain
Name This property is required. string - domain
Name Servers This property is required. GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server[] - ntp
Servers This property is required. GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server[] - search
Domains This property is required. string[] - tftp
Server Name This property is required. string
- boot_
file_ name This property is required. str - domain_
name This property is required. str - domain_
name_ servers This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server] - ntp_
servers This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server] - search_
domains This property is required. Sequence[str] - tftp_
server_ name This property is required. str
- boot
File Name This property is required. String - domain
Name This property is required. String - domain
Name Servers This property is required. List<Property Map> - ntp
Servers This property is required. List<Property Map> - search
Domains This property is required. List<String> - tftp
Server Name This property is required. String
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServer
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option Domain Name Server Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionDomainNameServerIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServer
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Dhcp Option Ntp Server Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetDhcpOptionNtpServerIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddress
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Dynamic Ip Address Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetDynamicIpAddressIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfig
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4
- Default
Gateway Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip> - Dhcp
Server Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address> - Ip
Subnets This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet> - Pool
Lists This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List>
- Default
Gateway Ips This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip - Dhcp
Server Addresses This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address - Ip
Subnets This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet - Pool
Lists This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List
- default
Gateway Ips This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip> - dhcp
Server Addresses This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address> - ip
Subnets This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet> - pool
Lists This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List>
- default
Gateway Ips This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip[] - dhcp
Server Addresses This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address[] - ip
Subnets This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet[] - pool
Lists This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List[]
- default_
gateway_ ips This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Default Gateway Ip] - dhcp_
server_ addresses This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Dhcp Server Address] - ip_
subnets This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet] - pool_
lists This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List]
- default
Gateway Ips This property is required. List<Property Map> - dhcp
Server Addresses This property is required. List<Property Map> - ip
Subnets This property is required. List<Property Map> - pool
Lists This property is required. List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DefaultGatewayIp
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4DhcpServerAddress
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnet
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip> - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip> - prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip[] - prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Ip Subnet Ip] - prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<Property Map> - prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4IpSubnetIp
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolList
- End
Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List End Ip> - Start
Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List Start Ip>
- End
Ips This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List End Ip - Start
Ips This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List Start Ip
- end
Ips This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List End Ip> - start
Ips This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List Start Ip>
- end
Ips This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List End Ip[] - start
Ips This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List Start Ip[]
- end_
ips This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List End Ip] - start_
ips This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv4Pool List Start Ip]
- end
Ips This property is required. List<Property Map> - start
Ips This property is required. List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListEndIp
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv4PoolListStartIp
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6
- Default
Gateway Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip> - Dhcp
Server Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address> - Ip
Subnets This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet> - Pool
Lists This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List>
- Default
Gateway Ips This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip - Dhcp
Server Addresses This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address - Ip
Subnets This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet - Pool
Lists This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List
- default
Gateway Ips This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip> - dhcp
Server Addresses This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address> - ip
Subnets This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet> - pool
Lists This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List>
- default
Gateway Ips This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip[] - dhcp
Server Addresses This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address[] - ip
Subnets This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet[] - pool
Lists This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List[]
- default_
gateway_ ips This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Default Gateway Ip] - dhcp_
server_ addresses This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Dhcp Server Address] - ip_
subnets This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet] - pool_
lists This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List]
- default
Gateway Ips This property is required. List<Property Map> - dhcp
Server Addresses This property is required. List<Property Map> - ip
Subnets This property is required. List<Property Map> - pool
Lists This property is required. List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DefaultGatewayIp
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6DhcpServerAddress
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnet
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip> - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip> - prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip[] - prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Ip Subnet Ip] - prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<Property Map> - prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6IpSubnetIp
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolList
- End
Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List End Ip> - Start
Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List Start Ip>
- End
Ips This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List End Ip - Start
Ips This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List Start Ip
- end
Ips This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List End Ip> - start
Ips This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List Start Ip>
- end
Ips This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List End Ip[] - start
Ips This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List Start Ip[]
- end_
ips This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List End Ip] - start_
ips This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Config Ipv6Pool List Start Ip]
- end
Ips This property is required. List<Property Map> - start
Ips This property is required. List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListEndIp
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpConfigIpv6PoolListStartIp
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpUsage
- Ip
Pool Usages This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage> - Num
Assigned Ips This property is required. int - Num
Free Ips This property is required. int - Num
Macs This property is required. int
- Ip
Pool Usages This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage - Num
Assigned Ips This property is required. int - Num
Free Ips This property is required. int - Num
Macs This property is required. int
- ip
Pool Usages This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage> - num
Assigned Ips This property is required. Integer - num
Free Ips This property is required. Integer - num
Macs This property is required. Integer
- ip
Pool Usages This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage[] - num
Assigned Ips This property is required. number - num
Free Ips This property is required. number - num
Macs This property is required. number
- ip_
pool_ usages This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage] - num_
assigned_ ips This property is required. int - num_
free_ ips This property is required. int - num_
macs This property is required. int
- ip
Pool Usages This property is required. List<Property Map> - num
Assigned Ips This property is required. Number - num
Free Ips This property is required. Number - num
Macs This property is required. Number
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsage
- Num
Free Ips This property is required. int - Num
Total Ips This property is required. int - Ranges
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range>
- Num
Free Ips This property is required. int - Num
Total Ips This property is required. int - Ranges
This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range
- num
Free Ips This property is required. Integer - num
Total Ips This property is required. Integer - ranges
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range>
- num
Free Ips This property is required. number - num
Total Ips This property is required. number - ranges
This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range[]
- num_
free_ ips This property is required. int - num_
total_ ips This property is required. int - ranges
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range]
- num
Free Ips This property is required. Number - num
Total Ips This property is required. Number - ranges
This property is required. List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRange
- End
Ips This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range End Ip - Start
Ips This property is required. []GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range Start Ip
- end
Ips This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range End Ip> - start
Ips This property is required. List<GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range Start Ip>
- end
Ips This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range End Ip[] - start
Ips This property is required. GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range Start Ip[]
- end_
ips This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range End Ip] - start_
ips This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Ip Usage Ip Pool Usage Range Start Ip]
- end
Ips This property is required. List<Property Map> - start
Ips This property is required. List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeEndIp
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetIpUsageIpPoolUsageRangeStartIp
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetLink
GetFloatingIpsV2FloatingIpExternalSubnetReservedIpAddress
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitch
- Bond
Mode This property is required. bool - Clusters
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster> - Description
This property is required. string - Description for the Floating IP.
- Ext
Id This property is required. string - Floating IP UUID
- Has
Deployment Error This property is required. bool - Is
Default This property is required. bool - Links
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Metadata> - Metadata associated with this resource.
- Mtu
This property is required. int - Name
This property is required. string - Name of the floating IP.
- Tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- Bond
Mode This property is required. bool - Clusters
This property is required. []GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster - Description
This property is required. string - Description for the Floating IP.
- Ext
Id This property is required. string - Floating IP UUID
- Has
Deployment Error This property is required. bool - Is
Default This property is required. bool - Links
This property is required. []GetFloating Ips V2Floating Ip External Subnet Virtual Switch Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
This property is required. []GetFloating Ips V2Floating Ip External Subnet Virtual Switch Metadata - Metadata associated with this resource.
- Mtu
This property is required. int - Name
This property is required. string - Name of the floating IP.
- Tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- bond
Mode This property is required. Boolean - clusters
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster> - description
This property is required. String - Description for the Floating IP.
- ext
Id This property is required. String - Floating IP UUID
- has
Deployment Error This property is required. Boolean - is
Default This property is required. Boolean - links
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Metadata> - Metadata associated with this resource.
- mtu
This property is required. Integer - name
This property is required. String - Name of the floating IP.
- tenant
Id This property is required. String - A globally unique identifier that represents the tenant that owns this entity.
- bond
Mode This property is required. boolean - clusters
This property is required. GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster[] - description
This property is required. string - Description for the Floating IP.
- ext
Id This property is required. string - Floating IP UUID
- has
Deployment Error This property is required. boolean - is
Default This property is required. boolean - links
This property is required. GetFloating Ips V2Floating Ip External Subnet Virtual Switch Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. GetFloating Ips V2Floating Ip External Subnet Virtual Switch Metadata[] - Metadata associated with this resource.
- mtu
This property is required. number - name
This property is required. string - Name of the floating IP.
- tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- bond_
mode This property is required. bool - clusters
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster] - description
This property is required. str - Description for the Floating IP.
- ext_
id This property is required. str - Floating IP UUID
- has_
deployment_ error This property is required. bool - is_
default This property is required. bool - links
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Metadata] - Metadata associated with this resource.
- mtu
This property is required. int - name
This property is required. str - Name of the floating IP.
- tenant_
id This property is required. str - A globally unique identifier that represents the tenant that owns this entity.
- bond
Mode This property is required. Boolean - clusters
This property is required. List<Property Map> - description
This property is required. String - Description for the Floating IP.
- ext
Id This property is required. String - Floating IP UUID
- has
Deployment Error This property is required. Boolean - is
Default This property is required. Boolean - links
This property is required. 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
This property is required. List<Property Map> - Metadata associated with this resource.
- mtu
This property is required. Number - name
This property is required. String - Name of the floating IP.
- tenant
Id This property is required. String - A globally unique identifier that represents the tenant that owns this entity.
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchCluster
- Ext
Id This property is required. string - Floating IP UUID
- Gateway
Ip Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Gateway Ip Address> - Hosts
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host>
- Ext
Id This property is required. string - Floating IP UUID
- Gateway
Ip Addresses This property is required. []GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Gateway Ip Address - Hosts
This property is required. []GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host
- ext
Id This property is required. String - Floating IP UUID
- gateway
Ip Addresses This property is required. List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Gateway Ip Address> - hosts
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host>
- ext
Id This property is required. string - Floating IP UUID
- gateway
Ip Addresses This property is required. GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Gateway Ip Address[] - hosts
This property is required. GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host[]
- ext_
id This property is required. str - Floating IP UUID
- gateway_
ip_ addresses This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Gateway Ip Address] - hosts
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host]
- ext
Id This property is required. String - Floating IP UUID
- gateway
Ip Addresses This property is required. List<Property Map> - hosts
This property is required. List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterGatewayIpAddress
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHost
- Ext
Id This property is required. string - Floating IP UUID
- Host
Nics This property is required. List<string> - Internal
Bridge Name This property is required. string - Ip
Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address> - Route
Table This property is required. int
- Ext
Id This property is required. string - Floating IP UUID
- Host
Nics This property is required. []string - Internal
Bridge Name This property is required. string - Ip
Addresses This property is required. []GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address - Route
Table This property is required. int
- ext
Id This property is required. String - Floating IP UUID
- host
Nics This property is required. List<String> - internal
Bridge Name This property is required. String - ip
Addresses This property is required. List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address> - route
Table This property is required. Integer
- ext
Id This property is required. string - Floating IP UUID
- host
Nics This property is required. string[] - internal
Bridge Name This property is required. string - ip
Addresses This property is required. GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address[] - route
Table This property is required. number
- ext_
id This property is required. str - Floating IP UUID
- host_
nics This property is required. Sequence[str] - internal_
bridge_ name This property is required. str - ip_
addresses This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address] - route_
table This property is required. int
- ext
Id This property is required. String - Floating IP UUID
- host
Nics This property is required. List<String> - internal
Bridge Name This property is required. String - ip
Addresses This property is required. List<Property Map> - route
Table This property is required. Number
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddress
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip> - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
This property is required. []GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip> - prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip[] - prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Virtual Switch Cluster Host Ip Address Ip] - prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<Property Map> - prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchClusterHostIpAddressIp
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchLink
GetFloatingIpsV2FloatingIpExternalSubnetVirtualSwitchMetadata
- Category
Ids This property is required. List<ImmutableArray<object>> - Owner
Reference Id This property is required. string - Owner
User Name This property is required. string - Project
Name This property is required. string - Project
Reference Id This property is required. string
- Category
Ids This property is required. [][]interface{} - Owner
Reference Id This property is required. string - Owner
User Name This property is required. string - Project
Name This property is required. string - Project
Reference Id This property is required. string
- category
Ids This property is required. List<List<Object>> - owner
Reference Id This property is required. String - owner
User Name This property is required. String - project
Name This property is required. String - project
Reference Id This property is required. String
- category
Ids This property is required. any[][] - owner
Reference Id This property is required. string - owner
User Name This property is required. string - project
Name This property is required. string - project
Reference Id This property is required. string
- category_
ids This property is required. Sequence[Sequence[Any]] - owner_
reference_ id This property is required. str - owner_
user_ name This property is required. str - project_
name This property is required. str - project_
reference_ id This property is required. str
- category
Ids This property is required. List<List<Any>> - owner
Reference Id This property is required. String - owner
User Name This property is required. String - project
Name This property is required. String - project
Reference Id This property is required. String
GetFloatingIpsV2FloatingIpExternalSubnetVpc
- Common
Dhcp Options This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option> - Description
This property is required. string - Description for the Floating IP.
- Ext
Id This property is required. string - Floating IP UUID
- External
Routing Domain Reference This property is required. string - External
Subnets This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet> - Externally
Routable Prefixes This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix> - Links
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Metadata> - Metadata associated with this resource.
- Name
This property is required. string - Name of the floating IP.
- Snat
Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Snat Ip> - Tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type This property is required. string
- Common
Dhcp Options This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option - Description
This property is required. string - Description for the Floating IP.
- Ext
Id This property is required. string - Floating IP UUID
- External
Routing Domain Reference This property is required. string - External
Subnets This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet - Externally
Routable Prefixes This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix - Links
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Metadata - Metadata associated with this resource.
- Name
This property is required. string - Name of the floating IP.
- Snat
Ips This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip - Tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type This property is required. string
- common
Dhcp Options This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option> - description
This property is required. String - Description for the Floating IP.
- ext
Id This property is required. String - Floating IP UUID
- external
Routing Domain Reference This property is required. String - external
Subnets This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet> - externally
Routable Prefixes This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix> - links
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Metadata> - Metadata associated with this resource.
- name
This property is required. String - Name of the floating IP.
- snat
Ips This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip> - tenant
Id This property is required. String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type This property is required. String
- common
Dhcp Options This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option[] - description
This property is required. string - Description for the Floating IP.
- ext
Id This property is required. string - Floating IP UUID
- external
Routing Domain Reference This property is required. string - external
Subnets This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet[] - externally
Routable Prefixes This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix[] - links
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Metadata[] - Metadata associated with this resource.
- name
This property is required. string - Name of the floating IP.
- snat
Ips This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip[] - tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type This property is required. string
- common_
dhcp_ options This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option] - description
This property is required. str - Description for the Floating IP.
- ext_
id This property is required. str - Floating IP UUID
- external_
routing_ domain_ reference This property is required. str - external_
subnets This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet] - externally_
routable_ prefixes This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix] - links
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Metadata] - Metadata associated with this resource.
- name
This property is required. str - Name of the floating IP.
- snat_
ips This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip] - tenant_
id This property is required. str - A globally unique identifier that represents the tenant that owns this entity.
- vpc_
type This property is required. str
- common
Dhcp Options This property is required. List<Property Map> - description
This property is required. String - Description for the Floating IP.
- ext
Id This property is required. String - Floating IP UUID
- external
Routing Domain Reference This property is required. String - external
Subnets This property is required. List<Property Map> - externally
Routable Prefixes This property is required. List<Property Map> - links
This property is required. 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
This property is required. List<Property Map> - Metadata associated with this resource.
- name
This property is required. String - Name of the floating IP.
- snat
Ips This property is required. List<Property Map> - tenant
Id This property is required. String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type This property is required. String
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOption
- Domain
Name Servers This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server
- domain
Name Servers This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server>
- domain
Name Servers This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server[]
- domain_
name_ servers This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server]
- domain
Name Servers This property is required. List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServer
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Common Dhcp Option Domain Name Server Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcCommonDhcpOptionDomainNameServerIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnet
- Active
Gateway Count This property is required. int - Active
Gateway Nodes This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node> - External
Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip> - Gateway
Nodes This property is required. List<string> - Subnet
Reference This property is required. string
- Active
Gateway Count This property is required. int - Active
Gateway Nodes This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node - External
Ips This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip - Gateway
Nodes This property is required. []string - Subnet
Reference This property is required. string
- active
Gateway Count This property is required. Integer - active
Gateway Nodes This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node> - external
Ips This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip> - gateway
Nodes This property is required. List<String> - subnet
Reference This property is required. String
- active
Gateway Count This property is required. number - active
Gateway Nodes This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node[] - external
Ips This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip[] - gateway
Nodes This property is required. string[] - subnet
Reference This property is required. string
- active_
gateway_ count This property is required. int - active_
gateway_ nodes This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node] - external_
ips This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip] - gateway_
nodes This property is required. Sequence[str] - subnet_
reference This property is required. str
- active
Gateway Count This property is required. Number - active
Gateway Nodes This property is required. List<Property Map> - external
Ips This property is required. List<Property Map> - gateway
Nodes This property is required. List<String> - subnet
Reference This property is required. String
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNode
- Node
Id This property is required. string - Node
Ip Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address>
- Node
Id This property is required. string - Node
Ip Addresses This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address
- node
Id This property is required. String - node
Ip Addresses This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address>
- node
Id This property is required. string - node
Ip Addresses This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address[]
- node_
id This property is required. str - node_
ip_ addresses This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address]
- node
Id This property is required. String - node
Ip Addresses This property is required. List<Property Map>
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddress
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet Active Gateway Node Node Ip Address Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc External Subnet External Ip Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternalSubnetExternalIpIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefix
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip> - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip> - prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip[] - prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv4Ip] - prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<Property Map> - prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv4Ip
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip> - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip> - prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip[] - prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Externally Routable Prefix Ipv6Ip] - prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<Property Map> - prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpExternalSubnetVpcExternallyRoutablePrefixIpv6Ip
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcLink
GetFloatingIpsV2FloatingIpExternalSubnetVpcMetadata
- Category
Ids This property is required. List<ImmutableArray<object>> - Owner
Reference Id This property is required. string - Owner
User Name This property is required. string - Project
Name This property is required. string - Project
Reference Id This property is required. string
- Category
Ids This property is required. [][]interface{} - Owner
Reference Id This property is required. string - Owner
User Name This property is required. string - Project
Name This property is required. string - Project
Reference Id This property is required. string
- category
Ids This property is required. List<List<Object>> - owner
Reference Id This property is required. String - owner
User Name This property is required. String - project
Name This property is required. String - project
Reference Id This property is required. String
- category
Ids This property is required. any[][] - owner
Reference Id This property is required. string - owner
User Name This property is required. string - project
Name This property is required. string - project
Reference Id This property is required. string
- category_
ids This property is required. Sequence[Sequence[Any]] - owner_
reference_ id This property is required. str - owner_
user_ name This property is required. str - project_
name This property is required. str - project_
reference_ id This property is required. str
- category
Ids This property is required. List<List<Any>> - owner
Reference Id This property is required. String - owner
User Name This property is required. String - project
Name This property is required. String - project
Reference Id This property is required. String
GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip External Subnet Vpc Snat Ip Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpExternalSubnetVpcSnatIpIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpFloatingIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Floating Ip Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Floating Ip Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip Floating Ip Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip Floating Ip Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip Floating Ip Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip Floating Ip Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip Floating Ip Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip Floating Ip Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip Floating Ip Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip Floating Ip Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpFloatingIpIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpFloatingIpIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpLink
GetFloatingIpsV2FloatingIpMetadata
- Category
Ids This property is required. List<ImmutableArray<object>> - Owner
Reference Id This property is required. string - Owner
User Name This property is required. string - Project
Name This property is required. string - Project
Reference Id This property is required. string
- Category
Ids This property is required. [][]interface{} - Owner
Reference Id This property is required. string - Owner
User Name This property is required. string - Project
Name This property is required. string - Project
Reference Id This property is required. string
- category
Ids This property is required. List<List<Object>> - owner
Reference Id This property is required. String - owner
User Name This property is required. String - project
Name This property is required. String - project
Reference Id This property is required. String
- category
Ids This property is required. any[][] - owner
Reference Id This property is required. string - owner
User Name This property is required. string - project
Name This property is required. string - project
Reference Id This property is required. string
- category_
ids This property is required. Sequence[Sequence[Any]] - owner_
reference_ id This property is required. str - owner_
user_ name This property is required. str - project_
name This property is required. str - project_
reference_ id This property is required. str
- category
Ids This property is required. List<List<Any>> - owner
Reference Id This property is required. String - owner
User Name This property is required. String - project
Name This property is required. String - project
Reference Id This property is required. String
GetFloatingIpsV2FloatingIpVmNic
- Private
Ip This property is required. string - Private IP value in string
- Private
Ip This property is required. string - Private IP value in string
- private
Ip This property is required. String - Private IP value in string
- private
Ip This property is required. string - Private IP value in string
- private_
ip This property is required. str - Private IP value in string
- private
Ip This property is required. String - Private IP value in string
GetFloatingIpsV2FloatingIpVpc
- Common
Dhcp Options This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Common Dhcp Option> - Description
This property is required. string - Description for the Floating IP.
- Ext
Id This property is required. string - Floating IP UUID
- External
Routing Domain Reference This property is required. string - External
Subnets This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet> - Externally
Routable Prefixes This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix> - Links
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Metadata> - Metadata associated with this resource.
- Name
This property is required. string - Name of the floating IP.
- Snat
Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Snat Ip> - Tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type This property is required. string
- Common
Dhcp Options This property is required. []GetFloating Ips V2Floating Ip Vpc Common Dhcp Option - Description
This property is required. string - Description for the Floating IP.
- Ext
Id This property is required. string - Floating IP UUID
- External
Routing Domain Reference This property is required. string - External
Subnets This property is required. []GetFloating Ips V2Floating Ip Vpc External Subnet - Externally
Routable Prefixes This property is required. []GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix - Links
This property is required. []GetFloating Ips V2Floating Ip Vpc Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
This property is required. []GetFloating Ips V2Floating Ip Vpc Metadata - Metadata associated with this resource.
- Name
This property is required. string - Name of the floating IP.
- Snat
Ips This property is required. []GetFloating Ips V2Floating Ip Vpc Snat Ip - Tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type This property is required. string
- common
Dhcp Options This property is required. List<GetFloating Ips V2Floating Ip Vpc Common Dhcp Option> - description
This property is required. String - Description for the Floating IP.
- ext
Id This property is required. String - Floating IP UUID
- external
Routing Domain Reference This property is required. String - external
Subnets This property is required. List<GetFloating Ips V2Floating Ip Vpc External Subnet> - externally
Routable Prefixes This property is required. List<GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix> - links
This property is required. List<GetFloating Ips V2Floating Ip Vpc Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. List<GetFloating Ips V2Floating Ip Vpc Metadata> - Metadata associated with this resource.
- name
This property is required. String - Name of the floating IP.
- snat
Ips This property is required. List<GetFloating Ips V2Floating Ip Vpc Snat Ip> - tenant
Id This property is required. String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type This property is required. String
- common
Dhcp Options This property is required. GetFloating Ips V2Floating Ip Vpc Common Dhcp Option[] - description
This property is required. string - Description for the Floating IP.
- ext
Id This property is required. string - Floating IP UUID
- external
Routing Domain Reference This property is required. string - external
Subnets This property is required. GetFloating Ips V2Floating Ip Vpc External Subnet[] - externally
Routable Prefixes This property is required. GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix[] - links
This property is required. GetFloating Ips V2Floating Ip Vpc Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. GetFloating Ips V2Floating Ip Vpc Metadata[] - Metadata associated with this resource.
- name
This property is required. string - Name of the floating IP.
- snat
Ips This property is required. GetFloating Ips V2Floating Ip Vpc Snat Ip[] - tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type This property is required. string
- common_
dhcp_ options This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Common Dhcp Option] - description
This property is required. str - Description for the Floating IP.
- ext_
id This property is required. str - Floating IP UUID
- external_
routing_ domain_ reference This property is required. str - external_
subnets This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet] - externally_
routable_ prefixes This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix] - links
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Metadata] - Metadata associated with this resource.
- name
This property is required. str - Name of the floating IP.
- snat_
ips This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Snat Ip] - tenant_
id This property is required. str - A globally unique identifier that represents the tenant that owns this entity.
- vpc_
type This property is required. str
- common
Dhcp Options This property is required. List<Property Map> - description
This property is required. String - Description for the Floating IP.
- ext
Id This property is required. String - Floating IP UUID
- external
Routing Domain Reference This property is required. String - external
Subnets This property is required. List<Property Map> - externally
Routable Prefixes This property is required. List<Property Map> - links
This property is required. 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
This property is required. List<Property Map> - Metadata associated with this resource.
- name
This property is required. String - Name of the floating IP.
- snat
Ips This property is required. List<Property Map> - tenant
Id This property is required. String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type This property is required. String
GetFloatingIpsV2FloatingIpVpcCommonDhcpOption
- Domain
Name Servers This property is required. []GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server
- domain
Name Servers This property is required. List<GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server>
- domain
Name Servers This property is required. GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server[]
- domain_
name_ servers This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server]
- domain
Name Servers This property is required. List<Property Map>
GetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServer
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Common Dhcp Option Domain Name Server Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpVpcCommonDhcpOptionDomainNameServerIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpVpcExternalSubnet
- Active
Gateway Count This property is required. int - Active
Gateway Nodes This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node> - External
Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet External Ip> - Gateway
Nodes This property is required. List<string> - Subnet
Reference This property is required. string
- Active
Gateway Count This property is required. int - Active
Gateway Nodes This property is required. []GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node - External
Ips This property is required. []GetFloating Ips V2Floating Ip Vpc External Subnet External Ip - Gateway
Nodes This property is required. []string - Subnet
Reference This property is required. string
- active
Gateway Count This property is required. Integer - active
Gateway Nodes This property is required. List<GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node> - external
Ips This property is required. List<GetFloating Ips V2Floating Ip Vpc External Subnet External Ip> - gateway
Nodes This property is required. List<String> - subnet
Reference This property is required. String
- active
Gateway Count This property is required. number - active
Gateway Nodes This property is required. GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node[] - external
Ips This property is required. GetFloating Ips V2Floating Ip Vpc External Subnet External Ip[] - gateway
Nodes This property is required. string[] - subnet
Reference This property is required. string
- active_
gateway_ count This property is required. int - active_
gateway_ nodes This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node] - external_
ips This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet External Ip] - gateway_
nodes This property is required. Sequence[str] - subnet_
reference This property is required. str
- active
Gateway Count This property is required. Number - active
Gateway Nodes This property is required. List<Property Map> - external
Ips This property is required. List<Property Map> - gateway
Nodes This property is required. List<String> - subnet
Reference This property is required. String
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNode
- Node
Id This property is required. string - Node
Ip Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address>
- Node
Id This property is required. string - Node
Ip Addresses This property is required. []GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address
- node
Id This property is required. String - node
Ip Addresses This property is required. List<GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address>
- node
Id This property is required. string - node
Ip Addresses This property is required. GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address[]
- node_
id This property is required. str - node_
ip_ addresses This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address]
- node
Id This property is required. String - node
Ip Addresses This property is required. List<Property Map>
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddress
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet Active Gateway Node Node Ip Address Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpVpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc External Subnet External Ip Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpVpcExternalSubnetExternalIpIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefix
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip> - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
This property is required. []GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip> - prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip[] - prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv4Ip] - prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<Property Map> - prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv4Ip
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip> - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Ips
This property is required. []GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip - Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip> - prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip[] - prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Externally Routable Prefix Ipv6Ip] - prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- ips
This property is required. List<Property Map> - prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
GetFloatingIpsV2FloatingIpVpcExternallyRoutablePrefixIpv6Ip
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpVpcLink
GetFloatingIpsV2FloatingIpVpcMetadata
- Category
Ids This property is required. List<ImmutableArray<object>> - Owner
Reference Id This property is required. string - Owner
User Name This property is required. string - Project
Name This property is required. string - Project
Reference Id This property is required. string
- Category
Ids This property is required. [][]interface{} - Owner
Reference Id This property is required. string - Owner
User Name This property is required. string - Project
Name This property is required. string - Project
Reference Id This property is required. string
- category
Ids This property is required. List<List<Object>> - owner
Reference Id This property is required. String - owner
User Name This property is required. String - project
Name This property is required. String - project
Reference Id This property is required. String
- category
Ids This property is required. any[][] - owner
Reference Id This property is required. string - owner
User Name This property is required. string - project
Name This property is required. string - project
Reference Id This property is required. string
- category_
ids This property is required. Sequence[Sequence[Any]] - owner_
reference_ id This property is required. str - owner_
user_ name This property is required. str - project_
name This property is required. str - project_
reference_ id This property is required. str
- category
Ids This property is required. List<List<Any>> - owner
Reference Id This property is required. String - owner
User Name This property is required. String - project
Name This property is required. String - project
Reference Id This property is required. String
GetFloatingIpsV2FloatingIpVpcSnatIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Snat Ip Ipv4> - Reference to IP Configuration
- Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Floating Ips V2Floating Ip Vpc Snat Ip Ipv6> - Reference to IP Configuration
- Ipv4s
This property is required. []GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv4 - Reference to IP Configuration
- Ipv6s
This property is required. []GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv6 - Reference to IP Configuration
- ipv4s
This property is required. List<GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv4> - Reference to IP Configuration
- ipv6s
This property is required. List<GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv6> - Reference to IP Configuration
- ipv4s
This property is required. GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv4[] - Reference to IP Configuration
- ipv6s
This property is required. GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv6[] - Reference to IP Configuration
- ipv4s
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv4] - Reference to IP Configuration
- ipv6s
This property is required. Sequence[GetFloating Ips V2Floating Ip Vpc Snat Ip Ipv6] - Reference to IP Configuration
- ipv4s
This property is required. List<Property Map> - Reference to IP Configuration
- ipv6s
This property is required. List<Property Map> - Reference to IP Configuration
GetFloatingIpsV2FloatingIpVpcSnatIpIpv4
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
GetFloatingIpsV2FloatingIpVpcSnatIpIpv6
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- Prefix
Length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- Value
This property is required. string - value of address
- prefix
Length This property is required. Integer - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. String - value of address
- prefix
Length This property is required. number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. string - value of address
- prefix_
length This property is required. int - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. str - value of address
- prefix
Length This property is required. Number - Prefix length of the network to which this host IPv4 address belongs. Default value is 32.
- value
This property is required. 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.