ResourceSettingsResponse

data class ResourceSettingsResponse(val cores: Int, val galleryImageResourceId: String? = null, val id: String, val imageName: String, val referenceVm: ReferenceVmResponse, val size: String? = null)

Represents resource specific settings

Constructors

Link copied to clipboard
constructor(cores: Int, galleryImageResourceId: String? = null, id: String, imageName: String, referenceVm: ReferenceVmResponse, size: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cores: Int

The translated compute cores of the virtual machine

Link copied to clipboard

The resource id of the gallery image used for creating the virtual machine

Link copied to clipboard
val id: String

The unique id of the resource setting

Link copied to clipboard

The name of the image used to created the environment setting

Link copied to clipboard

Details specific to Reference Vm

Link copied to clipboard
val size: String? = null

The size of the virtual machine