Get Virtual Machine Result
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
fun GetVirtualMachineResult(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard