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 dictionaryThe 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:
- CommonDhcp List<PiersOptions Karsenbarg. Nutanix. Outputs. Get Vpc V2Common Dhcp Option> 
- List of DHCP options to be configured.
- Description string
- Description of the VPC.
- ExtId string
- ExternalRouting stringDomain Reference 
- External routing domain associated with this route table
- ExternalSubnets List<PiersKarsenbarg. Nutanix. Outputs. Get Vpc V2External Subnet> 
- List of external subnets that the VPC is attached to.
- ExternallyRoutable 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<PiersKarsenbarg. 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<PiersKarsenbarg. Nutanix. Outputs. Get Vpc V2Metadata> 
- Metadata associated with this resource.
- Name string
- Name of the VPC.
- SnatIps List<PiersKarsenbarg. Nutanix. Outputs. Get Vpc V2Snat Ip> 
- 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.
- CommonDhcp []GetOptions Vpc V2Common Dhcp Option 
- List of DHCP options to be configured.
- Description string
- Description of the VPC.
- ExtId string
- ExternalRouting stringDomain Reference 
- External routing domain associated with this route table
- ExternalSubnets []GetVpc V2External Subnet 
- List of external subnets that the VPC is attached to.
- ExternallyRoutable []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
[]GetVpc 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
[]GetVpc V2Metadata 
- Metadata associated with this resource.
- Name string
- Name of the VPC.
- SnatIps []GetVpc V2Snat Ip 
- 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.
- commonDhcp List<GetOptions Vpc V2Common Dhcp Option> 
- List of DHCP options to be configured.
- description String
- Description of the VPC.
- extId String
- externalRouting StringDomain Reference 
- External routing domain associated with this route table
- externalSubnets List<GetVpc V2External Subnet> 
- List of external subnets that the VPC is attached to.
- externallyRoutable 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<GetVpc 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<GetVpc V2Metadata> 
- Metadata associated with this resource.
- name String
- Name of the VPC.
- snatIps List<GetVpc V2Snat Ip> 
- 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.
- commonDhcp GetOptions Vpc V2Common Dhcp Option[] 
- List of DHCP options to be configured.
- description string
- Description of the VPC.
- extId string
- externalRouting stringDomain Reference 
- External routing domain associated with this route table
- externalSubnets GetVpc V2External Subnet[] 
- List of external subnets that the VPC is attached to.
- externallyRoutable 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
GetVpc 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
GetVpc V2Metadata[] 
- Metadata associated with this resource.
- name string
- Name of the VPC.
- snatIps GetVpc V2Snat Ip[] 
- 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_ 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[GetVpc 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[GetVpc 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.
- commonDhcp List<Property Map>Options 
- List of DHCP options to be configured.
- description String
- Description of the VPC.
- extId String
- externalRouting StringDomain Reference 
- External routing domain associated with this route table
- externalSubnets List<Property Map>
- List of external subnets that the VPC is attached to.
- externallyRoutable 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.
- 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    
- DomainName List<PiersServers Karsenbarg. Nutanix. Inputs. Get Vpc V2Common Dhcp Option Domain Name Server> 
- List of Domain Name Server addresses
- DomainName []GetServers Vpc V2Common Dhcp Option Domain Name Server 
- List of Domain Name Server addresses
- domainName List<GetServers Vpc V2Common Dhcp Option Domain Name Server> 
- List of Domain Name Server addresses
- domainName 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
- domainName List<Property Map>Servers 
- List of Domain Name Server addresses
GetVpcV2CommonDhcpOptionDomainNameServer       
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Vpc V2Common Dhcp Option Domain Name Server Ipv4> 
- Reference to address configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Vpc V2Common Dhcp Option Domain Name Server Ipv6> 
- Reference to address configuration
- Ipv4s
[]GetVpc V2Common Dhcp Option Domain Name Server Ipv4 
- Reference to address configuration
- Ipv6s
[]GetVpc V2Common Dhcp Option Domain Name Server Ipv6 
- Reference to address configuration
- ipv4s
List<GetVpc V2Common Dhcp Option Domain Name Server Ipv4> 
- Reference to address configuration
- ipv6s
List<GetVpc V2Common Dhcp Option Domain Name Server Ipv6> 
- Reference to address configuration
- ipv4s
GetVpc V2Common Dhcp Option Domain Name Server Ipv4[] 
- Reference to address configuration
- ipv6s
GetVpc V2Common Dhcp Option Domain Name Server Ipv6[] 
- Reference to address configuration
- ipv4s
Sequence[GetVpc V2Common Dhcp Option Domain Name Server Ipv4] 
- Reference to address configuration
- ipv6s
Sequence[GetVpc 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        
- 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   
- ActiveGateway intCount 
- Maximum number of active gateway nodes for the VPC external subnet association.
- ActiveGateway List<PiersNodes Karsenbarg. Nutanix. Inputs. Get Vpc V2External Subnet Active Gateway Node> 
- Reference of gateway nodes
- ExternalIps 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.
- GatewayNodes List<string>
- List of gateway nodes that can be used for external connectivity.
- SubnetReference string
- External subnet reference.
- ActiveGateway intCount 
- Maximum number of active gateway nodes for the VPC external subnet association.
- ActiveGateway []GetNodes Vpc V2External Subnet Active Gateway Node 
- Reference of gateway nodes
- ExternalIps []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.
- GatewayNodes []string
- List of gateway nodes that can be used for external connectivity.
- SubnetReference string
- External subnet reference.
- activeGateway IntegerCount 
- Maximum number of active gateway nodes for the VPC external subnet association.
- activeGateway List<GetNodes Vpc V2External Subnet Active Gateway Node> 
- Reference of gateway nodes
- externalIps 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.
- gatewayNodes List<String>
- List of gateway nodes that can be used for external connectivity.
- subnetReference String
- External subnet reference.
- activeGateway numberCount 
- Maximum number of active gateway nodes for the VPC external subnet association.
- activeGateway GetNodes Vpc V2External Subnet Active Gateway Node[] 
- Reference of gateway nodes
- externalIps 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.
- gatewayNodes string[]
- List of gateway nodes that can be used for external connectivity.
- subnetReference 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.
- activeGateway NumberCount 
- Maximum number of active gateway nodes for the VPC external subnet association.
- activeGateway List<Property Map>Nodes 
- 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
[]GetVpc V2External Subnet Active Gateway Node Node Ip Address Ipv4 
- IP V4 Configuration
- Ipv6s
[]GetVpc V2External Subnet Active Gateway Node Node Ip Address Ipv6 
- IP V6 Configuration
- ipv4s
List<GetVpc V2External Subnet Active Gateway Node Node Ip Address Ipv4> 
- IP V4 Configuration
- ipv6s
List<GetVpc V2External Subnet Active Gateway Node Node Ip Address Ipv6> 
- IP V6 Configuration
- ipv4s
GetVpc V2External Subnet Active Gateway Node Node Ip Address Ipv4[] 
- IP V4 Configuration
- ipv6s
GetVpc V2External Subnet Active Gateway Node Node Ip Address Ipv6[] 
- IP V6 Configuration
- ipv4s
Sequence[GetVpc V2External Subnet Active Gateway Node Node Ip Address Ipv4] 
- IP V4 Configuration
- ipv6s
Sequence[GetVpc 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          
- 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<PiersKarsenbarg. Nutanix. Inputs. Get Vpc V2External Subnet External Ip Ipv4> 
- IP V4 Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Vpc V2External Subnet External Ip Ipv6> 
- IP V6 Configuration
- Ipv4s
[]GetVpc V2External Subnet External Ip Ipv4 
- IP V4 Configuration
- Ipv6s
[]GetVpc V2External Subnet External Ip Ipv6 
- IP V6 Configuration
- ipv4s
List<GetVpc V2External Subnet External Ip Ipv4> 
- IP V4 Configuration
- ipv6s
List<GetVpc V2External Subnet External Ip Ipv6> 
- IP V6 Configuration
- ipv4s
GetVpc V2External Subnet External Ip Ipv4[] 
- IP V4 Configuration
- ipv6s
GetVpc V2External Subnet External Ip Ipv6[] 
- IP V6 Configuration
- ipv4s
Sequence[GetVpc V2External Subnet External Ip Ipv4] 
- IP V4 Configuration
- ipv6s
Sequence[GetVpc V2External Subnet External Ip Ipv6] 
- IP V6 Configuration
- 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<PiersKarsenbarg. Nutanix. Inputs. Get Vpc V2Externally Routable Prefix Ipv4> 
- IP V4 Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Vpc V2Externally Routable Prefix Ipv6> 
- IP V6 Configuration
- Ipv4s
[]GetVpc V2Externally Routable Prefix Ipv4 
- IP V4 Configuration
- Ipv6s
[]GetVpc V2Externally Routable Prefix Ipv6 
- IP V6 Configuration
- ipv4s
List<GetVpc V2Externally Routable Prefix Ipv4> 
- IP V4 Configuration
- ipv6s
List<GetVpc V2Externally Routable Prefix Ipv6> 
- IP V6 Configuration
- ipv4s
GetVpc V2Externally Routable Prefix Ipv4[] 
- IP V4 Configuration
- ipv6s
GetVpc V2Externally Routable Prefix Ipv6[] 
- IP V6 Configuration
- ipv4s
Sequence[GetVpc V2Externally Routable Prefix Ipv4] 
- IP V4 Configuration
- ipv6s
Sequence[GetVpc V2Externally Routable Prefix Ipv6] 
- IP V6 Configuration
- ipv4s List<Property Map>
- IP V4 Configuration
- ipv6s List<Property Map>
- IP V6 Configuration
GetVpcV2ExternallyRoutablePrefixIpv4     
- Ips
List<PiersKarsenbarg. Nutanix. Inputs. Get Vpc V2Externally Routable Prefix Ipv4Ip> 
- Reference to address configuration
- PrefixLength int
- The prefix length of the network
- Ips
[]GetVpc V2Externally Routable Prefix Ipv4Ip 
- Reference to address configuration
- PrefixLength int
- The prefix length of the network
- ips
List<GetVpc V2Externally Routable Prefix Ipv4Ip> 
- Reference to address configuration
- prefixLength Integer
- The prefix length of the network
- ips
GetVpc V2Externally Routable Prefix Ipv4Ip[] 
- Reference to address configuration
- prefixLength number
- The prefix length of the network
- ips
Sequence[GetVpc 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
- 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. Get Vpc V2Externally Routable Prefix Ipv6Ip> 
- Reference to address configuration
- PrefixLength int
- The prefix length of the network
- Ips
[]GetVpc V2Externally Routable Prefix Ipv6Ip 
- Reference to address configuration
- PrefixLength int
- The prefix length of the network
- ips
List<GetVpc V2Externally Routable Prefix Ipv6Ip> 
- Reference to address configuration
- prefixLength Integer
- The prefix length of the network
- ips
GetVpc V2Externally Routable Prefix Ipv6Ip[] 
- Reference to address configuration
- prefixLength number
- The prefix length of the network
- ips
Sequence[GetVpc 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
- 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
GetVpcV2Link  
GetVpcV2Metadata  
- CategoryIds List<ImmutableArray<object>> 
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- CategoryIds [][]interface{}
- OwnerReference stringId 
- OwnerUser stringName 
- ProjectName string
- ProjectReference stringId 
- categoryIds List<List<Object>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
- categoryIds any[][]
- ownerReference stringId 
- ownerUser stringName 
- projectName string
- projectReference stringId 
- category_ids Sequence[Sequence[Any]]
- owner_reference_ strid 
- owner_user_ strname 
- project_name str
- project_reference_ strid 
- categoryIds List<List<Any>>
- ownerReference StringId 
- ownerUser StringName 
- projectName String
- projectReference StringId 
GetVpcV2SnatIp   
- Ipv4s
List<PiersKarsenbarg. Nutanix. Inputs. Get Vpc V2Snat Ip Ipv4> 
- IP V4 Configuration
- Ipv6s
List<PiersKarsenbarg. Nutanix. Inputs. Get Vpc V2Snat Ip Ipv6> 
- IP V6 Configuration
- Ipv4s
[]GetVpc V2Snat Ip Ipv4 
- IP V4 Configuration
- Ipv6s
[]GetVpc V2Snat Ip Ipv6 
- IP V6 Configuration
- ipv4s
List<GetVpc V2Snat Ip Ipv4> 
- IP V4 Configuration
- ipv6s
List<GetVpc V2Snat Ip Ipv6> 
- IP V6 Configuration
- ipv4s
GetVpc V2Snat Ip Ipv4[] 
- IP V4 Configuration
- ipv6s
GetVpc V2Snat Ip Ipv6[] 
- IP V6 Configuration
- ipv4s
Sequence[GetVpc V2Snat Ip Ipv4] 
- IP V4 Configuration
- ipv6s
Sequence[GetVpc V2Snat Ip Ipv6] 
- 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 nutanixTerraform Provider.
