GetCloudLinkResult

data class GetCloudLinkResult(val id: String, val linkedCloud: String? = null, val name: String, val status: String, val type: String)

A cloud link resource

Constructors

Link copied to clipboard
constructor(id: String, linkedCloud: String? = null, name: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val linkedCloud: String? = null

Identifier of the other private cloud participating in the link.

Link copied to clipboard

Resource name.

Link copied to clipboard

The state of the cloud link.

Link copied to clipboard

Resource type.