Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getVpcV2
Explore with Pulumi AI
Provides a datasource to retrieve VPC with vpc_uuid .
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const example = nutanix.getVpcV2({
extId: "{{ vpc uuid }}",
});
import pulumi
import pulumi_nutanix as nutanix
example = nutanix.get_vpc_v2(ext_id="{{ vpc uuid }}")
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.LookupVpcV2(ctx, &nutanix.LookupVpcV2Args{
ExtId: "{{ vpc uuid }}",
}, 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 example = Nutanix.GetVpcV2.Invoke(new()
{
ExtId = "{{ vpc uuid }}",
});
});
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.GetVpcV2Args;
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 example = NutanixFunctions.getVpcV2(GetVpcV2Args.builder()
.extId("{{ vpc uuid }}")
.build());
}
}
variables:
example:
fn::invoke:
function: nutanix:getVpcV2
arguments:
extId: '{{ vpc uuid }}'
Using getVpcV2
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 getVpcV2(args: GetVpcV2Args, opts?: InvokeOptions): Promise<GetVpcV2Result>
function getVpcV2Output(args: GetVpcV2OutputArgs, opts?: InvokeOptions): Output<GetVpcV2Result>
def get_vpc_v2(ext_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVpcV2Result
def get_vpc_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVpcV2Result]
func LookupVpcV2(ctx *Context, args *LookupVpcV2Args, opts ...InvokeOption) (*LookupVpcV2Result, error)
func LookupVpcV2Output(ctx *Context, args *LookupVpcV2OutputArgs, opts ...InvokeOption) LookupVpcV2ResultOutput
> Note: This function is named LookupVpcV2
in the Go SDK.
public static class GetVpcV2
{
public static Task<GetVpcV2Result> InvokeAsync(GetVpcV2Args args, InvokeOptions? opts = null)
public static Output<GetVpcV2Result> Invoke(GetVpcV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVpcV2Result> getVpcV2(GetVpcV2Args args, InvokeOptions options)
public static Output<GetVpcV2Result> getVpcV2(GetVpcV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getVpcV2:getVpcV2
arguments:
# arguments dictionary
The following arguments are supported:
- Ext
Id string - vpc UUID
- Ext
Id string - vpc UUID
- ext
Id String - vpc UUID
- ext
Id string - vpc UUID
- ext_
id str - vpc UUID
- ext
Id String - vpc UUID
getVpcV2 Result
The following output properties are available:
- Common
Dhcp List<PiersOptions Karsenbarg. Nutanix. Outputs. Get Vpc V2Common Dhcp Option> - List of DHCP options to be configured.
- Description string
- Description of the VPC.
- Ext
Id string - External
Routing stringDomain Reference - External routing domain associated with this route table
- External
Subnets List<PiersKarsenbarg. Nutanix. Outputs. Get Vpc V2External Subnet> - List of external subnets that the VPC is attached to.
- Externally
Routable List<PiersPrefixes Karsenbarg. Nutanix. Outputs. Get Vpc V2Externally 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Vpc V2Link> - 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. Outputs. Get Vpc V2Metadata> - Metadata associated with this resource.
- Name string
- Name of the VPC.
- Snat
Ips List<PiersKarsenbarg. Nutanix. Outputs. Get Vpc V2Snat 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 Vpc V2Common Dhcp Option - List of DHCP options to be configured.
- Description string
- Description of the VPC.
- Ext
Id string - External
Routing stringDomain Reference - External routing domain associated with this route table
- External
Subnets []GetVpc V2External Subnet - List of external subnets that the VPC is attached to.
- Externally
Routable []GetPrefixes Vpc V2Externally 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
[]Get
Vpc V2Link - 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
Vpc V2Metadata - Metadata associated with this resource.
- Name string
- Name of the VPC.
- Snat
Ips []GetVpc V2Snat 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 Vpc V2Common Dhcp Option> - List of DHCP options to be configured.
- description String
- Description of the VPC.
- ext
Id String - external
Routing StringDomain Reference - External routing domain associated with this route table
- external
Subnets List<GetVpc V2External Subnet> - List of external subnets that the VPC is attached to.
- externally
Routable List<GetPrefixes Vpc V2Externally 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.
- id String
- The provider-assigned unique ID for this managed resource.
- links
List<Get
Vpc V2Link> - 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
Vpc V2Metadata> - Metadata associated with this resource.
- name String
- Name of the VPC.
- snat
Ips List<GetVpc V2Snat 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 Vpc V2Common Dhcp Option[] - List of DHCP options to be configured.
- description string
- Description of the VPC.
- ext
Id string - external
Routing stringDomain Reference - External routing domain associated with this route table
- external
Subnets GetVpc V2External Subnet[] - List of external subnets that the VPC is attached to.
- externally
Routable GetPrefixes Vpc V2Externally 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.
- id string
- The provider-assigned unique ID for this managed resource.
- links
Get
Vpc V2Link[] - 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
Vpc V2Metadata[] - Metadata associated with this resource.
- name string
- Name of the VPC.
- snat
Ips GetVpc V2Snat 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 Vpc V2Common Dhcp Option] - List of DHCP options to be configured.
- description str
- Description of the VPC.
- ext_
id str - external_
routing_ strdomain_ reference - External routing domain associated with this route table
- external_
subnets Sequence[GetVpc V2External Subnet] - List of external subnets that the VPC is attached to.
- externally_
routable_ Sequence[Getprefixes Vpc V2Externally 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.
- id str
- The provider-assigned unique ID for this managed resource.
- links
Sequence[Get
Vpc V2Link] - 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
Vpc V2Metadata] - Metadata associated with this resource.
- name str
- Name of the VPC.
- snat_
ips Sequence[GetVpc V2Snat 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 - 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.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
Supporting Types
GetVpcV2CommonDhcpOption
- Domain
Name List<PiersServers Karsenbarg. Nutanix. Inputs. Get Vpc V2Common Dhcp Option Domain Name Server> - List of Domain Name Server addresses
- Domain
Name []GetServers Vpc V2Common Dhcp Option Domain Name Server - List of Domain Name Server addresses
- domain
Name List<GetServers Vpc V2Common Dhcp Option Domain Name Server> - List of Domain Name Server addresses
- domain
Name GetServers Vpc V2Common Dhcp Option Domain Name Server[] - List of Domain Name Server addresses
- domain_
name_ Sequence[Getservers Vpc V2Common Dhcp Option Domain Name Server] - List of Domain Name Server addresses
- domain
Name List<Property Map>Servers - List of Domain Name Server addresses
GetVpcV2CommonDhcpOptionDomainNameServer
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpc V2Common Dhcp Option Domain Name Server Ipv4> - Reference to address configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpc V2Common Dhcp Option Domain Name Server Ipv6> - Reference to address configuration
- Ipv4s
[]Get
Vpc V2Common Dhcp Option Domain Name Server Ipv4 - Reference to address configuration
- Ipv6s
[]Get
Vpc V2Common Dhcp Option Domain Name Server Ipv6 - Reference to address configuration
- ipv4s
List<Get
Vpc V2Common Dhcp Option Domain Name Server Ipv4> - Reference to address configuration
- ipv6s
List<Get
Vpc V2Common Dhcp Option Domain Name Server Ipv6> - Reference to address configuration
- ipv4s
Get
Vpc V2Common Dhcp Option Domain Name Server Ipv4[] - Reference to address configuration
- ipv6s
Get
Vpc V2Common Dhcp Option Domain Name Server Ipv6[] - Reference to address configuration
- ipv4s
Sequence[Get
Vpc V2Common Dhcp Option Domain Name Server Ipv4] - Reference to address configuration
- ipv6s
Sequence[Get
Vpc V2Common 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
GetVpcV2CommonDhcpOptionDomainNameServerIpv4
- 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
GetVpcV2CommonDhcpOptionDomainNameServerIpv6
- 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
GetVpcV2ExternalSubnet
- Active
Gateway intCount - Maximum number of active gateway nodes for the VPC external subnet association.
- Active
Gateway List<PiersNodes Karsenbarg. Nutanix. Inputs. Get Vpc V2External Subnet Active Gateway Node> - Reference of gateway nodes
- External
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Vpc V2External 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 Vpc V2External Subnet Active Gateway Node - Reference of gateway nodes
- External
Ips []GetVpc V2External 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 Vpc V2External Subnet Active Gateway Node> - Reference of gateway nodes
- external
Ips List<GetVpc V2External 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 Vpc V2External Subnet Active Gateway Node[] - Reference of gateway nodes
- external
Ips GetVpc V2External 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 Vpc V2External Subnet Active Gateway Node] - Reference of gateway nodes
- external_
ips Sequence[GetVpc V2External 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.
GetVpcV2ExternalSubnetActiveGatewayNode
GetVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress
- Ipv4s
[]Get
Vpc V2External Subnet Active Gateway Node Node Ip Address Ipv4 - IP V4 Configuration
- Ipv6s
[]Get
Vpc V2External Subnet Active Gateway Node Node Ip Address Ipv6 - IP V6 Configuration
- ipv4s
List<Get
Vpc V2External Subnet Active Gateway Node Node Ip Address Ipv4> - IP V4 Configuration
- ipv6s
List<Get
Vpc V2External Subnet Active Gateway Node Node Ip Address Ipv6> - IP V6 Configuration
- ipv4s
Get
Vpc V2External Subnet Active Gateway Node Node Ip Address Ipv4[] - IP V4 Configuration
- ipv6s
Get
Vpc V2External Subnet Active Gateway Node Node Ip Address Ipv6[] - IP V6 Configuration
- ipv4s
Sequence[Get
Vpc V2External Subnet Active Gateway Node Node Ip Address Ipv4] - IP V4 Configuration
- ipv6s
Sequence[Get
Vpc V2External 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
GetVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4
- 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
GetVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6
- 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
GetVpcV2ExternalSubnetExternalIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpc V2External Subnet External Ip Ipv4> - IP V4 Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpc V2External Subnet External Ip Ipv6> - IP V6 Configuration
- Ipv4s
[]Get
Vpc V2External Subnet External Ip Ipv4 - IP V4 Configuration
- Ipv6s
[]Get
Vpc V2External Subnet External Ip Ipv6 - IP V6 Configuration
- ipv4s
List<Get
Vpc V2External Subnet External Ip Ipv4> - IP V4 Configuration
- ipv6s
List<Get
Vpc V2External Subnet External Ip Ipv6> - IP V6 Configuration
- ipv4s
Get
Vpc V2External Subnet External Ip Ipv4[] - IP V4 Configuration
- ipv6s
Get
Vpc V2External Subnet External Ip Ipv6[] - IP V6 Configuration
- ipv4s
Sequence[Get
Vpc V2External Subnet External Ip Ipv4] - IP V4 Configuration
- ipv6s
Sequence[Get
Vpc V2External Subnet External Ip Ipv6] - IP V6 Configuration
- ipv4s List<Property Map>
- IP V4 Configuration
- ipv6s List<Property Map>
- IP V6 Configuration
GetVpcV2ExternalSubnetExternalIpIpv4
- 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
GetVpcV2ExternalSubnetExternalIpIpv6
- 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
GetVpcV2ExternallyRoutablePrefix
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpc V2Externally Routable Prefix Ipv4> - IP V4 Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpc V2Externally Routable Prefix Ipv6> - IP V6 Configuration
- Ipv4s
[]Get
Vpc V2Externally Routable Prefix Ipv4 - IP V4 Configuration
- Ipv6s
[]Get
Vpc V2Externally Routable Prefix Ipv6 - IP V6 Configuration
- ipv4s
List<Get
Vpc V2Externally Routable Prefix Ipv4> - IP V4 Configuration
- ipv6s
List<Get
Vpc V2Externally Routable Prefix Ipv6> - IP V6 Configuration
- ipv4s
Get
Vpc V2Externally Routable Prefix Ipv4[] - IP V4 Configuration
- ipv6s
Get
Vpc V2Externally Routable Prefix Ipv6[] - IP V6 Configuration
- ipv4s
Sequence[Get
Vpc V2Externally Routable Prefix Ipv4] - IP V4 Configuration
- ipv6s
Sequence[Get
Vpc V2Externally Routable Prefix Ipv6] - IP V6 Configuration
- ipv4s List<Property Map>
- IP V4 Configuration
- ipv6s List<Property Map>
- IP V6 Configuration
GetVpcV2ExternallyRoutablePrefixIpv4
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpc V2Externally Routable Prefix Ipv4Ip> - Reference to address configuration
- Prefix
Length int - The prefix length of the network
- Ips
[]Get
Vpc V2Externally Routable Prefix Ipv4Ip - Reference to address configuration
- Prefix
Length int - The prefix length of the network
- ips
List<Get
Vpc V2Externally Routable Prefix Ipv4Ip> - Reference to address configuration
- prefix
Length Integer - The prefix length of the network
- ips
Get
Vpc V2Externally Routable Prefix Ipv4Ip[] - Reference to address configuration
- prefix
Length number - The prefix length of the network
- ips
Sequence[Get
Vpc V2Externally 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
GetVpcV2ExternallyRoutablePrefixIpv4Ip
- 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
GetVpcV2ExternallyRoutablePrefixIpv6
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpc V2Externally Routable Prefix Ipv6Ip> - Reference to address configuration
- Prefix
Length int - The prefix length of the network
- Ips
[]Get
Vpc V2Externally Routable Prefix Ipv6Ip - Reference to address configuration
- Prefix
Length int - The prefix length of the network
- ips
List<Get
Vpc V2Externally Routable Prefix Ipv6Ip> - Reference to address configuration
- prefix
Length Integer - The prefix length of the network
- ips
Get
Vpc V2Externally Routable Prefix Ipv6Ip[] - Reference to address configuration
- prefix
Length number - The prefix length of the network
- ips
Sequence[Get
Vpc V2Externally 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
GetVpcV2ExternallyRoutablePrefixIpv6Ip
- 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
GetVpcV2Link
GetVpcV2Metadata
- 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
GetVpcV2SnatIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpc V2Snat Ip Ipv4> - IP V4 Configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Vpc V2Snat Ip Ipv6> - IP V6 Configuration
- Ipv4s
[]Get
Vpc V2Snat Ip Ipv4 - IP V4 Configuration
- Ipv6s
[]Get
Vpc V2Snat Ip Ipv6 - IP V6 Configuration
- ipv4s
List<Get
Vpc V2Snat Ip Ipv4> - IP V4 Configuration
- ipv6s
List<Get
Vpc V2Snat Ip Ipv6> - IP V6 Configuration
- ipv4s
Get
Vpc V2Snat Ip Ipv4[] - IP V4 Configuration
- ipv6s
Get
Vpc V2Snat Ip Ipv6[] - IP V6 Configuration
- ipv4s
Sequence[Get
Vpc V2Snat Ip Ipv4] - IP V4 Configuration
- ipv6s
Sequence[Get
Vpc V2Snat Ip Ipv6] - IP V6 Configuration
- ipv4s List<Property Map>
- IP V4 Configuration
- ipv6s List<Property Map>
- IP V6 Configuration
GetVpcV2SnatIpIpv4
- 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
GetVpcV2SnatIpIpv6
- 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.