Get Virtual Machine Result
data class GetVirtualMachineResult(val adminUsername: String, val bareMetalMachineId: String, val bootMethod: String? = null, val cloudServicesNetworkAttachment: NetworkAttachmentResponse, val clusterId: String, val cpuCores: Double, val detailedStatus: String, val detailedStatusMessage: String, val extendedLocation: ExtendedLocationResponse, val id: String, val isolateEmulatorThread: String? = null, val location: String, val memorySizeGB: Double, val name: String, val networkAttachments: List<NetworkAttachmentResponse>? = null, val networkData: String? = null, val placementHints: List<VirtualMachinePlacementHintResponse>? = null, val powerState: String, val provisioningState: String, val sshPublicKeys: List<SshPublicKeyResponse>? = null, val storageProfile: StorageProfileResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userData: String? = null, val virtioInterface: String? = null, val vmDeviceModel: String? = null, val vmImage: String, val vmImageRepositoryCredentials: ImageRepositoryCredentialsResponse? = null, val volumes: List<String>)
Constructors
Link copied to clipboard
fun GetVirtualMachineResult(adminUsername: String, bareMetalMachineId: String, bootMethod: String? = null, cloudServicesNetworkAttachment: NetworkAttachmentResponse, clusterId: String, cpuCores: Double, detailedStatus: String, detailedStatusMessage: String, extendedLocation: ExtendedLocationResponse, id: String, isolateEmulatorThread: String? = null, location: String, memorySizeGB: Double, name: String, networkAttachments: List<NetworkAttachmentResponse>? = null, networkData: String? = null, placementHints: List<VirtualMachinePlacementHintResponse>? = null, powerState: String, provisioningState: String, sshPublicKeys: List<SshPublicKeyResponse>? = null, storageProfile: StorageProfileResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, userData: String? = null, virtioInterface: String? = null, vmDeviceModel: String? = null, vmImage: String, vmImageRepositoryCredentials: ImageRepositoryCredentialsResponse? = null, volumes: List<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