GetEndpointAttachmentResult

data class GetEndpointAttachmentResult(val createTime: String, val description: String, val endpointIp: String, val labels: Map<String, String>, val name: String, val serviceAttachment: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetEndpointAttachmentResult(createTime: String, description: String, endpointIp: String, labels: Map<String, String>, name: String, serviceAttachment: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Created time.

Link copied to clipboard

Optional. Description of the resource.

Link copied to clipboard

The Private Service Connect connection endpoint ip

Link copied to clipboard

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

Resource name of the Endpoint Attachment. Format: projects/{project}/locations/{location}/endpointAttachments/{endpoint_attachment}

Link copied to clipboard

The path of the service attachment

Link copied to clipboard

Updated time.