public final class VirtualMachineInstanceViewInner extends Object
Constructor and Description |
---|
VirtualMachineInstanceViewInner() |
Modifier and Type | Method and Description |
---|---|
BootDiagnosticsInstanceView |
bootDiagnostics()
Get the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output
and Screenshot to diagnose VM status.
|
String |
computerName()
Get the computerName property: The computer name assigned to the virtual machine.
|
List<DiskInstanceView> |
disks()
Get the disks property: The virtual machine disk information.
|
List<VirtualMachineExtensionInstanceView> |
extensions()
Get the extensions property: The extensions information.
|
HyperVGenerationType |
hyperVGeneration()
Get the hyperVGeneration property: Specifies the HyperVGeneration Type associated with a resource.
|
MaintenanceRedeployStatus |
maintenanceRedeployStatus()
Get the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.
|
String |
osName()
Get the osName property: The Operating System running on the virtual machine.
|
String |
osVersion()
Get the osVersion property: The version of Operating System running on the virtual machine.
|
Integer |
platformFaultDomain()
Get the platformFaultDomain property: Specifies the fault domain of the virtual machine.
|
Integer |
platformUpdateDomain()
Get the platformUpdateDomain property: Specifies the update domain of the virtual machine.
|
String |
rdpThumbPrint()
Get the rdpThumbPrint property: The Remote desktop certificate thumbprint.
|
List<InstanceViewStatus> |
statuses()
Get the statuses property: The resource status information.
|
void |
validate()
Validates the instance.
|
VirtualMachineAgentInstanceView |
vmAgent()
Get the vmAgent property: The VM Agent running on the virtual machine.
|
VirtualMachineInstanceViewInner |
withBootDiagnostics(BootDiagnosticsInstanceView bootDiagnostics)
Set the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output
and Screenshot to diagnose VM status.
|
VirtualMachineInstanceViewInner |
withComputerName(String computerName)
Set the computerName property: The computer name assigned to the virtual machine.
|
VirtualMachineInstanceViewInner |
withDisks(List<DiskInstanceView> disks)
Set the disks property: The virtual machine disk information.
|
VirtualMachineInstanceViewInner |
withExtensions(List<VirtualMachineExtensionInstanceView> extensions)
Set the extensions property: The extensions information.
|
VirtualMachineInstanceViewInner |
withHyperVGeneration(HyperVGenerationType hyperVGeneration)
Set the hyperVGeneration property: Specifies the HyperVGeneration Type associated with a resource.
|
VirtualMachineInstanceViewInner |
withMaintenanceRedeployStatus(MaintenanceRedeployStatus maintenanceRedeployStatus)
Set the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.
|
VirtualMachineInstanceViewInner |
withOsName(String osName)
Set the osName property: The Operating System running on the virtual machine.
|
VirtualMachineInstanceViewInner |
withOsVersion(String osVersion)
Set the osVersion property: The version of Operating System running on the virtual machine.
|
VirtualMachineInstanceViewInner |
withPlatformFaultDomain(Integer platformFaultDomain)
Set the platformFaultDomain property: Specifies the fault domain of the virtual machine.
|
VirtualMachineInstanceViewInner |
withPlatformUpdateDomain(Integer platformUpdateDomain)
Set the platformUpdateDomain property: Specifies the update domain of the virtual machine.
|
VirtualMachineInstanceViewInner |
withRdpThumbPrint(String rdpThumbPrint)
Set the rdpThumbPrint property: The Remote desktop certificate thumbprint.
|
VirtualMachineInstanceViewInner |
withStatuses(List<InstanceViewStatus> statuses)
Set the statuses property: The resource status information.
|
VirtualMachineInstanceViewInner |
withVmAgent(VirtualMachineAgentInstanceView vmAgent)
Set the vmAgent property: The VM Agent running on the virtual machine.
|
public Integer platformUpdateDomain()
public VirtualMachineInstanceViewInner withPlatformUpdateDomain(Integer platformUpdateDomain)
platformUpdateDomain
- the platformUpdateDomain value to set.public Integer platformFaultDomain()
public VirtualMachineInstanceViewInner withPlatformFaultDomain(Integer platformFaultDomain)
platformFaultDomain
- the platformFaultDomain value to set.public String computerName()
public VirtualMachineInstanceViewInner withComputerName(String computerName)
computerName
- the computerName value to set.public String osName()
public VirtualMachineInstanceViewInner withOsName(String osName)
osName
- the osName value to set.public String osVersion()
public VirtualMachineInstanceViewInner withOsVersion(String osVersion)
osVersion
- the osVersion value to set.public HyperVGenerationType hyperVGeneration()
public VirtualMachineInstanceViewInner withHyperVGeneration(HyperVGenerationType hyperVGeneration)
hyperVGeneration
- the hyperVGeneration value to set.public String rdpThumbPrint()
public VirtualMachineInstanceViewInner withRdpThumbPrint(String rdpThumbPrint)
rdpThumbPrint
- the rdpThumbPrint value to set.public VirtualMachineAgentInstanceView vmAgent()
public VirtualMachineInstanceViewInner withVmAgent(VirtualMachineAgentInstanceView vmAgent)
vmAgent
- the vmAgent value to set.public MaintenanceRedeployStatus maintenanceRedeployStatus()
public VirtualMachineInstanceViewInner withMaintenanceRedeployStatus(MaintenanceRedeployStatus maintenanceRedeployStatus)
maintenanceRedeployStatus
- the maintenanceRedeployStatus value to set.public List<DiskInstanceView> disks()
public VirtualMachineInstanceViewInner withDisks(List<DiskInstanceView> disks)
disks
- the disks value to set.public List<VirtualMachineExtensionInstanceView> extensions()
public VirtualMachineInstanceViewInner withExtensions(List<VirtualMachineExtensionInstanceView> extensions)
extensions
- the extensions value to set.public BootDiagnosticsInstanceView bootDiagnostics()
public VirtualMachineInstanceViewInner withBootDiagnostics(BootDiagnosticsInstanceView bootDiagnostics)
bootDiagnostics
- the bootDiagnostics value to set.public List<InstanceViewStatus> statuses()
public VirtualMachineInstanceViewInner withStatuses(List<InstanceViewStatus> statuses)
statuses
- the statuses value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.