Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getVpcsV2
Explore with Pulumi AI
Provides a datasource to retrieve the list of existing VPCs.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const vpcs = nutanix.getVpcsV2({});
import pulumi
import pulumi_nutanix as nutanix
vpcs = nutanix.get_vpcs_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.GetVpcsV2(ctx, &nutanix.GetVpcsV2Args{}, 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 vpcs = Nutanix.GetVpcsV2.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.GetVpcsV2Args;
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 vpcs = NutanixFunctions.getVpcsV2();
}
}
variables:
vpcs:
fn::invoke:
function: nutanix:getVpcsV2
arguments: {}
Using getVpcsV2
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 getVpcsV2(args: GetVpcsV2Args, opts?: InvokeOptions): Promise<GetVpcsV2Result>
function getVpcsV2Output(args: GetVpcsV2OutputArgs, opts?: InvokeOptions): Output<GetVpcsV2Result>
def get_vpcs_v2(filter: Optional[str] = None,
limit: Optional[int] = None,
order_by: Optional[str] = None,
page: Optional[int] = None,
select: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVpcsV2Result
def get_vpcs_v2_output(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,
select: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVpcsV2Result]
func GetVpcsV2(ctx *Context, args *GetVpcsV2Args, opts ...InvokeOption) (*GetVpcsV2Result, error)
func GetVpcsV2Output(ctx *Context, args *GetVpcsV2OutputArgs, opts ...InvokeOption) GetVpcsV2ResultOutput
> Note: This function is named GetVpcsV2
in the Go SDK.
public static class GetVpcsV2
{
public static Task<GetVpcsV2Result> InvokeAsync(GetVpcsV2Args args, InvokeOptions? opts = null)
public static Output<GetVpcsV2Result> Invoke(GetVpcsV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVpcsV2Result> getVpcsV2(GetVpcsV2Args args, InvokeOptions options)
public static Output<GetVpcsV2Result> getVpcsV2(GetVpcsV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getVpcsV2:getVpcsV2
arguments:
# arguments dictionary
The following arguments are supported:
- 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.
- Select string
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.
- 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.
- Select string
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.
- 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.
- select String
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.
- 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.
- select string
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.
- 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.
- select str
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.
- 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.
- select String
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.
getVpcsV2 Result
The following output properties are available:
Supporting Types
GetVpcsV2Vpc
- Common
Dhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Common Dhcp Option> - List of DHCP options to be configured.
- Description string
- Description of the VPC.
- Ext
Id string - ext_id of VPC.
- External
Routing stringDomain Reference - External routing domain associated with this route table
- External
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc External Subnet> - List of external subnets that the VPC is attached to.
- Externally
Routable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Externally Routable Prefix> - CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Metadata> - Metadata associated with this resource.
- Name string
- Name of the VPC.
- Snat
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Snat Ip> - List of IP Addresses used for SNAT.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type string - Type of VPC.
- Common
Dhcp []GetOptions Vpcs V2Vpc Common Dhcp Option - List of DHCP options to be configured.
- Description string
- Description of the VPC.
- Ext
Id string - ext_id of VPC.
- External
Routing stringDomain Reference - External routing domain associated with this route table
- External
Subnets []GetVpcs V2Vpc External Subnet - List of external subnets that the VPC is attached to.
- Externally
Routable []GetPrefixes Vpcs V2Vpc Externally Routable Prefix - CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
- Links
[]Get
Vpcs V2Vpc Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
[]Get
Vpcs V2Vpc Metadata - Metadata associated with this resource.
- Name string
- Name of the VPC.
- Snat
Ips []GetVpcs V2Vpc Snat Ip - List of IP Addresses used for SNAT.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type string - Type of VPC.
- common
Dhcp List<GetOptions Vpcs V2Vpc Common Dhcp Option> - List of DHCP options to be configured.
- description String
- Description of the VPC.
- ext
Id String - ext_id of VPC.
- external
Routing StringDomain Reference - External routing domain associated with this route table
- external
Subnets List<GetVpcs V2Vpc External Subnet> - List of external subnets that the VPC is attached to.
- externally
Routable List<GetPrefixes Vpcs V2Vpc Externally Routable Prefix> - CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
- links
List<Get
Vpcs V2Vpc Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
List<Get
Vpcs V2Vpc Metadata> - Metadata associated with this resource.
- name String
- Name of the VPC.
- snat
Ips List<GetVpcs V2Vpc Snat Ip> - List of IP Addresses used for SNAT.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type String - Type of VPC.
- common
Dhcp GetOptions Vpcs V2Vpc Common Dhcp Option[] - List of DHCP options to be configured.
- description string
- Description of the VPC.
- ext
Id string - ext_id of VPC.
- external
Routing stringDomain Reference - External routing domain associated with this route table
- external
Subnets GetVpcs V2Vpc External Subnet[] - List of external subnets that the VPC is attached to.
- externally
Routable GetPrefixes Vpcs V2Vpc Externally Routable Prefix[] - CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
- links
Get
Vpcs V2Vpc Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Get
Vpcs V2Vpc Metadata[] - Metadata associated with this resource.
- name string
- Name of the VPC.
- snat
Ips GetVpcs V2Vpc Snat Ip[] - List of IP Addresses used for SNAT.
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type string - Type of VPC.
- common_
dhcp_ Sequence[Getoptions Vpcs V2Vpc Common Dhcp Option] - List of DHCP options to be configured.
- description str
- Description of the VPC.
- ext_
id str - ext_id of VPC.
- external_
routing_ strdomain_ reference - External routing domain associated with this route table
- external_
subnets Sequence[GetVpcs V2Vpc External Subnet] - List of external subnets that the VPC is attached to.
- externally_
routable_ Sequence[Getprefixes Vpcs V2Vpc Externally Routable Prefix] - CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
- links
Sequence[Get
Vpcs V2Vpc Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Sequence[Get
Vpcs V2Vpc Metadata] - Metadata associated with this resource.
- name str
- Name of the VPC.
- snat_
ips Sequence[GetVpcs V2Vpc Snat Ip] - List of IP Addresses used for SNAT.
- tenant_
id str - A globally unique identifier that represents the tenant that owns this entity.
- vpc_
type str - Type of VPC.
- common
Dhcp List<Property Map>Options - List of DHCP options to be configured.
- description String
- Description of the VPC.
- ext
Id String - ext_id of VPC.
- external
Routing StringDomain Reference - External routing domain associated with this route table
- external
Subnets List<Property Map> - List of external subnets that the VPC is attached to.
- externally
Routable List<Property Map>Prefixes - CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas List<Property Map>
- Metadata associated with this resource.
- name String
- Name of the VPC.
- snat
Ips List<Property Map> - List of IP Addresses used for SNAT.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type String - Type of VPC.
GetVpcsV2VpcCommonDhcpOption
- Domain
Name List<PiersServers Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Common Dhcp Option Domain Name Server> - List of Domain Name Server addresses
- Domain
Name []GetServers Vpcs V2Vpc Common Dhcp Option Domain Name Server - List of Domain Name Server addresses
- domain
Name List<GetServers Vpcs V2Vpc Common Dhcp Option Domain Name Server> - List of Domain Name Server addresses
- domain
Name GetServers Vpcs V2Vpc Common Dhcp Option Domain Name Server[] - List of Domain Name Server addresses
- domain_
name_ Sequence[Getservers Vpcs V2Vpc Common Dhcp Option Domain Name Server] - List of Domain Name Server addresses
- domain
Name List<Property Map>Servers - List of Domain Name Server addresses
GetVpcsV2VpcCommonDhcpOptionDomainNameServer
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Common Dhcp Option Domain Name Server Ipv4> - Reference to address configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Common Dhcp Option Domain Name Server Ipv6> - Reference to address configuration
- Ipv4s
[]Get
Vpcs V2Vpc Common Dhcp Option Domain Name Server Ipv4 - Reference to address configuration
- Ipv6s
[]Get
Vpcs V2Vpc Common Dhcp Option Domain Name Server Ipv6 - Reference to address configuration
- ipv4s
List<Get
Vpcs V2Vpc Common Dhcp Option Domain Name Server Ipv4> - Reference to address configuration
- ipv6s
List<Get
Vpcs V2Vpc Common Dhcp Option Domain Name Server Ipv6> - Reference to address configuration
- ipv4s
Get
Vpcs V2Vpc Common Dhcp Option Domain Name Server Ipv4[] - Reference to address configuration
- ipv6s
Get
Vpcs V2Vpc Common Dhcp Option Domain Name Server Ipv6[] - Reference to address configuration
- ipv4s
Sequence[Get
Vpcs V2Vpc Common Dhcp Option Domain Name Server Ipv4] - Reference to address configuration
- ipv6s
Sequence[Get
Vpcs V2Vpc Common Dhcp Option Domain Name Server Ipv6] - Reference to address configuration
- ipv4s List<Property Map>
- Reference to address configuration
- ipv6s List<Property Map>
- Reference to address configuration
GetVpcsV2VpcCommonDhcpOptionDomainNameServerIpv4
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- prefix
Length Integer - The prefix length of the network
- value String
- value of address
- prefix
Length number - The prefix length of the network
- value string
- value of address
- prefix_
length int - The prefix length of the network
- value str
- value of address
- prefix
Length Number - The prefix length of the network
- value String
- value of address
GetVpcsV2VpcCommonDhcpOptionDomainNameServerIpv6
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- prefix
Length Integer - The prefix length of the network
- value String
- value of address
- prefix
Length number - The prefix length of the network
- value string
- value of address
- prefix_
length int - The prefix length of the network
- value str
- value of address
- prefix
Length Number - The prefix length of the network
- value String
- value of address
GetVpcsV2VpcExternalSubnet
- Active
Gateway intCount - Maximum number of active gateway nodes for the VPC external subnet association.
- Active
Gateway List<PiersNodes Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc External Subnet Active Gateway Node> - Reference of gateway nodes
- External
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc External Subnet External Ip> - List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.
- Gateway
Nodes List<string> - List of gateway nodes that can be used for external connectivity.
- Subnet
Reference string - External subnet reference.
- Active
Gateway intCount - Maximum number of active gateway nodes for the VPC external subnet association.
- Active
Gateway []GetNodes Vpcs V2Vpc External Subnet Active Gateway Node - Reference of gateway nodes
- External
Ips []GetVpcs V2Vpc External Subnet External Ip - List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.
- Gateway
Nodes []string - List of gateway nodes that can be used for external connectivity.
- Subnet
Reference string - External subnet reference.
- active
Gateway IntegerCount - Maximum number of active gateway nodes for the VPC external subnet association.
- active
Gateway List<GetNodes Vpcs V2Vpc External Subnet Active Gateway Node> - Reference of gateway nodes
- external
Ips List<GetVpcs V2Vpc External Subnet External Ip> - List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.
- gateway
Nodes List<String> - List of gateway nodes that can be used for external connectivity.
- subnet
Reference String - External subnet reference.
- active
Gateway numberCount - Maximum number of active gateway nodes for the VPC external subnet association.
- active
Gateway GetNodes Vpcs V2Vpc External Subnet Active Gateway Node[] - Reference of gateway nodes
- external
Ips GetVpcs V2Vpc External Subnet External Ip[] - List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.
- gateway
Nodes string[] - List of gateway nodes that can be used for external connectivity.
- subnet
Reference string - External subnet reference.
- active_
gateway_ intcount - Maximum number of active gateway nodes for the VPC external subnet association.
- active_
gateway_ Sequence[Getnodes Vpcs V2Vpc External Subnet Active Gateway Node] - Reference of gateway nodes
- external_
ips Sequence[GetVpcs V2Vpc External Subnet External Ip] - List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.
- gateway_
nodes Sequence[str] - List of gateway nodes that can be used for external connectivity.
- subnet_
reference str - External subnet reference.
- active
Gateway NumberCount - Maximum number of active gateway nodes for the VPC external subnet association.
- active
Gateway List<Property Map>Nodes - Reference of gateway nodes
- external
Ips List<Property Map> - List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.
- gateway
Nodes List<String> - List of gateway nodes that can be used for external connectivity.
- subnet
Reference String - External subnet reference.
GetVpcsV2VpcExternalSubnetActiveGatewayNode
GetVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress
- Ipv4s
[]Get
Vpcs V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4 - IP V4 Configuration
- Ipv6s
[]Get
Vpcs V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6 - IP V6 Configuration
- ipv4s
List<Get
Vpcs V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4> - IP V4 Configuration
- ipv6s
List<Get
Vpcs V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6> - IP V6 Configuration
- ipv4s
Get
Vpcs V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4[] - IP V4 Configuration
- ipv6s
Get
Vpcs V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6[] - IP V6 Configuration
- ipv4s
Sequence[Get
Vpcs V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv4] - IP V4 Configuration
- ipv6s
Sequence[Get
Vpcs V2Vpc External Subnet Active Gateway Node Node Ip Address Ipv6] - IP V6 Configuration
- ipv4s List<Property Map>
- IP V4 Configuration
- ipv6s List<Property Map>
- IP V6 Configuration
GetVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- prefix
Length Integer - The prefix length of the network
- value String
- value of address
- prefix
Length number - The prefix length of the network
- value string
- value of address
- prefix_
length int - The prefix length of the network
- value str
- value of address
- prefix
Length Number - The prefix length of the network
- value String
- value of address
GetVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- prefix
Length Integer - The prefix length of the network
- value String
- value of address
- prefix
Length number - The prefix length of the network
- value string
- value of address
- prefix_
length int - The prefix length of the network
- value str
- value of address
- prefix
Length Number - The prefix length of the network
- value String
- value of address
GetVpcsV2VpcExternalSubnetExternalIp
- Ipv4s
[]Get
Vpcs V2Vpc External Subnet External Ip Ipv4 - IP V4 Configuration
- Ipv6s
[]Get
Vpcs V2Vpc External Subnet External Ip Ipv6 - IP V6 Configuration
- ipv4s
List<Get
Vpcs V2Vpc External Subnet External Ip Ipv4> - IP V4 Configuration
- ipv6s
List<Get
Vpcs V2Vpc External Subnet External Ip Ipv6> - IP V6 Configuration
- ipv4s
Get
Vpcs V2Vpc External Subnet External Ip Ipv4[] - IP V4 Configuration
- ipv6s
Get
Vpcs V2Vpc External Subnet External Ip Ipv6[] - IP V6 Configuration
- ipv4s
Sequence[Get
Vpcs V2Vpc External Subnet External Ip Ipv4] - IP V4 Configuration
- ipv6s
Sequence[Get
Vpcs V2Vpc External Subnet External Ip Ipv6] - IP V6 Configuration
- ipv4s List<Property Map>
- IP V4 Configuration
- ipv6s List<Property Map>
- IP V6 Configuration
GetVpcsV2VpcExternalSubnetExternalIpIpv4
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- prefix
Length Integer - The prefix length of the network
- value String
- value of address
- prefix
Length number - The prefix length of the network
- value string
- value of address
- prefix_
length int - The prefix length of the network
- value str
- value of address
- prefix
Length Number - The prefix length of the network
- value String
- value of address
GetVpcsV2VpcExternalSubnetExternalIpIpv6
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- prefix
Length Integer - The prefix length of the network
- value String
- value of address
- prefix
Length number - The prefix length of the network
- value string
- value of address
- prefix_
length int - The prefix length of the network
- value str
- value of address
- prefix
Length Number - The prefix length of the network
- value String
- value of address
GetVpcsV2VpcExternallyRoutablePrefix
- Ipv4s
[]Get
Vpcs V2Vpc Externally Routable Prefix Ipv4 - IP V4 Configuration
- Ipv6s
[]Get
Vpcs V2Vpc Externally Routable Prefix Ipv6 - IP V6 Configuration
- ipv4s
List<Get
Vpcs V2Vpc Externally Routable Prefix Ipv4> - IP V4 Configuration
- ipv6s
List<Get
Vpcs V2Vpc Externally Routable Prefix Ipv6> - IP V6 Configuration
- ipv4s
Get
Vpcs V2Vpc Externally Routable Prefix Ipv4[] - IP V4 Configuration
- ipv6s
Get
Vpcs V2Vpc Externally Routable Prefix Ipv6[] - IP V6 Configuration
- ipv4s
Sequence[Get
Vpcs V2Vpc Externally Routable Prefix Ipv4] - IP V4 Configuration
- ipv6s
Sequence[Get
Vpcs V2Vpc Externally Routable Prefix Ipv6] - IP V6 Configuration
- ipv4s List<Property Map>
- IP V4 Configuration
- ipv6s List<Property Map>
- IP V6 Configuration
GetVpcsV2VpcExternallyRoutablePrefixIpv4
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Externally Routable Prefix Ipv4Ip> - Reference to address configuration
- Prefix
Length int - The prefix length of the network
- Ips
[]Get
Vpcs V2Vpc Externally Routable Prefix Ipv4Ip - Reference to address configuration
- Prefix
Length int - The prefix length of the network
- ips
List<Get
Vpcs V2Vpc Externally Routable Prefix Ipv4Ip> - Reference to address configuration
- prefix
Length Integer - The prefix length of the network
- ips
Get
Vpcs V2Vpc Externally Routable Prefix Ipv4Ip[] - Reference to address configuration
- prefix
Length number - The prefix length of the network
- ips
Sequence[Get
Vpcs V2Vpc Externally Routable Prefix Ipv4Ip] - Reference to address configuration
- prefix_
length int - The prefix length of the network
- ips List<Property Map>
- Reference to address configuration
- prefix
Length Number - The prefix length of the network
GetVpcsV2VpcExternallyRoutablePrefixIpv4Ip
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- value of address
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- value of address
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of address
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- value of address
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- value of address
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of address
GetVpcsV2VpcExternallyRoutablePrefixIpv6
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Externally Routable Prefix Ipv6Ip> - Reference to address configuration
- Prefix
Length int - The prefix length of the network
- Ips
[]Get
Vpcs V2Vpc Externally Routable Prefix Ipv6Ip - Reference to address configuration
- Prefix
Length int - The prefix length of the network
- ips
List<Get
Vpcs V2Vpc Externally Routable Prefix Ipv6Ip> - Reference to address configuration
- prefix
Length Integer - The prefix length of the network
- ips
Get
Vpcs V2Vpc Externally Routable Prefix Ipv6Ip[] - Reference to address configuration
- prefix
Length number - The prefix length of the network
- ips
Sequence[Get
Vpcs V2Vpc Externally Routable Prefix Ipv6Ip] - Reference to address configuration
- prefix_
length int - The prefix length of the network
- ips List<Property Map>
- Reference to address configuration
- prefix
Length Number - The prefix length of the network
GetVpcsV2VpcExternallyRoutablePrefixIpv6Ip
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- value of address
- Prefix
Length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value string
- value of address
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of address
- prefix
Length number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value string
- value of address
- prefix_
length int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value str
- value of address
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of address
GetVpcsV2VpcLink
GetVpcsV2VpcMetadata
- Category
Ids List<ImmutableArray<object>> - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- Category
Ids [][]interface{} - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- category
Ids List<List<Object>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
- category
Ids any[][] - owner
Reference stringId - owner
User stringName - project
Name string - project
Reference stringId
- category_
ids Sequence[Sequence[Any]] - owner_
reference_ strid - owner_
user_ strname - project_
name str - project_
reference_ strid
- category
Ids List<List<Any>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
GetVpcsV2VpcSnatIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Snat Ip Ipv4> - IP V4 Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpcs V2Vpc Snat Ip Ipv6> - IP V6 Configuration
- Ipv4s
[]Get
Vpcs V2Vpc Snat Ip Ipv4 - IP V4 Configuration
- Ipv6s
[]Get
Vpcs V2Vpc Snat Ip Ipv6 - IP V6 Configuration
- ipv4s
List<Get
Vpcs V2Vpc Snat Ip Ipv4> - IP V4 Configuration
- ipv6s
List<Get
Vpcs V2Vpc Snat Ip Ipv6> - IP V6 Configuration
- ipv4s
Get
Vpcs V2Vpc Snat Ip Ipv4[] - IP V4 Configuration
- ipv6s
Get
Vpcs V2Vpc Snat Ip Ipv6[] - IP V6 Configuration
- ipv4s
Sequence[Get
Vpcs V2Vpc Snat Ip Ipv4] - IP V4 Configuration
- ipv6s
Sequence[Get
Vpcs V2Vpc Snat Ip Ipv6] - IP V6 Configuration
- ipv4s List<Property Map>
- IP V4 Configuration
- ipv6s List<Property Map>
- IP V6 Configuration
GetVpcsV2VpcSnatIpIpv4
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- prefix
Length Integer - The prefix length of the network
- value String
- value of address
- prefix
Length number - The prefix length of the network
- value string
- value of address
- prefix_
length int - The prefix length of the network
- value str
- value of address
- prefix
Length Number - The prefix length of the network
- value String
- value of address
GetVpcsV2VpcSnatIpIpv6
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- Prefix
Length int - The prefix length of the network
- Value string
- value of address
- prefix
Length Integer - The prefix length of the network
- value String
- value of address
- prefix
Length number - The prefix length of the network
- value string
- value of address
- prefix_
length int - The prefix length of the network
- value str
- value of address
- prefix
Length Number - The prefix length of the network
- value String
- value of address
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.