ResourceStatus Class
- java.
lang. Object - com.
azure. resourcemanager. connectedvmware. models. ResourceStatus
- com.
public final class ResourceStatus
The resource status information.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ResourceStatus() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
lastUpdatedAt()
Get the last |
| String |
message()
Get the message property: A human readable message indicating details about the status. |
| String |
reason()
Get the reason property: The reason for the condition's status. |
| String |
severity()
Get the severity property: Severity with which to treat failures of this type of condition. |
| String |
status()
Get the status property: Status of the condition. |
| String |
type()
Get the type property: The type of the condition. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ResourceStatus
public ResourceStatus()
Method Details
lastUpdatedAt
public OffsetDateTime lastUpdatedAt()
Get the lastUpdatedAt property: The last update time for this condition.
Returns:
message
public String message()
Get the message property: A human readable message indicating details about the status.
Returns:
reason
public String reason()
Get the reason property: The reason for the condition's status.
Returns:
severity
public String severity()
Get the severity property: Severity with which to treat failures of this type of condition.
Returns:
status
public String status()
Get the status property: Status of the condition.
Returns:
type
public String type()
Get the type property: The type of the condition.
Returns:
validate
public void validate()
Validates the instance.