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

nutanix.VpcV2

Explore with Pulumi AI

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

    Provides Nutanix resource to create VPC.

    Example

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.nutanix.VpcV2;
    import com.pulumi.nutanix.VpcV2Args;
    import com.pulumi.nutanix.inputs.VpcV2ExternalSubnetArgs;
    import com.pulumi.nutanix.inputs.VpcV2ExternallyRoutablePrefixArgs;
    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) {
            var vpc = new VpcV2("vpc", VpcV2Args.builder()
                .description("{{ desc of vpc }}")
                .externalSubnets(VpcV2ExternalSubnetArgs.builder()
                    .externalIps(VpcV2ExternalSubnetExternalIpArgs.builder()
                        .ipv4(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                        .build())
                    .subnetReference("{{ subnet uuid }}")
                    .build())
                .externallyRoutablePrefixes(VpcV2ExternallyRoutablePrefixArgs.builder()
                    .ipv4s(VpcV2ExternallyRoutablePrefixIpv4Args.builder()
                        .ip(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                        .prefixLength(16)
                        .build())
                    .build())
                .build());
    
        }
    }
    
    resources:
      vpc:
        type: nutanix:VpcV2
        properties:
          description: '{{ desc of vpc }}'
          externalSubnets:
            - externalIps:
                - ipv4:
                    - prefixLength: 32
                      value: '{{ ip v4 address }}'
              subnetReference: '{{ subnet uuid }}'
          externallyRoutablePrefixes:
            - ipv4s:
                - ip:
                    - prefixLength: 32
                      value: '{{ ipv4 address }}'
                  prefixLength: 16
    

    Create VpcV2 Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VpcV2(name: string, args?: VpcV2Args, opts?: CustomResourceOptions);
    @overload
    def VpcV2(resource_name: str,
              args: Optional[VpcV2Args] = None,
              opts: Optional[ResourceOptions] = None)
    
    @overload
    def VpcV2(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              common_dhcp_options: Optional[Sequence[VpcV2CommonDhcpOptionArgs]] = None,
              description: Optional[str] = None,
              external_routing_domain_reference: Optional[str] = None,
              external_subnets: Optional[Sequence[VpcV2ExternalSubnetArgs]] = None,
              externally_routable_prefixes: Optional[Sequence[VpcV2ExternallyRoutablePrefixArgs]] = None,
              name: Optional[str] = None,
              vpc_type: Optional[str] = None)
    func NewVpcV2(ctx *Context, name string, args *VpcV2Args, opts ...ResourceOption) (*VpcV2, error)
    public VpcV2(string name, VpcV2Args? args = null, CustomResourceOptions? opts = null)
    public VpcV2(String name, VpcV2Args args)
    public VpcV2(String name, VpcV2Args args, CustomResourceOptions options)
    
    type: nutanix:VpcV2
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args VpcV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args VpcV2Args
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args VpcV2Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VpcV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VpcV2Args
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var vpcV2Resource = new Nutanix.VpcV2("vpcV2Resource", new()
    {
        CommonDhcpOptions = new[]
        {
            new Nutanix.Inputs.VpcV2CommonDhcpOptionArgs
            {
                DomainNameServers = new[]
                {
                    new Nutanix.Inputs.VpcV2CommonDhcpOptionDomainNameServerArgs
                    {
                        Ipv4s = new[]
                        {
                            new Nutanix.Inputs.VpcV2CommonDhcpOptionDomainNameServerIpv4Args
                            {
                                PrefixLength = 0,
                                Value = "string",
                            },
                        },
                        Ipv6s = new[]
                        {
                            new Nutanix.Inputs.VpcV2CommonDhcpOptionDomainNameServerIpv6Args
                            {
                                PrefixLength = 0,
                                Value = "string",
                            },
                        },
                    },
                },
            },
        },
        Description = "string",
        ExternalRoutingDomainReference = "string",
        ExternalSubnets = new[]
        {
            new Nutanix.Inputs.VpcV2ExternalSubnetArgs
            {
                SubnetReference = "string",
                ActiveGatewayCount = 0,
                ActiveGatewayNodes = new[]
                {
                    new Nutanix.Inputs.VpcV2ExternalSubnetActiveGatewayNodeArgs
                    {
                        NodeId = "string",
                        NodeIpAddresses = new[]
                        {
                            new Nutanix.Inputs.VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressArgs
                            {
                                Ipv4s = new[]
                                {
                                    new Nutanix.Inputs.VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4Args
                                    {
                                        PrefixLength = 0,
                                        Value = "string",
                                    },
                                },
                                Ipv6s = new[]
                                {
                                    new Nutanix.Inputs.VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6Args
                                    {
                                        PrefixLength = 0,
                                        Value = "string",
                                    },
                                },
                            },
                        },
                    },
                },
                ExternalIps = new[]
                {
                    new Nutanix.Inputs.VpcV2ExternalSubnetExternalIpArgs
                    {
                        Ipv4s = new[]
                        {
                            new Nutanix.Inputs.VpcV2ExternalSubnetExternalIpIpv4Args
                            {
                                PrefixLength = 0,
                                Value = "string",
                            },
                        },
                        Ipv6s = new[]
                        {
                            new Nutanix.Inputs.VpcV2ExternalSubnetExternalIpIpv6Args
                            {
                                PrefixLength = 0,
                                Value = "string",
                            },
                        },
                    },
                },
                GatewayNodes = new[]
                {
                    "string",
                },
            },
        },
        ExternallyRoutablePrefixes = new[]
        {
            new Nutanix.Inputs.VpcV2ExternallyRoutablePrefixArgs
            {
                Ipv4s = new[]
                {
                    new Nutanix.Inputs.VpcV2ExternallyRoutablePrefixIpv4Args
                    {
                        PrefixLength = 0,
                        Ips = new[]
                        {
                            new Nutanix.Inputs.VpcV2ExternallyRoutablePrefixIpv4IpArgs
                            {
                                PrefixLength = 0,
                                Value = "string",
                            },
                        },
                    },
                },
                Ipv6s = new[]
                {
                    new Nutanix.Inputs.VpcV2ExternallyRoutablePrefixIpv6Args
                    {
                        PrefixLength = 0,
                        Ips = new[]
                        {
                            new Nutanix.Inputs.VpcV2ExternallyRoutablePrefixIpv6IpArgs
                            {
                                PrefixLength = 0,
                                Value = "string",
                            },
                        },
                    },
                },
            },
        },
        Name = "string",
        VpcType = "string",
    });
    
    example, err := nutanix.NewVpcV2(ctx, "vpcV2Resource", &nutanix.VpcV2Args{
    	CommonDhcpOptions: nutanix.VpcV2CommonDhcpOptionArray{
    		&nutanix.VpcV2CommonDhcpOptionArgs{
    			DomainNameServers: nutanix.VpcV2CommonDhcpOptionDomainNameServerArray{
    				&nutanix.VpcV2CommonDhcpOptionDomainNameServerArgs{
    					Ipv4s: nutanix.VpcV2CommonDhcpOptionDomainNameServerIpv4Array{
    						&nutanix.VpcV2CommonDhcpOptionDomainNameServerIpv4Args{
    							PrefixLength: pulumi.Int(0),
    							Value:        pulumi.String("string"),
    						},
    					},
    					Ipv6s: nutanix.VpcV2CommonDhcpOptionDomainNameServerIpv6Array{
    						&nutanix.VpcV2CommonDhcpOptionDomainNameServerIpv6Args{
    							PrefixLength: pulumi.Int(0),
    							Value:        pulumi.String("string"),
    						},
    					},
    				},
    			},
    		},
    	},
    	Description:                    pulumi.String("string"),
    	ExternalRoutingDomainReference: pulumi.String("string"),
    	ExternalSubnets: nutanix.VpcV2ExternalSubnetArray{
    		&nutanix.VpcV2ExternalSubnetArgs{
    			SubnetReference:    pulumi.String("string"),
    			ActiveGatewayCount: pulumi.Int(0),
    			ActiveGatewayNodes: nutanix.VpcV2ExternalSubnetActiveGatewayNodeArray{
    				&nutanix.VpcV2ExternalSubnetActiveGatewayNodeArgs{
    					NodeId: pulumi.String("string"),
    					NodeIpAddresses: nutanix.VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressArray{
    						&nutanix.VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressArgs{
    							Ipv4s: nutanix.VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4Array{
    								&nutanix.VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4Args{
    									PrefixLength: pulumi.Int(0),
    									Value:        pulumi.String("string"),
    								},
    							},
    							Ipv6s: nutanix.VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6Array{
    								&nutanix.VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6Args{
    									PrefixLength: pulumi.Int(0),
    									Value:        pulumi.String("string"),
    								},
    							},
    						},
    					},
    				},
    			},
    			ExternalIps: nutanix.VpcV2ExternalSubnetExternalIpArray{
    				&nutanix.VpcV2ExternalSubnetExternalIpArgs{
    					Ipv4s: nutanix.VpcV2ExternalSubnetExternalIpIpv4Array{
    						&nutanix.VpcV2ExternalSubnetExternalIpIpv4Args{
    							PrefixLength: pulumi.Int(0),
    							Value:        pulumi.String("string"),
    						},
    					},
    					Ipv6s: nutanix.VpcV2ExternalSubnetExternalIpIpv6Array{
    						&nutanix.VpcV2ExternalSubnetExternalIpIpv6Args{
    							PrefixLength: pulumi.Int(0),
    							Value:        pulumi.String("string"),
    						},
    					},
    				},
    			},
    			GatewayNodes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    	},
    	ExternallyRoutablePrefixes: nutanix.VpcV2ExternallyRoutablePrefixArray{
    		&nutanix.VpcV2ExternallyRoutablePrefixArgs{
    			Ipv4s: nutanix.VpcV2ExternallyRoutablePrefixIpv4Array{
    				&nutanix.VpcV2ExternallyRoutablePrefixIpv4Args{
    					PrefixLength: pulumi.Int(0),
    					Ips: nutanix.VpcV2ExternallyRoutablePrefixIpv4IpArray{
    						&nutanix.VpcV2ExternallyRoutablePrefixIpv4IpArgs{
    							PrefixLength: pulumi.Int(0),
    							Value:        pulumi.String("string"),
    						},
    					},
    				},
    			},
    			Ipv6s: nutanix.VpcV2ExternallyRoutablePrefixIpv6Array{
    				&nutanix.VpcV2ExternallyRoutablePrefixIpv6Args{
    					PrefixLength: pulumi.Int(0),
    					Ips: nutanix.VpcV2ExternallyRoutablePrefixIpv6IpArray{
    						&nutanix.VpcV2ExternallyRoutablePrefixIpv6IpArgs{
    							PrefixLength: pulumi.Int(0),
    							Value:        pulumi.String("string"),
    						},
    					},
    				},
    			},
    		},
    	},
    	Name:    pulumi.String("string"),
    	VpcType: pulumi.String("string"),
    })
    
    var vpcV2Resource = new VpcV2("vpcV2Resource", VpcV2Args.builder()
        .commonDhcpOptions(VpcV2CommonDhcpOptionArgs.builder()
            .domainNameServers(VpcV2CommonDhcpOptionDomainNameServerArgs.builder()
                .ipv4s(VpcV2CommonDhcpOptionDomainNameServerIpv4Args.builder()
                    .prefixLength(0)
                    .value("string")
                    .build())
                .ipv6s(VpcV2CommonDhcpOptionDomainNameServerIpv6Args.builder()
                    .prefixLength(0)
                    .value("string")
                    .build())
                .build())
            .build())
        .description("string")
        .externalRoutingDomainReference("string")
        .externalSubnets(VpcV2ExternalSubnetArgs.builder()
            .subnetReference("string")
            .activeGatewayCount(0)
            .activeGatewayNodes(VpcV2ExternalSubnetActiveGatewayNodeArgs.builder()
                .nodeId("string")
                .nodeIpAddresses(VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressArgs.builder()
                    .ipv4s(VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4Args.builder()
                        .prefixLength(0)
                        .value("string")
                        .build())
                    .ipv6s(VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6Args.builder()
                        .prefixLength(0)
                        .value("string")
                        .build())
                    .build())
                .build())
            .externalIps(VpcV2ExternalSubnetExternalIpArgs.builder()
                .ipv4s(VpcV2ExternalSubnetExternalIpIpv4Args.builder()
                    .prefixLength(0)
                    .value("string")
                    .build())
                .ipv6s(VpcV2ExternalSubnetExternalIpIpv6Args.builder()
                    .prefixLength(0)
                    .value("string")
                    .build())
                .build())
            .gatewayNodes("string")
            .build())
        .externallyRoutablePrefixes(VpcV2ExternallyRoutablePrefixArgs.builder()
            .ipv4s(VpcV2ExternallyRoutablePrefixIpv4Args.builder()
                .prefixLength(0)
                .ips(VpcV2ExternallyRoutablePrefixIpv4IpArgs.builder()
                    .prefixLength(0)
                    .value("string")
                    .build())
                .build())
            .ipv6s(VpcV2ExternallyRoutablePrefixIpv6Args.builder()
                .prefixLength(0)
                .ips(VpcV2ExternallyRoutablePrefixIpv6IpArgs.builder()
                    .prefixLength(0)
                    .value("string")
                    .build())
                .build())
            .build())
        .name("string")
        .vpcType("string")
        .build());
    
    vpc_v2_resource = nutanix.VpcV2("vpcV2Resource",
        common_dhcp_options=[{
            "domain_name_servers": [{
                "ipv4s": [{
                    "prefix_length": 0,
                    "value": "string",
                }],
                "ipv6s": [{
                    "prefix_length": 0,
                    "value": "string",
                }],
            }],
        }],
        description="string",
        external_routing_domain_reference="string",
        external_subnets=[{
            "subnet_reference": "string",
            "active_gateway_count": 0,
            "active_gateway_nodes": [{
                "node_id": "string",
                "node_ip_addresses": [{
                    "ipv4s": [{
                        "prefix_length": 0,
                        "value": "string",
                    }],
                    "ipv6s": [{
                        "prefix_length": 0,
                        "value": "string",
                    }],
                }],
            }],
            "external_ips": [{
                "ipv4s": [{
                    "prefix_length": 0,
                    "value": "string",
                }],
                "ipv6s": [{
                    "prefix_length": 0,
                    "value": "string",
                }],
            }],
            "gateway_nodes": ["string"],
        }],
        externally_routable_prefixes=[{
            "ipv4s": [{
                "prefix_length": 0,
                "ips": [{
                    "prefix_length": 0,
                    "value": "string",
                }],
            }],
            "ipv6s": [{
                "prefix_length": 0,
                "ips": [{
                    "prefix_length": 0,
                    "value": "string",
                }],
            }],
        }],
        name="string",
        vpc_type="string")
    
    const vpcV2Resource = new nutanix.VpcV2("vpcV2Resource", {
        commonDhcpOptions: [{
            domainNameServers: [{
                ipv4s: [{
                    prefixLength: 0,
                    value: "string",
                }],
                ipv6s: [{
                    prefixLength: 0,
                    value: "string",
                }],
            }],
        }],
        description: "string",
        externalRoutingDomainReference: "string",
        externalSubnets: [{
            subnetReference: "string",
            activeGatewayCount: 0,
            activeGatewayNodes: [{
                nodeId: "string",
                nodeIpAddresses: [{
                    ipv4s: [{
                        prefixLength: 0,
                        value: "string",
                    }],
                    ipv6s: [{
                        prefixLength: 0,
                        value: "string",
                    }],
                }],
            }],
            externalIps: [{
                ipv4s: [{
                    prefixLength: 0,
                    value: "string",
                }],
                ipv6s: [{
                    prefixLength: 0,
                    value: "string",
                }],
            }],
            gatewayNodes: ["string"],
        }],
        externallyRoutablePrefixes: [{
            ipv4s: [{
                prefixLength: 0,
                ips: [{
                    prefixLength: 0,
                    value: "string",
                }],
            }],
            ipv6s: [{
                prefixLength: 0,
                ips: [{
                    prefixLength: 0,
                    value: "string",
                }],
            }],
        }],
        name: "string",
        vpcType: "string",
    });
    
    type: nutanix:VpcV2
    properties:
        commonDhcpOptions:
            - domainNameServers:
                - ipv4s:
                    - prefixLength: 0
                      value: string
                  ipv6s:
                    - prefixLength: 0
                      value: string
        description: string
        externalRoutingDomainReference: string
        externalSubnets:
            - activeGatewayCount: 0
              activeGatewayNodes:
                - nodeId: string
                  nodeIpAddresses:
                    - ipv4s:
                        - prefixLength: 0
                          value: string
                      ipv6s:
                        - prefixLength: 0
                          value: string
              externalIps:
                - ipv4s:
                    - prefixLength: 0
                      value: string
                  ipv6s:
                    - prefixLength: 0
                      value: string
              gatewayNodes:
                - string
              subnetReference: string
        externallyRoutablePrefixes:
            - ipv4s:
                - ips:
                    - prefixLength: 0
                      value: string
                  prefixLength: 0
              ipv6s:
                - ips:
                    - prefixLength: 0
                      value: string
                  prefixLength: 0
        name: string
        vpcType: string
    

    VpcV2 Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The VpcV2 resource accepts the following input properties:

    CommonDhcpOptions List<PiersKarsenbarg.Nutanix.Inputs.VpcV2CommonDhcpOption>
    List of DHCP options to be configured.
    Description string
    Description of the VPC.
    ExternalRoutingDomainReference string
    External routing domain associated with this route table
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Inputs.VpcV2ExternalSubnet>
    List of external subnets that the VPC is attached to.
    ExternallyRoutablePrefixes List<PiersKarsenbarg.Nutanix.Inputs.VpcV2ExternallyRoutablePrefix>
    CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
    Name string
    Name of the VPC.
    VpcType string
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
    CommonDhcpOptions []VpcV2CommonDhcpOptionArgs
    List of DHCP options to be configured.
    Description string
    Description of the VPC.
    ExternalRoutingDomainReference string
    External routing domain associated with this route table
    ExternalSubnets []VpcV2ExternalSubnetArgs
    List of external subnets that the VPC is attached to.
    ExternallyRoutablePrefixes []VpcV2ExternallyRoutablePrefixArgs
    CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
    Name string
    Name of the VPC.
    VpcType string
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
    commonDhcpOptions List<VpcV2CommonDhcpOption>
    List of DHCP options to be configured.
    description String
    Description of the VPC.
    externalRoutingDomainReference String
    External routing domain associated with this route table
    externalSubnets List<VpcV2ExternalSubnet>
    List of external subnets that the VPC is attached to.
    externallyRoutablePrefixes List<VpcV2ExternallyRoutablePrefix>
    CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
    name String
    Name of the VPC.
    vpcType String
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
    commonDhcpOptions VpcV2CommonDhcpOption[]
    List of DHCP options to be configured.
    description string
    Description of the VPC.
    externalRoutingDomainReference string
    External routing domain associated with this route table
    externalSubnets VpcV2ExternalSubnet[]
    List of external subnets that the VPC is attached to.
    externallyRoutablePrefixes VpcV2ExternallyRoutablePrefix[]
    CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
    name string
    Name of the VPC.
    vpcType string
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
    common_dhcp_options Sequence[VpcV2CommonDhcpOptionArgs]
    List of DHCP options to be configured.
    description str
    Description of the VPC.
    external_routing_domain_reference str
    External routing domain associated with this route table
    external_subnets Sequence[VpcV2ExternalSubnetArgs]
    List of external subnets that the VPC is attached to.
    externally_routable_prefixes Sequence[VpcV2ExternallyRoutablePrefixArgs]
    CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
    name str
    Name of the VPC.
    vpc_type str
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
    commonDhcpOptions List<Property Map>
    List of DHCP options to be configured.
    description String
    Description of the 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.
    name String
    Name of the VPC.
    vpcType String
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VpcV2 resource produces the following output properties:

    ExtId string
    the vpc uuid.
    Id string
    The provider-assigned unique ID for this managed resource.
    Links List<PiersKarsenbarg.Nutanix.Outputs.VpcV2Link>
    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.VpcV2Metadata>
    The vpc kind metadata.
    SnatIps List<PiersKarsenbarg.Nutanix.Outputs.VpcV2SnatIp>
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    ExtId string
    the vpc uuid.
    Id string
    The provider-assigned unique ID for this managed resource.
    Links []VpcV2Link
    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 []VpcV2Metadata
    The vpc kind metadata.
    SnatIps []VpcV2SnatIp
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    extId String
    the vpc uuid.
    id String
    The provider-assigned unique ID for this managed resource.
    links List<VpcV2Link>
    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<VpcV2Metadata>
    The vpc kind metadata.
    snatIps List<VpcV2SnatIp>
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    extId string
    the vpc uuid.
    id string
    The provider-assigned unique ID for this managed resource.
    links VpcV2Link[]
    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 VpcV2Metadata[]
    The vpc kind metadata.
    snatIps VpcV2SnatIp[]
    tenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    ext_id str
    the vpc uuid.
    id str
    The provider-assigned unique ID for this managed resource.
    links Sequence[VpcV2Link]
    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[VpcV2Metadata]
    The vpc kind metadata.
    snat_ips Sequence[VpcV2SnatIp]
    tenant_id str
    A globally unique identifier that represents the tenant that owns this entity.
    extId String
    the vpc uuid.
    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>
    The vpc kind metadata.
    snatIps List<Property Map>
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.

    Look up Existing VpcV2 Resource

    Get an existing VpcV2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: VpcV2State, opts?: CustomResourceOptions): VpcV2
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            common_dhcp_options: Optional[Sequence[VpcV2CommonDhcpOptionArgs]] = None,
            description: Optional[str] = None,
            ext_id: Optional[str] = None,
            external_routing_domain_reference: Optional[str] = None,
            external_subnets: Optional[Sequence[VpcV2ExternalSubnetArgs]] = None,
            externally_routable_prefixes: Optional[Sequence[VpcV2ExternallyRoutablePrefixArgs]] = None,
            links: Optional[Sequence[VpcV2LinkArgs]] = None,
            metadatas: Optional[Sequence[VpcV2MetadataArgs]] = None,
            name: Optional[str] = None,
            snat_ips: Optional[Sequence[VpcV2SnatIpArgs]] = None,
            tenant_id: Optional[str] = None,
            vpc_type: Optional[str] = None) -> VpcV2
    func GetVpcV2(ctx *Context, name string, id IDInput, state *VpcV2State, opts ...ResourceOption) (*VpcV2, error)
    public static VpcV2 Get(string name, Input<string> id, VpcV2State? state, CustomResourceOptions? opts = null)
    public static VpcV2 get(String name, Output<String> id, VpcV2State state, CustomResourceOptions options)
    resources:  _:    type: nutanix:VpcV2    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CommonDhcpOptions List<PiersKarsenbarg.Nutanix.Inputs.VpcV2CommonDhcpOption>
    List of DHCP options to be configured.
    Description string
    Description of the VPC.
    ExtId string
    the vpc uuid.
    ExternalRoutingDomainReference string
    External routing domain associated with this route table
    ExternalSubnets List<PiersKarsenbarg.Nutanix.Inputs.VpcV2ExternalSubnet>
    List of external subnets that the VPC is attached to.
    ExternallyRoutablePrefixes List<PiersKarsenbarg.Nutanix.Inputs.VpcV2ExternallyRoutablePrefix>
    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.VpcV2Link>
    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.VpcV2Metadata>
    The vpc kind metadata.
    Name string
    Name of the VPC.
    SnatIps List<PiersKarsenbarg.Nutanix.Inputs.VpcV2SnatIp>
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
    CommonDhcpOptions []VpcV2CommonDhcpOptionArgs
    List of DHCP options to be configured.
    Description string
    Description of the VPC.
    ExtId string
    the vpc uuid.
    ExternalRoutingDomainReference string
    External routing domain associated with this route table
    ExternalSubnets []VpcV2ExternalSubnetArgs
    List of external subnets that the VPC is attached to.
    ExternallyRoutablePrefixes []VpcV2ExternallyRoutablePrefixArgs
    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 []VpcV2LinkArgs
    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 []VpcV2MetadataArgs
    The vpc kind metadata.
    Name string
    Name of the VPC.
    SnatIps []VpcV2SnatIpArgs
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    VpcType string
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
    commonDhcpOptions List<VpcV2CommonDhcpOption>
    List of DHCP options to be configured.
    description String
    Description of the VPC.
    extId String
    the vpc uuid.
    externalRoutingDomainReference String
    External routing domain associated with this route table
    externalSubnets List<VpcV2ExternalSubnet>
    List of external subnets that the VPC is attached to.
    externallyRoutablePrefixes List<VpcV2ExternallyRoutablePrefix>
    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<VpcV2Link>
    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<VpcV2Metadata>
    The vpc kind metadata.
    name String
    Name of the VPC.
    snatIps List<VpcV2SnatIp>
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType String
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
    commonDhcpOptions VpcV2CommonDhcpOption[]
    List of DHCP options to be configured.
    description string
    Description of the VPC.
    extId string
    the vpc uuid.
    externalRoutingDomainReference string
    External routing domain associated with this route table
    externalSubnets VpcV2ExternalSubnet[]
    List of external subnets that the VPC is attached to.
    externallyRoutablePrefixes VpcV2ExternallyRoutablePrefix[]
    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 VpcV2Link[]
    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 VpcV2Metadata[]
    The vpc kind metadata.
    name string
    Name of the VPC.
    snatIps VpcV2SnatIp[]
    tenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType string
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
    common_dhcp_options Sequence[VpcV2CommonDhcpOptionArgs]
    List of DHCP options to be configured.
    description str
    Description of the VPC.
    ext_id str
    the vpc uuid.
    external_routing_domain_reference str
    External routing domain associated with this route table
    external_subnets Sequence[VpcV2ExternalSubnetArgs]
    List of external subnets that the VPC is attached to.
    externally_routable_prefixes Sequence[VpcV2ExternallyRoutablePrefixArgs]
    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[VpcV2LinkArgs]
    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[VpcV2MetadataArgs]
    The vpc kind metadata.
    name str
    Name of the VPC.
    snat_ips Sequence[VpcV2SnatIpArgs]
    tenant_id str
    A globally unique identifier that represents the tenant that owns this entity.
    vpc_type str
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
    commonDhcpOptions List<Property Map>
    List of DHCP options to be configured.
    description String
    Description of the VPC.
    extId String
    the vpc uuid.
    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>
    The vpc kind metadata.
    name String
    Name of the VPC.
    snatIps List<Property Map>
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    vpcType String
    Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".

    Supporting Types

    VpcV2CommonDhcpOption, VpcV2CommonDhcpOptionArgs

    DomainNameServers List<PiersKarsenbarg.Nutanix.Inputs.VpcV2CommonDhcpOptionDomainNameServer>
    List of Domain Name Server addresses

    • domain_name_servers.ipv4:(Optional) Reference to address configuration
    • domain_name_servers.ipv6: (Optional) Reference to address configuration
    DomainNameServers []VpcV2CommonDhcpOptionDomainNameServer
    List of Domain Name Server addresses

    • domain_name_servers.ipv4:(Optional) Reference to address configuration
    • domain_name_servers.ipv6: (Optional) Reference to address configuration
    domainNameServers List<VpcV2CommonDhcpOptionDomainNameServer>
    List of Domain Name Server addresses

    • domain_name_servers.ipv4:(Optional) Reference to address configuration
    • domain_name_servers.ipv6: (Optional) Reference to address configuration
    domainNameServers VpcV2CommonDhcpOptionDomainNameServer[]
    List of Domain Name Server addresses

    • domain_name_servers.ipv4:(Optional) Reference to address configuration
    • domain_name_servers.ipv6: (Optional) Reference to address configuration
    domain_name_servers Sequence[VpcV2CommonDhcpOptionDomainNameServer]
    List of Domain Name Server addresses

    • domain_name_servers.ipv4:(Optional) Reference to address configuration
    • domain_name_servers.ipv6: (Optional) Reference to address configuration
    domainNameServers List<Property Map>
    List of Domain Name Server addresses

    • domain_name_servers.ipv4:(Optional) Reference to address configuration
    • domain_name_servers.ipv6: (Optional) Reference to address configuration

    VpcV2CommonDhcpOptionDomainNameServer, VpcV2CommonDhcpOptionDomainNameServerArgs

    VpcV2CommonDhcpOptionDomainNameServerIpv4, VpcV2CommonDhcpOptionDomainNameServerIpv4Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    VpcV2CommonDhcpOptionDomainNameServerIpv6, VpcV2CommonDhcpOptionDomainNameServerIpv6Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    VpcV2ExternalSubnet, VpcV2ExternalSubnetArgs

    SubnetReference string
    External subnet reference.
    ActiveGatewayCount int
    ActiveGatewayNodes List<PiersKarsenbarg.Nutanix.Inputs.VpcV2ExternalSubnetActiveGatewayNode>
    ExternalIps List<PiersKarsenbarg.Nutanix.Inputs.VpcV2ExternalSubnetExternalIp>
    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>
    SubnetReference string
    External subnet reference.
    ActiveGatewayCount int
    ActiveGatewayNodes []VpcV2ExternalSubnetActiveGatewayNode
    ExternalIps []VpcV2ExternalSubnetExternalIp
    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
    subnetReference String
    External subnet reference.
    activeGatewayCount Integer
    activeGatewayNodes List<VpcV2ExternalSubnetActiveGatewayNode>
    externalIps List<VpcV2ExternalSubnetExternalIp>
    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>
    subnetReference string
    External subnet reference.
    activeGatewayCount number
    activeGatewayNodes VpcV2ExternalSubnetActiveGatewayNode[]
    externalIps VpcV2ExternalSubnetExternalIp[]
    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[]
    subnet_reference str
    External subnet reference.
    active_gateway_count int
    active_gateway_nodes Sequence[VpcV2ExternalSubnetActiveGatewayNode]
    external_ips Sequence[VpcV2ExternalSubnetExternalIp]
    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]
    subnetReference String
    External subnet reference.
    activeGatewayCount Number
    activeGatewayNodes List<Property Map>
    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>

    VpcV2ExternalSubnetActiveGatewayNode, VpcV2ExternalSubnetActiveGatewayNodeArgs

    VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress, VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressArgs

    VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4, VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6, VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    VpcV2ExternalSubnetExternalIp, VpcV2ExternalSubnetExternalIpArgs

    Ipv4s []VpcV2ExternalSubnetExternalIpIpv4
    Reference to address configuration
    Ipv6s []VpcV2ExternalSubnetExternalIpIpv6
    Reference to address configuration
    ipv4s List<VpcV2ExternalSubnetExternalIpIpv4>
    Reference to address configuration
    ipv6s List<VpcV2ExternalSubnetExternalIpIpv6>
    Reference to address configuration
    ipv4s VpcV2ExternalSubnetExternalIpIpv4[]
    Reference to address configuration
    ipv6s VpcV2ExternalSubnetExternalIpIpv6[]
    Reference to address configuration
    ipv4s Sequence[VpcV2ExternalSubnetExternalIpIpv4]
    Reference to address configuration
    ipv6s Sequence[VpcV2ExternalSubnetExternalIpIpv6]
    Reference to address configuration
    ipv4s List<Property Map>
    Reference to address configuration
    ipv6s List<Property Map>
    Reference to address configuration

    VpcV2ExternalSubnetExternalIpIpv4, VpcV2ExternalSubnetExternalIpIpv4Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    VpcV2ExternalSubnetExternalIpIpv6, VpcV2ExternalSubnetExternalIpIpv6Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    VpcV2ExternallyRoutablePrefix, VpcV2ExternallyRoutablePrefixArgs

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.VpcV2ExternallyRoutablePrefixIpv4>
    IP V4 Configuration

    • ipv4.ip: (Required) Reference to address configuration
    • ipv4.prefix_length: (Required) The prefix length of the network
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.VpcV2ExternallyRoutablePrefixIpv6>
    IP V6 Configuration

    • ipv6.ip: (Required) Reference to address configuration
    • ipv6.prefix_length: (Required) The prefix length of the network
    Ipv4s []VpcV2ExternallyRoutablePrefixIpv4
    IP V4 Configuration

    • ipv4.ip: (Required) Reference to address configuration
    • ipv4.prefix_length: (Required) The prefix length of the network
    Ipv6s []VpcV2ExternallyRoutablePrefixIpv6
    IP V6 Configuration

    • ipv6.ip: (Required) Reference to address configuration
    • ipv6.prefix_length: (Required) The prefix length of the network
    ipv4s List<VpcV2ExternallyRoutablePrefixIpv4>
    IP V4 Configuration

    • ipv4.ip: (Required) Reference to address configuration
    • ipv4.prefix_length: (Required) The prefix length of the network
    ipv6s List<VpcV2ExternallyRoutablePrefixIpv6>
    IP V6 Configuration

    • ipv6.ip: (Required) Reference to address configuration
    • ipv6.prefix_length: (Required) The prefix length of the network
    ipv4s VpcV2ExternallyRoutablePrefixIpv4[]
    IP V4 Configuration

    • ipv4.ip: (Required) Reference to address configuration
    • ipv4.prefix_length: (Required) The prefix length of the network
    ipv6s VpcV2ExternallyRoutablePrefixIpv6[]
    IP V6 Configuration

    • ipv6.ip: (Required) Reference to address configuration
    • ipv6.prefix_length: (Required) The prefix length of the network
    ipv4s Sequence[VpcV2ExternallyRoutablePrefixIpv4]
    IP V4 Configuration

    • ipv4.ip: (Required) Reference to address configuration
    • ipv4.prefix_length: (Required) The prefix length of the network
    ipv6s Sequence[VpcV2ExternallyRoutablePrefixIpv6]
    IP V6 Configuration

    • ipv6.ip: (Required) Reference to address configuration
    • ipv6.prefix_length: (Required) The prefix length of the network
    ipv4s List<Property Map>
    IP V4 Configuration

    • ipv4.ip: (Required) Reference to address configuration
    • ipv4.prefix_length: (Required) The prefix length of the network
    ipv6s List<Property Map>
    IP V6 Configuration

    • ipv6.ip: (Required) Reference to address configuration
    • ipv6.prefix_length: (Required) The prefix length of the network

    VpcV2ExternallyRoutablePrefixIpv4, VpcV2ExternallyRoutablePrefixIpv4Args

    VpcV2ExternallyRoutablePrefixIpv4Ip, VpcV2ExternallyRoutablePrefixIpv4IpArgs

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    VpcV2ExternallyRoutablePrefixIpv6, VpcV2ExternallyRoutablePrefixIpv6Args

    VpcV2ExternallyRoutablePrefixIpv6Ip, VpcV2ExternallyRoutablePrefixIpv6IpArgs

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    VpcV2Metadata, VpcV2MetadataArgs

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

    VpcV2SnatIp, VpcV2SnatIpArgs

    VpcV2SnatIpIpv4, VpcV2SnatIpIpv4Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    VpcV2SnatIpIpv6, VpcV2SnatIpIpv6Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    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