Network Attachment Args
data class NetworkAttachmentArgs(val connectionPreference: Output<String>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val producerAcceptLists: Output<List<String>>? = null, val producerRejectLists: Output<List<String>>? = null, val project: Output<String>? = null, val region: Output<String>? = null, val subnetworks: Output<List<String>>? = null) : ConvertibleToJava<NetworkAttachmentArgs>
{{% examples %}}
Example Usage
{{% /examples %}}
Import
NetworkAttachment can be imported using any of these accepted formats
$ pulumi import gcp:compute/networkAttachment:NetworkAttachment default projects/{{project}}/regions/{{region}}/networkAttachments/{{name}}
Content copied to clipboard
$ pulumi import gcp:compute/networkAttachment:NetworkAttachment default {{project}}/{{region}}/{{name}}
Content copied to clipboard
$ pulumi import gcp:compute/networkAttachment:NetworkAttachment default {{region}}/{{name}}
Content copied to clipboard
$ pulumi import gcp:compute/networkAttachment:NetworkAttachment default {{name}}
Content copied to clipboard
Constructors
Link copied to clipboard
fun NetworkAttachmentArgs(connectionPreference: Output<String>? = null, description: Output<String>? = null, name: Output<String>? = null, producerAcceptLists: Output<List<String>>? = null, producerRejectLists: Output<List<String>>? = null, project: Output<String>? = null, region: Output<String>? = null, subnetworks: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.