VirtualMachineExtensionHandlerInstanceView 类
定义
The instance view of a virtual machine extension handler.
public class VirtualMachineExtensionHandlerInstanceView
- 继承
-
java.lang.ObjectVirtualMachineExtensionHandlerInstanceView
方法
status() |
Get the status value.
|
type() |
Get the type value.
|
typeHandlerVersion() |
Get the typeHandlerVersion value.
|
withStatus(InstanceViewStatus status) |
Set the status value.
|
withType(String type) |
Set the type value.
|
withTypeHandlerVersion(String typeHandlerVersion) |
Set the typeHandlerVersion value.
|