MachineExtensionInstanceViewStatus Class
- java.
lang. Object - com.
azure. resourcemanager. connectedvmware. models. MachineExtensionInstanceViewStatus
- com.
public final class MachineExtensionInstanceViewStatus
Instance view status.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| MachineExtensionInstanceViewStatus() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
code()
Get the code property: The status code. |
| String |
displayStatus()
Get the display |
|
Status |
level()
Get the level property: The level code. |
| String |
message()
Get the message property: The detailed status message, including for alerts and error messages. |
|
Offset |
time()
Get the time property: The time of the status. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
MachineExtensionInstanceViewStatus
public MachineExtensionInstanceViewStatus()
Method Details
code
public String code()
Get the code property: The status code.
Returns:
displayStatus
public String displayStatus()
Get the displayStatus property: The short localizable label for the status.
Returns:
level
public StatusLevelTypes level()
Get the level property: The level code.
Returns:
message
public String message()
Get the message property: The detailed status message, including for alerts and error messages.
Returns:
time
public OffsetDateTime time()
Get the time property: The time of the status.
Returns:
validate
public void validate()
Validates the instance.