EndpointAttachmentArgs

data class EndpointAttachmentArgs(val description: Output<String>? = null, val endpointAttachmentId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val serviceAttachment: Output<String>? = null) : ConvertibleToJava<EndpointAttachmentArgs>

Creates a new EndpointAttachment in a given project and location. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, endpointAttachmentId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, project: Output<String>? = null, serviceAttachment: Output<String>? = null)

Properties

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

Optional. Description of the resource.

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

Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent resource.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

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

The path of the service attachment

Functions

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