ResourceStatus Class
- java.
lang. Object - com.
azure. resourcemanager. connectedvmware. models. ResourceStatus
- com.
Implements
public final class ResourceStatus
implements JsonSerializable<ResourceStatus>
The resource status information.
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceStatus() |
Creates an instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
|
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. |
|
Json |
toJson(JsonWriter jsonWriter) |
| 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()
Creates an instance of ResourceStatus class.
Method Details
fromJson
public static ResourceStatus fromJson(JsonReader jsonReader)
Reads an instance of ResourceStatus from the JsonReader.
Parameters:
Returns:
Throws:
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:
toJson
type
public String type()
Get the type property: The type of the condition.
Returns:
validate
public void validate()
Validates the instance.