次の方法で共有


ResourceStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.connectedvmware.models.ResourceStatus

public final class ResourceStatus

The resource status information.

Constructor Summary

Constructor Description
ResourceStatus()

Method Summary

Modifier and Type Method and Description
OffsetDateTime lastUpdatedAt()

Get the lastUpdatedAt property: The last update time for this condition.

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:

the lastUpdatedAt value.

message

public String message()

Get the message property: A human readable message indicating details about the status.

Returns:

the message value.

reason

public String reason()

Get the reason property: The reason for the condition's status.

Returns:

the reason value.

severity

public String severity()

Get the severity property: Severity with which to treat failures of this type of condition.

Returns:

the severity value.

status

public String status()

Get the status property: Status of the condition.

Returns:

the status value.

type

public String type()

Get the type property: The type of the condition.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to