BastionShareableLinkResponse

data class BastionShareableLinkResponse(val bsl: String, val createdAt: String, val message: String, val vm: VMResponse)

Bastion Shareable Link.

Constructors

Link copied to clipboard
constructor(bsl: String, createdAt: String, message: String, vm: VMResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bsl: String

The unique Bastion Shareable Link to the virtual machine.

Link copied to clipboard

The time when the link was created.

Link copied to clipboard

Optional field indicating the warning or error message related to the vm in case of partial failure.

Link copied to clipboard

Reference of the virtual machine resource.