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

nutanix.getVpcV2

Explore with Pulumi AI

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

    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:

    ExtId string
    vpc UUID
    ExtId string
    vpc UUID
    extId String
    vpc UUID
    extId string
    vpc UUID
    ext_id str
    vpc UUID
    extId String
    vpc UUID

    getVpcV2 Result

    The following output properties are available:

    CommonDhcpOptions List<PiersKarsenbarg.Nutanix.Outputs.GetVpcV2CommonDhcpOption>
    List of DHCP options to be configured.
    Description string
    Description of the VPC.
    ExtId string
    ExternalRoutingDomainReference string
    External routing domain associated with this route table
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Outputs.GetVpcV2ExternalSubnet>
    List of external subnets that the VPC is attached to.
    ExternallyRoutablePrefixes List<PiersKarsenbarg.Nutanix.Outputs.GetVpcV2ExternallyRoutablePrefix>
    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<PiersKarsenbarg.Nutanix.Outputs.GetVpcV2Link>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    Metadatas List<PiersKarsenbarg.Nutanix.Outputs.GetVpcV2Metadata>
    Metadata associated with this resource.
    Name string
    Name of the VPC.
    SnatIps List<PiersKarsenbarg.Nutanix.Outputs.GetVpcV2SnatIp>
    List of IP Addresses used for SNAT.
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    Type of VPC.
    CommonDhcpOptions []GetVpcV2CommonDhcpOption
    List of DHCP options to be configured.
    Description string
    Description of the VPC.
    ExtId string
    ExternalRoutingDomainReference string
    External routing domain associated with this route table
    ExternalSubnets []GetVpcV2ExternalSubnet
    List of external subnets that the VPC is attached to.
    ExternallyRoutablePrefixes []GetVpcV2ExternallyRoutablePrefix
    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 []GetVpcV2Link
    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 []GetVpcV2Metadata
    Metadata associated with this resource.
    Name string
    Name of the VPC.
    SnatIps []GetVpcV2SnatIp
    List of IP Addresses used for SNAT.
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    Type of VPC.
    commonDhcpOptions List<GetVpcV2CommonDhcpOption>
    List of DHCP options to be configured.
    description String
    Description of the VPC.
    extId String
    externalRoutingDomainReference String
    External routing domain associated with this route table
    externalSubnets List<GetVpcV2ExternalSubnet>
    List of external subnets that the VPC is attached to.
    externallyRoutablePrefixes List<GetVpcV2ExternallyRoutablePrefix>
    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<GetVpcV2Link>
    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<GetVpcV2Metadata>
    Metadata associated with this resource.
    name String
    Name of the VPC.
    snatIps List<GetVpcV2SnatIp>
    List of IP Addresses used for SNAT.
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType String
    Type of VPC.
    commonDhcpOptions GetVpcV2CommonDhcpOption[]
    List of DHCP options to be configured.
    description string
    Description of the VPC.
    extId string
    externalRoutingDomainReference string
    External routing domain associated with this route table
    externalSubnets GetVpcV2ExternalSubnet[]
    List of external subnets that the VPC is attached to.
    externallyRoutablePrefixes GetVpcV2ExternallyRoutablePrefix[]
    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 GetVpcV2Link[]
    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 GetVpcV2Metadata[]
    Metadata associated with this resource.
    name string
    Name of the VPC.
    snatIps GetVpcV2SnatIp[]
    List of IP Addresses used for SNAT.
    tenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType string
    Type of VPC.
    common_dhcp_options Sequence[GetVpcV2CommonDhcpOption]
    List of DHCP options to be configured.
    description str
    Description of the VPC.
    ext_id str
    external_routing_domain_reference str
    External routing domain associated with this route table
    external_subnets Sequence[GetVpcV2ExternalSubnet]
    List of external subnets that the VPC is attached to.
    externally_routable_prefixes Sequence[GetVpcV2ExternallyRoutablePrefix]
    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[GetVpcV2Link]
    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[GetVpcV2Metadata]
    Metadata associated with this resource.
    name str
    Name of the VPC.
    snat_ips Sequence[GetVpcV2SnatIp]
    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.
    commonDhcpOptions List<Property Map>
    List of DHCP options to be configured.
    description String
    Description of the VPC.
    extId String
    externalRoutingDomainReference String
    External routing domain associated with this route table
    externalSubnets List<Property Map>
    List of external subnets that the VPC is attached to.
    externallyRoutablePrefixes List<Property Map>
    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.
    snatIps List<Property Map>
    List of IP Addresses used for SNAT.
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType String
    Type of VPC.

    Supporting Types

    GetVpcV2CommonDhcpOption

    domainNameServers List<Property Map>
    List of Domain Name Server addresses

    GetVpcV2CommonDhcpOptionDomainNameServer

    Ipv4s []GetVpcV2CommonDhcpOptionDomainNameServerIpv4
    Reference to address configuration
    Ipv6s []GetVpcV2CommonDhcpOptionDomainNameServerIpv6
    Reference to address configuration
    ipv4s GetVpcV2CommonDhcpOptionDomainNameServerIpv4[]
    Reference to address configuration
    ipv6s GetVpcV2CommonDhcpOptionDomainNameServerIpv6[]
    Reference to address configuration
    ipv4s List<Property Map>
    Reference to address configuration
    ipv6s List<Property Map>
    Reference to address configuration

    GetVpcV2CommonDhcpOptionDomainNameServerIpv4

    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network
    value String
    value of address
    prefixLength 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
    prefixLength Number
    The prefix length of the network
    value String
    value of address

    GetVpcV2CommonDhcpOptionDomainNameServerIpv6

    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network
    value String
    value of address
    prefixLength 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
    prefixLength Number
    The prefix length of the network
    value String
    value of address

    GetVpcV2ExternalSubnet

    ActiveGatewayCount int
    Maximum number of active gateway nodes for the VPC external subnet association.
    ActiveGatewayNodes List<PiersKarsenbarg.Nutanix.Inputs.GetVpcV2ExternalSubnetActiveGatewayNode>
    Reference of gateway nodes
    ExternalIps List<PiersKarsenbarg.Nutanix.Inputs.GetVpcV2ExternalSubnetExternalIp>
    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.
    GatewayNodes List<string>
    List of gateway nodes that can be used for external connectivity.
    SubnetReference string
    External subnet reference.
    ActiveGatewayCount int
    Maximum number of active gateway nodes for the VPC external subnet association.
    ActiveGatewayNodes []GetVpcV2ExternalSubnetActiveGatewayNode
    Reference of gateway nodes
    ExternalIps []GetVpcV2ExternalSubnetExternalIp
    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.
    GatewayNodes []string
    List of gateway nodes that can be used for external connectivity.
    SubnetReference string
    External subnet reference.
    activeGatewayCount Integer
    Maximum number of active gateway nodes for the VPC external subnet association.
    activeGatewayNodes List<GetVpcV2ExternalSubnetActiveGatewayNode>
    Reference of gateway nodes
    externalIps List<GetVpcV2ExternalSubnetExternalIp>
    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.
    gatewayNodes List<String>
    List of gateway nodes that can be used for external connectivity.
    subnetReference String
    External subnet reference.
    activeGatewayCount number
    Maximum number of active gateway nodes for the VPC external subnet association.
    activeGatewayNodes GetVpcV2ExternalSubnetActiveGatewayNode[]
    Reference of gateway nodes
    externalIps GetVpcV2ExternalSubnetExternalIp[]
    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.
    gatewayNodes string[]
    List of gateway nodes that can be used for external connectivity.
    subnetReference string
    External subnet reference.
    active_gateway_count int
    Maximum number of active gateway nodes for the VPC external subnet association.
    active_gateway_nodes Sequence[GetVpcV2ExternalSubnetActiveGatewayNode]
    Reference of gateway nodes
    external_ips Sequence[GetVpcV2ExternalSubnetExternalIp]
    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.
    activeGatewayCount Number
    Maximum number of active gateway nodes for the VPC external subnet association.
    activeGatewayNodes List<Property Map>
    Reference of gateway nodes
    externalIps 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.
    gatewayNodes List<String>
    List of gateway nodes that can be used for external connectivity.
    subnetReference String
    External subnet reference.

    GetVpcV2ExternalSubnetActiveGatewayNode

    GetVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress

    ipv4s List<Property Map>
    IP V4 Configuration
    ipv6s List<Property Map>
    IP V6 Configuration

    GetVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4

    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network
    value String
    value of address
    prefixLength 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
    prefixLength Number
    The prefix length of the network
    value String
    value of address

    GetVpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6

    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network
    value String
    value of address
    prefixLength 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
    prefixLength Number
    The prefix length of the network
    value String
    value of address

    GetVpcV2ExternalSubnetExternalIp

    ipv4s List<Property Map>
    IP V4 Configuration
    ipv6s List<Property Map>
    IP V6 Configuration

    GetVpcV2ExternalSubnetExternalIpIpv4

    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network
    value String
    value of address
    prefixLength 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
    prefixLength Number
    The prefix length of the network
    value String
    value of address

    GetVpcV2ExternalSubnetExternalIpIpv6

    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network
    value String
    value of address
    prefixLength 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
    prefixLength Number
    The prefix length of the network
    value String
    value of address

    GetVpcV2ExternallyRoutablePrefix

    ipv4s List<Property Map>
    IP V4 Configuration
    ipv6s List<Property Map>
    IP V6 Configuration

    GetVpcV2ExternallyRoutablePrefixIpv4

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetVpcV2ExternallyRoutablePrefixIpv4Ip>
    Reference to address configuration
    PrefixLength int
    The prefix length of the network
    Ips []GetVpcV2ExternallyRoutablePrefixIpv4Ip
    Reference to address configuration
    PrefixLength int
    The prefix length of the network
    ips List<GetVpcV2ExternallyRoutablePrefixIpv4Ip>
    Reference to address configuration
    prefixLength Integer
    The prefix length of the network
    ips GetVpcV2ExternallyRoutablePrefixIpv4Ip[]
    Reference to address configuration
    prefixLength number
    The prefix length of the network
    ips Sequence[GetVpcV2ExternallyRoutablePrefixIpv4Ip]
    Reference to address configuration
    prefix_length int
    The prefix length of the network
    ips List<Property Map>
    Reference to address configuration
    prefixLength Number
    The prefix length of the network

    GetVpcV2ExternallyRoutablePrefixIpv4Ip

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength 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
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address

    GetVpcV2ExternallyRoutablePrefixIpv6

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetVpcV2ExternallyRoutablePrefixIpv6Ip>
    Reference to address configuration
    PrefixLength int
    The prefix length of the network
    Ips []GetVpcV2ExternallyRoutablePrefixIpv6Ip
    Reference to address configuration
    PrefixLength int
    The prefix length of the network
    ips List<GetVpcV2ExternallyRoutablePrefixIpv6Ip>
    Reference to address configuration
    prefixLength Integer
    The prefix length of the network
    ips GetVpcV2ExternallyRoutablePrefixIpv6Ip[]
    Reference to address configuration
    prefixLength number
    The prefix length of the network
    ips Sequence[GetVpcV2ExternallyRoutablePrefixIpv6Ip]
    Reference to address configuration
    prefix_length int
    The prefix length of the network
    ips List<Property Map>
    Reference to address configuration
    prefixLength Number
    The prefix length of the network

    GetVpcV2ExternallyRoutablePrefixIpv6Ip

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    prefixLength 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
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of address
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetVpcV2Metadata

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

    GetVpcV2SnatIp

    Ipv4s []GetVpcV2SnatIpIpv4
    IP V4 Configuration
    Ipv6s []GetVpcV2SnatIpIpv6
    IP V6 Configuration
    ipv4s List<GetVpcV2SnatIpIpv4>
    IP V4 Configuration
    ipv6s List<GetVpcV2SnatIpIpv6>
    IP V6 Configuration
    ipv4s GetVpcV2SnatIpIpv4[]
    IP V4 Configuration
    ipv6s GetVpcV2SnatIpIpv6[]
    IP V6 Configuration
    ipv4s List<Property Map>
    IP V4 Configuration
    ipv6s List<Property Map>
    IP V6 Configuration

    GetVpcV2SnatIpIpv4

    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network
    value String
    value of address
    prefixLength 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
    prefixLength Number
    The prefix length of the network
    value String
    value of address

    GetVpcV2SnatIpIpv6

    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    PrefixLength int
    The prefix length of the network
    Value string
    value of address
    prefixLength Integer
    The prefix length of the network
    value String
    value of address
    prefixLength 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
    prefixLength 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.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg