ResourceSetResponse

data class ResourceSetResponse(val resourceSettingId: String? = null, val vmResourceId: String? = null)

Represents a VM and the setting Id it was created for.

Constructors

Link copied to clipboard
constructor(resourceSettingId: String? = null, vmResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

resourceSettingId for the environment

Link copied to clipboard
val vmResourceId: String? = null

VM resource Id for the environment