MachineExtensionInstanceView Class
- java.
lang. Object - com.
azure. resourcemanager. connectedvmware. models. MachineExtensionInstanceView
- com.
public class MachineExtensionInstanceView
Describes the Machine Extension Instance View.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| MachineExtensionInstanceView() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
name()
Get the name property: The machine extension name. |
|
Machine |
status()
Get the status property: Instance view status. |
| String |
type()
Get the type property: Specifies the type of the extension; an example is "Custom |
| String |
typeHandlerVersion()
Get the type |
| void |
validate()
Validates the instance. |
|
Machine |
withStatus(MachineExtensionInstanceViewStatus status)
Set the status property: Instance view status. |
Methods inherited from java.lang.Object
Constructor Details
MachineExtensionInstanceView
public MachineExtensionInstanceView()
Method Details
name
public String name()
Get the name property: The machine extension name.
Returns:
status
public MachineExtensionInstanceViewStatus status()
Get the status property: Instance view status.
Returns:
type
public String type()
Get the type property: Specifies the type of the extension; an example is "CustomScriptExtension".
Returns:
typeHandlerVersion
public String typeHandlerVersion()
Get the typeHandlerVersion property: Specifies the version of the script handler.
Returns:
validate
public void validate()
Validates the instance.
withStatus
public MachineExtensionInstanceView withStatus(MachineExtensionInstanceViewStatus status)
Set the status property: Instance view status.
Parameters:
Returns: