Class MachineExtensionInstanceViewStatus
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.MachineExtensionInstanceViewStatus
Instance view status.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()
Get the code property: The status code.Get the displayStatus property: The short localizable label for the status.level()
Get the level property: The level code.message()
Get the message property: The detailed status message, including for alerts and error messages.time()
Get the time property: The time of the status.void
validate()
Validates the instance.
-
Constructor Details
-
MachineExtensionInstanceViewStatus
public MachineExtensionInstanceViewStatus()
-
-
Method Details
-
code
Get the code property: The status code.- Returns:
- the code value.
-
level
Get the level property: The level code.- Returns:
- the level value.
-
displayStatus
Get the displayStatus property: The short localizable label for the status.- Returns:
- the displayStatus value.
-
message
Get the message property: The detailed status message, including for alerts and error messages.- Returns:
- the message value.
-
time
Get the time property: The time of the status.- Returns:
- the time value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-