MachineExtensionInstanceViewResponse

data class MachineExtensionInstanceViewResponse(val name: String? = null, val status: MachineExtensionInstanceViewResponseStatus? = null, val type: String? = null, val typeHandlerVersion: String? = null)

Describes the Machine Extension Instance View.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The machine extension name.

Link copied to clipboard

Instance view status.

Link copied to clipboard
val type: String? = null

Specifies the type of the extension; an example is "CustomScriptExtension".

Link copied to clipboard

Specifies the version of the script handler.