NetworkArgs

data class NetworkArgs(val description: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<NetworkArgs>

{{% examples %}}

Example Usage

{{% /examples %}}

Import

Network can be imported using any of these accepted formats

$ pulumi import gcp:vmwareengine/network:Network default projects/{{project}}/locations/{{location}}/vmwareEngineNetworks/{{name}}
$ pulumi import gcp:vmwareengine/network:Network default {{project}}/{{location}}/{{name}}
$ pulumi import gcp:vmwareengine/network:Network default {{location}}/{{name}}

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

User-provided description for this VMware Engine network.

Link copied to clipboard
val location: Output<String>? = null

The location where the VMwareEngineNetwork should reside.

Link copied to clipboard
val name: Output<String>? = null

The ID of the VMwareEngineNetwork.

Link copied to clipboard
val project: Output<String>? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val type: Output<String>? = null

VMware Engine network type. Possible values are: LEGACY.

Functions

Link copied to clipboard
open override fun toJava(): NetworkArgs