Class ResourceStatus
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.ResourceStatus
The resource status information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the lastUpdatedAt property: The last update time for this condition.message()
Get the message property: A human readable message indicating details about the status.reason()
Get the reason property: The reason for the condition's status.severity()
Get the severity property: Severity with which to treat failures of this type of condition.status()
Get the status property: Status of the condition.type()
Get the type property: The type of the condition.void
validate()
Validates the instance.
-
Constructor Details
-
ResourceStatus
public ResourceStatus()
-
-
Method Details
-
type
Get the type property: The type of the condition.- Returns:
- the type value.
-
status
Get the status property: Status of the condition.- Returns:
- the status value.
-
reason
Get the reason property: The reason for the condition's status.- Returns:
- the reason value.
-
message
Get the message property: A human readable message indicating details about the status.- Returns:
- the message value.
-
severity
Get the severity property: Severity with which to treat failures of this type of condition.- Returns:
- the severity value.
-
lastUpdatedAt
Get the lastUpdatedAt property: The last update time for this condition.- Returns:
- the lastUpdatedAt value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-