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

nutanix.getVpcsV2

Explore with Pulumi AI

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

    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.
    OrderBy 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.
    OrderBy 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.
    orderBy 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.
    orderBy 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.
    orderBy 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:

    Id string
    The provider-assigned unique ID for this managed resource.
    Vpcs List<PiersKarsenbarg.Nutanix.Outputs.GetVpcsV2Vpc>
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    Id string
    The provider-assigned unique ID for this managed resource.
    Vpcs []GetVpcsV2Vpc
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    id String
    The provider-assigned unique ID for this managed resource.
    vpcs List<GetVpcsV2Vpc>
    filter String
    limit Integer
    orderBy String
    page Integer
    select String
    id string
    The provider-assigned unique ID for this managed resource.
    vpcs GetVpcsV2Vpc[]
    filter string
    limit number
    orderBy string
    page number
    select string
    id str
    The provider-assigned unique ID for this managed resource.
    vpcs Sequence[GetVpcsV2Vpc]
    filter str
    limit int
    order_by str
    page int
    select str
    id String
    The provider-assigned unique ID for this managed resource.
    vpcs List<Property Map>
    filter String
    limit Number
    orderBy String
    page Number
    select String

    Supporting Types

    GetVpcsV2Vpc

    CommonDhcpOptions List<PiersKarsenbarg.Nutanix.Inputs.GetVpcsV2VpcCommonDhcpOption>
    List of DHCP options to be configured.
    Description string
    Description of the VPC.
    ExtId string
    ext_id of VPC.
    ExternalRoutingDomainReference string
    External routing domain associated with this route table
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Inputs.GetVpcsV2VpcExternalSubnet>
    List of external subnets that the VPC is attached to.
    ExternallyRoutablePrefixes List<PiersKarsenbarg.Nutanix.Inputs.GetVpcsV2VpcExternallyRoutablePrefix>
    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<PiersKarsenbarg.Nutanix.Inputs.GetVpcsV2VpcLink>
    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.Inputs.GetVpcsV2VpcMetadata>
    Metadata associated with this resource.
    Name string
    Name of the VPC.
    SnatIps List<PiersKarsenbarg.Nutanix.Inputs.GetVpcsV2VpcSnatIp>
    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 []GetVpcsV2VpcCommonDhcpOption
    List of DHCP options to be configured.
    Description string
    Description of the VPC.
    ExtId string
    ext_id of VPC.
    ExternalRoutingDomainReference string
    External routing domain associated with this route table
    ExternalSubnets []GetVpcsV2VpcExternalSubnet
    List of external subnets that the VPC is attached to.
    ExternallyRoutablePrefixes []GetVpcsV2VpcExternallyRoutablePrefix
    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 []GetVpcsV2VpcLink
    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 []GetVpcsV2VpcMetadata
    Metadata associated with this resource.
    Name string
    Name of the VPC.
    SnatIps []GetVpcsV2VpcSnatIp
    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<GetVpcsV2VpcCommonDhcpOption>
    List of DHCP options to be configured.
    description String
    Description of the VPC.
    extId String
    ext_id of VPC.
    externalRoutingDomainReference String
    External routing domain associated with this route table
    externalSubnets List<GetVpcsV2VpcExternalSubnet>
    List of external subnets that the VPC is attached to.
    externallyRoutablePrefixes List<GetVpcsV2VpcExternallyRoutablePrefix>
    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<GetVpcsV2VpcLink>
    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<GetVpcsV2VpcMetadata>
    Metadata associated with this resource.
    name String
    Name of the VPC.
    snatIps List<GetVpcsV2VpcSnatIp>
    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 GetVpcsV2VpcCommonDhcpOption[]
    List of DHCP options to be configured.
    description string
    Description of the VPC.
    extId string
    ext_id of VPC.
    externalRoutingDomainReference string
    External routing domain associated with this route table
    externalSubnets GetVpcsV2VpcExternalSubnet[]
    List of external subnets that the VPC is attached to.
    externallyRoutablePrefixes GetVpcsV2VpcExternallyRoutablePrefix[]
    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 GetVpcsV2VpcLink[]
    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 GetVpcsV2VpcMetadata[]
    Metadata associated with this resource.
    name string
    Name of the VPC.
    snatIps GetVpcsV2VpcSnatIp[]
    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[GetVpcsV2VpcCommonDhcpOption]
    List of DHCP options to be configured.
    description str
    Description of the VPC.
    ext_id str
    ext_id of VPC.
    external_routing_domain_reference str
    External routing domain associated with this route table
    external_subnets Sequence[GetVpcsV2VpcExternalSubnet]
    List of external subnets that the VPC is attached to.
    externally_routable_prefixes Sequence[GetVpcsV2VpcExternallyRoutablePrefix]
    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[GetVpcsV2VpcLink]
    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[GetVpcsV2VpcMetadata]
    Metadata associated with this resource.
    name str
    Name of the VPC.
    snat_ips Sequence[GetVpcsV2VpcSnatIp]
    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
    ext_id of VPC.
    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.
    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.

    GetVpcsV2VpcCommonDhcpOption

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

    GetVpcsV2VpcCommonDhcpOptionDomainNameServer

    ipv4s List<Property Map>
    Reference to address configuration
    ipv6s List<Property Map>
    Reference to address configuration

    GetVpcsV2VpcCommonDhcpOptionDomainNameServerIpv4

    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

    GetVpcsV2VpcCommonDhcpOptionDomainNameServerIpv6

    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

    GetVpcsV2VpcExternalSubnet

    ActiveGatewayCount int
    Maximum number of active gateway nodes for the VPC external subnet association.
    ActiveGatewayNodes List<PiersKarsenbarg.Nutanix.Inputs.GetVpcsV2VpcExternalSubnetActiveGatewayNode>
    Reference of gateway nodes
    ExternalIps List<PiersKarsenbarg.Nutanix.Inputs.GetVpcsV2VpcExternalSubnetExternalIp>
    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 []GetVpcsV2VpcExternalSubnetActiveGatewayNode
    Reference of gateway nodes
    ExternalIps []GetVpcsV2VpcExternalSubnetExternalIp
    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<GetVpcsV2VpcExternalSubnetActiveGatewayNode>
    Reference of gateway nodes
    externalIps List<GetVpcsV2VpcExternalSubnetExternalIp>
    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 GetVpcsV2VpcExternalSubnetActiveGatewayNode[]
    Reference of gateway nodes
    externalIps GetVpcsV2VpcExternalSubnetExternalIp[]
    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[GetVpcsV2VpcExternalSubnetActiveGatewayNode]
    Reference of gateway nodes
    external_ips Sequence[GetVpcsV2VpcExternalSubnetExternalIp]
    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.

    GetVpcsV2VpcExternalSubnetActiveGatewayNode

    GetVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddress

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

    GetVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv4

    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

    GetVpcsV2VpcExternalSubnetActiveGatewayNodeNodeIpAddressIpv6

    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

    GetVpcsV2VpcExternalSubnetExternalIp

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

    GetVpcsV2VpcExternalSubnetExternalIpIpv4

    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

    GetVpcsV2VpcExternalSubnetExternalIpIpv6

    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

    GetVpcsV2VpcExternallyRoutablePrefix

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

    GetVpcsV2VpcExternallyRoutablePrefixIpv4

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetVpcsV2VpcExternallyRoutablePrefixIpv4Ip>
    Reference to address configuration
    PrefixLength int
    The prefix length of the network
    Ips []GetVpcsV2VpcExternallyRoutablePrefixIpv4Ip
    Reference to address configuration
    PrefixLength int
    The prefix length of the network
    ips List<GetVpcsV2VpcExternallyRoutablePrefixIpv4Ip>
    Reference to address configuration
    prefixLength Integer
    The prefix length of the network
    ips GetVpcsV2VpcExternallyRoutablePrefixIpv4Ip[]
    Reference to address configuration
    prefixLength number
    The prefix length of the network
    ips Sequence[GetVpcsV2VpcExternallyRoutablePrefixIpv4Ip]
    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

    GetVpcsV2VpcExternallyRoutablePrefixIpv4Ip

    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

    GetVpcsV2VpcExternallyRoutablePrefixIpv6

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetVpcsV2VpcExternallyRoutablePrefixIpv6Ip>
    Reference to address configuration
    PrefixLength int
    The prefix length of the network
    Ips []GetVpcsV2VpcExternallyRoutablePrefixIpv6Ip
    Reference to address configuration
    PrefixLength int
    The prefix length of the network
    ips List<GetVpcsV2VpcExternallyRoutablePrefixIpv6Ip>
    Reference to address configuration
    prefixLength Integer
    The prefix length of the network
    ips GetVpcsV2VpcExternallyRoutablePrefixIpv6Ip[]
    Reference to address configuration
    prefixLength number
    The prefix length of the network
    ips Sequence[GetVpcsV2VpcExternallyRoutablePrefixIpv6Ip]
    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

    GetVpcsV2VpcExternallyRoutablePrefixIpv6Ip

    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

    GetVpcsV2VpcMetadata

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

    GetVpcsV2VpcSnatIp

    Ipv4s []GetVpcsV2VpcSnatIpIpv4
    IP V4 Configuration
    Ipv6s []GetVpcsV2VpcSnatIpIpv6
    IP V6 Configuration
    ipv4s GetVpcsV2VpcSnatIpIpv4[]
    IP V4 Configuration
    ipv6s GetVpcsV2VpcSnatIpIpv6[]
    IP V6 Configuration
    ipv4s List<Property Map>
    IP V4 Configuration
    ipv6s List<Property Map>
    IP V6 Configuration

    GetVpcsV2VpcSnatIpIpv4

    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

    GetVpcsV2VpcSnatIpIpv6

    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