GetVirtualMachineResult

data class GetVirtualMachineResult(val customResourceName: String, val extendedLocation: ExtendedLocationResponse? = null, val firmwareType: String? = null, val folderPath: String, val guestAgentProfile: GuestAgentProfileResponse? = null, val hardwareProfile: HardwareProfileResponse? = null, val id: String, val identity: IdentityResponse? = null, val instanceUuid: String, val inventoryItemId: String? = null, val kind: String? = null, val location: String, val moName: String, val moRefId: String? = null, val name: String, val networkProfile: NetworkProfileResponse? = null, val osProfile: OsProfileResponse? = null, val placementProfile: PlacementProfileResponse? = null, val powerState: String, val provisioningState: String, val resourcePoolId: String? = null, val securityProfile: SecurityProfileResponse? = null, val smbiosUuid: String? = null, val statuses: List<ResourceStatusResponse>, val storageProfile: StorageProfileResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val templateId: String? = null, val type: String, val uuid: String, val vCenterId: String? = null, val vmId: String)

Define the virtualMachine.

Constructors

Link copied to clipboard
constructor(customResourceName: String, extendedLocation: ExtendedLocationResponse? = null, firmwareType: String? = null, folderPath: String, guestAgentProfile: GuestAgentProfileResponse? = null, hardwareProfile: HardwareProfileResponse? = null, id: String, identity: IdentityResponse? = null, instanceUuid: String, inventoryItemId: String? = null, kind: String? = null, location: String, moName: String, moRefId: String? = null, name: String, networkProfile: NetworkProfileResponse? = null, osProfile: OsProfileResponse? = null, placementProfile: PlacementProfileResponse? = null, powerState: String, provisioningState: String, resourcePoolId: String? = null, securityProfile: SecurityProfileResponse? = null, smbiosUuid: String? = null, statuses: List<ResourceStatusResponse>, storageProfile: StorageProfileResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, templateId: String? = null, type: String, uuid: String, vCenterId: String? = null, vmId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the name of the corresponding resource in Kubernetes.

Link copied to clipboard

Gets or sets the extended location.

Link copied to clipboard
val firmwareType: String? = null

Firmware type

Link copied to clipboard

Gets or sets the folder path of the vm.

Link copied to clipboard

Guest agent status properties.

Link copied to clipboard

Hardware properties.

Link copied to clipboard
val id: String

Gets or sets the Id.

Link copied to clipboard

The identity of the resource.

Link copied to clipboard

Gets or sets the instance uuid of the vm.

Link copied to clipboard
val inventoryItemId: String? = null

Gets or sets the inventory Item ID for the virtual machine.

Link copied to clipboard
val kind: String? = null

Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.

Link copied to clipboard

Gets or sets the location.

Link copied to clipboard

Gets or sets the vCenter Managed Object name for the virtual machine.

Link copied to clipboard
val moRefId: String? = null

Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine.

Link copied to clipboard

Gets or sets the name.

Link copied to clipboard

Network properties.

Link copied to clipboard

OS properties.

Link copied to clipboard

Placement properties.

Link copied to clipboard

Gets the power state of the virtual machine.

Link copied to clipboard

Gets or sets the provisioning state.

Link copied to clipboard
val resourcePoolId: String? = null

Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.

Link copied to clipboard

Gets the security profile.

Link copied to clipboard
val smbiosUuid: String? = null

Gets or sets the SMBIOS UUID of the vm.

Link copied to clipboard

The resource status information.

Link copied to clipboard

Storage properties.

Link copied to clipboard

The system data.

Link copied to clipboard
val tags: Map<String, String>? = null

Gets or sets the Resource tags.

Link copied to clipboard
val templateId: String? = null

Gets or sets the ARM Id of the template resource to deploy the virtual machine.

Link copied to clipboard

Gets or sets the type of the resource.

Link copied to clipboard

Gets or sets a unique identifier for this resource.

Link copied to clipboard
val vCenterId: String? = null

Gets or sets the ARM Id of the vCenter resource in which this resource pool resides.

Link copied to clipboard

Gets or sets a unique identifier for the vm resource.