nutanix.VpcV2
Explore with Pulumi AI
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)
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:
- Common
Dhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Vpc V2Common Dhcp Option> - List of DHCP options to be configured.
- Description string
- Description of the VPC.
- External
Routing stringDomain Reference - External routing domain associated with this route table
- External
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Vpc V2External Subnet> - List of external subnets that the VPC is attached to.
- Externally
Routable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. 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.
- Name string
- Name of the VPC.
- Vpc
Type string - Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
- Common
Dhcp []VpcOptions V2Common Dhcp Option Args - List of DHCP options to be configured.
- Description string
- Description of the VPC.
- External
Routing stringDomain Reference - External routing domain associated with this route table
- External
Subnets []VpcV2External Subnet Args - List of external subnets that the VPC is attached to.
- Externally
Routable []VpcPrefixes V2Externally Routable Prefix Args - 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.
- Vpc
Type string - Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
- common
Dhcp List<VpcOptions V2Common Dhcp Option> - List of DHCP options to be configured.
- description String
- Description of the VPC.
- external
Routing StringDomain Reference - External routing domain associated with this route table
- external
Subnets List<VpcV2External Subnet> - List of external subnets that the VPC is attached to.
- externally
Routable List<VpcPrefixes 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.
- name String
- Name of the VPC.
- vpc
Type String - Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
- common
Dhcp VpcOptions V2Common Dhcp Option[] - List of DHCP options to be configured.
- description string
- Description of the VPC.
- external
Routing stringDomain Reference - External routing domain associated with this route table
- external
Subnets VpcV2External Subnet[] - List of external subnets that the VPC is attached to.
- externally
Routable VpcPrefixes 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.
- name string
- Name of the VPC.
- vpc
Type string - Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
- common_
dhcp_ Sequence[Vpcoptions V2Common Dhcp Option Args] - List of DHCP options to be configured.
- description str
- Description of the VPC.
- external_
routing_ strdomain_ reference - External routing domain associated with this route table
- external_
subnets Sequence[VpcV2External Subnet Args] - List of external subnets that the VPC is attached to.
- externally_
routable_ Sequence[Vpcprefixes V2Externally Routable Prefix Args] - 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".
- common
Dhcp List<Property Map>Options - List of DHCP options to be configured.
- description String
- Description of the VPC.
- external
Routing StringDomain Reference - External routing domain associated with this route table
- external
Subnets List<Property Map> - List of external subnets that the VPC is attached to.
- externally
Routable List<Property Map>Prefixes - CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
- name String
- Name of the VPC.
- vpc
Type 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:
- Ext
Id string - the vpc uuid.
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Vpc V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
List<Piers
Karsenbarg. Nutanix. Outputs. Vpc V2Metadata> - The vpc kind metadata.
- Snat
Ips List<PiersKarsenbarg. Nutanix. Outputs. Vpc V2Snat Ip> - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Ext
Id string - the vpc uuid.
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
[]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
[]Vpc
V2Metadata - The vpc kind metadata.
- Snat
Ips []VpcV2Snat Ip - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- ext
Id String - the vpc uuid.
- id String
- The provider-assigned unique ID for this managed resource.
- links
List<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<Vpc
V2Metadata> - The vpc kind metadata.
- snat
Ips List<VpcV2Snat Ip> - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- ext
Id string - the vpc uuid.
- id string
- The provider-assigned unique ID for this managed resource.
- links
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
Vpc
V2Metadata[] - The vpc kind metadata.
- snat
Ips VpcV2Snat Ip[] - tenant
Id 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[Vpc
V2Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas
Sequence[Vpc
V2Metadata] - The vpc kind metadata.
- snat_
ips Sequence[VpcV2Snat Ip] - tenant_
id str - A globally unique identifier that represents the tenant that owns this entity.
- ext
Id 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.
- snat
Ips List<Property Map> - tenant
Id 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.
- Common
Dhcp List<PiersOptions Karsenbarg. Nutanix. Inputs. Vpc V2Common Dhcp Option> - List of DHCP options to be configured.
- Description string
- Description of the VPC.
- Ext
Id string - the vpc uuid.
- External
Routing stringDomain Reference - External routing domain associated with this route table
- External
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Vpc V2External Subnet> - List of external subnets that the VPC is attached to.
- Externally
Routable List<PiersPrefixes Karsenbarg. Nutanix. Inputs. 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.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Vpc V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Vpc V2Metadata> - The vpc kind metadata.
- Name string
- Name of the VPC.
- Snat
Ips List<PiersKarsenbarg. Nutanix. Inputs. Vpc V2Snat Ip> - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type string - Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
- Common
Dhcp []VpcOptions V2Common Dhcp Option Args - List of DHCP options to be configured.
- Description string
- Description of the VPC.
- Ext
Id string - the vpc uuid.
- External
Routing stringDomain Reference - External routing domain associated with this route table
- External
Subnets []VpcV2External Subnet Args - List of external subnets that the VPC is attached to.
- Externally
Routable []VpcPrefixes V2Externally Routable Prefix Args - 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
[]Vpc
V2Link Args - 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
[]Vpc
V2Metadata Args - The vpc kind metadata.
- Name string
- Name of the VPC.
- Snat
Ips []VpcV2Snat Ip Args - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Vpc
Type string - Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
- common
Dhcp List<VpcOptions V2Common Dhcp Option> - List of DHCP options to be configured.
- description String
- Description of the VPC.
- ext
Id String - the vpc uuid.
- external
Routing StringDomain Reference - External routing domain associated with this route table
- external
Subnets List<VpcV2External Subnet> - List of external subnets that the VPC is attached to.
- externally
Routable List<VpcPrefixes 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.
- links
List<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<Vpc
V2Metadata> - The vpc kind metadata.
- name String
- Name of the VPC.
- snat
Ips List<VpcV2Snat Ip> - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type String - Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
- common
Dhcp VpcOptions V2Common Dhcp Option[] - List of DHCP options to be configured.
- description string
- Description of the VPC.
- ext
Id string - the vpc uuid.
- external
Routing stringDomain Reference - External routing domain associated with this route table
- external
Subnets VpcV2External Subnet[] - List of external subnets that the VPC is attached to.
- externally
Routable VpcPrefixes 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.
- links
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
Vpc
V2Metadata[] - The vpc kind metadata.
- name string
- Name of the VPC.
- snat
Ips VpcV2Snat Ip[] - tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type string - Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
- common_
dhcp_ Sequence[Vpcoptions V2Common Dhcp Option Args] - List of DHCP options to be configured.
- description str
- Description of the VPC.
- ext_
id str - the vpc uuid.
- external_
routing_ strdomain_ reference - External routing domain associated with this route table
- external_
subnets Sequence[VpcV2External Subnet Args] - List of external subnets that the VPC is attached to.
- externally_
routable_ Sequence[Vpcprefixes V2Externally Routable Prefix Args] - 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[Vpc
V2Link Args] - 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[Vpc
V2Metadata Args] - The vpc kind metadata.
- name str
- Name of the VPC.
- snat_
ips Sequence[VpcV2Snat Ip Args] - 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".
- common
Dhcp List<Property Map>Options - List of DHCP options to be configured.
- description String
- Description of the VPC.
- ext
Id String - the vpc uuid.
- external
Routing StringDomain Reference - External routing domain associated with this route table
- external
Subnets List<Property Map> - List of external subnets that the VPC is attached to.
- externally
Routable List<Property Map>Prefixes - CIDR blocks from the VPC which can talk externally without performing NAT. This is applicable when connecting to external subnets which have disabled NAT.
- 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.
- snat
Ips List<Property Map> - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- vpc
Type String - Type of VPC. Acceptable values are "REGULAR" , "TRANSIT".
Supporting Types
VpcV2CommonDhcpOption, VpcV2CommonDhcpOptionArgs
- Domain
Name List<PiersServers Karsenbarg. Nutanix. Inputs. Vpc V2Common Dhcp Option Domain Name Server> - List of Domain Name Server addresses
domain_name_servers.ipv4
:(Optional) Reference to address configurationdomain_name_servers.ipv6
: (Optional) Reference to address configuration
- Domain
Name []VpcServers V2Common Dhcp Option Domain Name Server - List of Domain Name Server addresses
domain_name_servers.ipv4
:(Optional) Reference to address configurationdomain_name_servers.ipv6
: (Optional) Reference to address configuration
- domain
Name List<VpcServers V2Common Dhcp Option Domain Name Server> - List of Domain Name Server addresses
domain_name_servers.ipv4
:(Optional) Reference to address configurationdomain_name_servers.ipv6
: (Optional) Reference to address configuration
- domain
Name VpcServers V2Common Dhcp Option Domain Name Server[] - List of Domain Name Server addresses
domain_name_servers.ipv4
:(Optional) Reference to address configurationdomain_name_servers.ipv6
: (Optional) Reference to address configuration
- domain_
name_ Sequence[Vpcservers V2Common Dhcp Option Domain Name Server] - List of Domain Name Server addresses
domain_name_servers.ipv4
:(Optional) Reference to address configurationdomain_name_servers.ipv6
: (Optional) Reference to address configuration
- domain
Name List<Property Map>Servers - List of Domain Name Server addresses
domain_name_servers.ipv4
:(Optional) Reference to address configurationdomain_name_servers.ipv6
: (Optional) Reference to address configuration
VpcV2CommonDhcpOptionDomainNameServer, VpcV2CommonDhcpOptionDomainNameServerArgs
VpcV2CommonDhcpOptionDomainNameServerIpv4, VpcV2CommonDhcpOptionDomainNameServerIpv4Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
VpcV2CommonDhcpOptionDomainNameServerIpv6, VpcV2CommonDhcpOptionDomainNameServerIpv6Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
VpcV2ExternalSubnet, VpcV2ExternalSubnetArgs
- Subnet
Reference string - External subnet reference.
- Active
Gateway intCount - Active
Gateway List<PiersNodes Karsenbarg. Nutanix. Inputs. Vpc V2External Subnet Active Gateway Node> - External
Ips List<PiersKarsenbarg. Nutanix. Inputs. Vpc V2External Subnet External Ip> - List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.
- Gateway
Nodes List<string>
- Subnet
Reference string - External subnet reference.
- Active
Gateway intCount - Active
Gateway []VpcNodes V2External Subnet Active Gateway Node - External
Ips []VpcV2External Subnet External Ip - List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.
- Gateway
Nodes []string
- subnet
Reference String - External subnet reference.
- active
Gateway IntegerCount - active
Gateway List<VpcNodes V2External Subnet Active Gateway Node> - external
Ips List<VpcV2External Subnet External Ip> - List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.
- gateway
Nodes List<String>
- subnet
Reference string - External subnet reference.
- active
Gateway numberCount - active
Gateway VpcNodes V2External Subnet Active Gateway Node[] - external
Ips VpcV2External Subnet External Ip[] - List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.
- gateway
Nodes string[]
- subnet_
reference str - External subnet reference.
- active_
gateway_ intcount - active_
gateway_ Sequence[Vpcnodes V2External Subnet Active Gateway Node] - external_
ips Sequence[VpcV2External 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]
- subnet
Reference String - External subnet reference.
- active
Gateway NumberCount - active
Gateway List<Property Map>Nodes - external
Ips List<Property Map> - List of IP Addresses used for SNAT, if NAT is enabled on the external subnet. If NAT is not enabled, this specifies the IP address of the VPC port connected to the external gateway.
- gateway
Nodes List<String>
VpcV2ExternalSubnetActiveGatewayNode, VpcV2ExternalSubnetActiveGatewayNodeArgs
VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddress, VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressArgs
VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4, VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv4Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6, VpcV2ExternalSubnetActiveGatewayNodeNodeIpAddressIpv6Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
VpcV2ExternalSubnetExternalIp, VpcV2ExternalSubnetExternalIpArgs
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Vpc V2External Subnet External Ip Ipv4> - Reference to address configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Vpc V2External Subnet External Ip Ipv6> - Reference to address configuration
- Ipv4s
[]Vpc
V2External Subnet External Ip Ipv4 - Reference to address configuration
- Ipv6s
[]Vpc
V2External Subnet External Ip Ipv6 - Reference to address configuration
- ipv4s
List<Vpc
V2External Subnet External Ip Ipv4> - Reference to address configuration
- ipv6s
List<Vpc
V2External Subnet External Ip Ipv6> - Reference to address configuration
- ipv4s
Vpc
V2External Subnet External Ip Ipv4[] - Reference to address configuration
- ipv6s
Vpc
V2External Subnet External Ip Ipv6[] - Reference to address configuration
- ipv4s
Sequence[Vpc
V2External Subnet External Ip Ipv4] - Reference to address configuration
- ipv6s
Sequence[Vpc
V2External Subnet External Ip Ipv6] - Reference to address configuration
- ipv4s List<Property Map>
- Reference to address configuration
- ipv6s List<Property Map>
- Reference to address configuration
VpcV2ExternalSubnetExternalIpIpv4, VpcV2ExternalSubnetExternalIpIpv4Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
VpcV2ExternalSubnetExternalIpIpv6, VpcV2ExternalSubnetExternalIpIpv6Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
VpcV2ExternallyRoutablePrefix, VpcV2ExternallyRoutablePrefixArgs
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Vpc V2Externally Routable Prefix Ipv4> - IP V4 Configuration
ipv4.ip
: (Required) Reference to address configurationipv4.prefix_length
: (Required) The prefix length of the network
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Vpc V2Externally Routable Prefix Ipv6> - IP V6 Configuration
ipv6.ip
: (Required) Reference to address configurationipv6.prefix_length
: (Required) The prefix length of the network
- Ipv4s
[]Vpc
V2Externally Routable Prefix Ipv4 - IP V4 Configuration
ipv4.ip
: (Required) Reference to address configurationipv4.prefix_length
: (Required) The prefix length of the network
- Ipv6s
[]Vpc
V2Externally Routable Prefix Ipv6 - IP V6 Configuration
ipv6.ip
: (Required) Reference to address configurationipv6.prefix_length
: (Required) The prefix length of the network
- ipv4s
List<Vpc
V2Externally Routable Prefix Ipv4> - IP V4 Configuration
ipv4.ip
: (Required) Reference to address configurationipv4.prefix_length
: (Required) The prefix length of the network
- ipv6s
List<Vpc
V2Externally Routable Prefix Ipv6> - IP V6 Configuration
ipv6.ip
: (Required) Reference to address configurationipv6.prefix_length
: (Required) The prefix length of the network
- ipv4s
Vpc
V2Externally Routable Prefix Ipv4[] - IP V4 Configuration
ipv4.ip
: (Required) Reference to address configurationipv4.prefix_length
: (Required) The prefix length of the network
- ipv6s
Vpc
V2Externally Routable Prefix Ipv6[] - IP V6 Configuration
ipv6.ip
: (Required) Reference to address configurationipv6.prefix_length
: (Required) The prefix length of the network
- ipv4s
Sequence[Vpc
V2Externally Routable Prefix Ipv4] - IP V4 Configuration
ipv4.ip
: (Required) Reference to address configurationipv4.prefix_length
: (Required) The prefix length of the network
- ipv6s
Sequence[Vpc
V2Externally Routable Prefix Ipv6] - IP V6 Configuration
ipv6.ip
: (Required) Reference to address configurationipv6.prefix_length
: (Required) The prefix length of the network
- ipv4s List<Property Map>
- IP V4 Configuration
ipv4.ip
: (Required) Reference to address configurationipv4.prefix_length
: (Required) The prefix length of the network
- ipv6s List<Property Map>
- IP V6 Configuration
ipv6.ip
: (Required) Reference to address configurationipv6.prefix_length
: (Required) The prefix length of the network
VpcV2ExternallyRoutablePrefixIpv4, VpcV2ExternallyRoutablePrefixIpv4Args
VpcV2ExternallyRoutablePrefixIpv4Ip, VpcV2ExternallyRoutablePrefixIpv4IpArgs
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
VpcV2ExternallyRoutablePrefixIpv6, VpcV2ExternallyRoutablePrefixIpv6Args
VpcV2ExternallyRoutablePrefixIpv6Ip, VpcV2ExternallyRoutablePrefixIpv6IpArgs
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
VpcV2Link, VpcV2LinkArgs
VpcV2Metadata, VpcV2MetadataArgs
- Category
Ids List<ImmutableArray<object>> - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- Category
Ids [][]interface{} - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- category
Ids List<List<Object>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
- category
Ids any[][] - owner
Reference stringId - owner
User stringName - project
Name string - project
Reference stringId
- category_
ids Sequence[Sequence[Any]] - owner_
reference_ strid - owner_
user_ strname - project_
name str - project_
reference_ strid
- category
Ids List<List<Any>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
VpcV2SnatIp, VpcV2SnatIpArgs
VpcV2SnatIpIpv4, VpcV2SnatIpIpv4Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
VpcV2SnatIpIpv6, VpcV2SnatIpIpv6Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length 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.