MachineExtensionInstanceViewStatus Class

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

public final class MachineExtensionInstanceViewStatus

Instance view status.

Constructor Summary

Constructor Description
MachineExtensionInstanceViewStatus()

Method Summary

Modifier and Type Method and Description
String code()

Get the code property: The status code.

String displayStatus()

Get the displayStatus property: The short localizable label for the status.

StatusLevelTypes level()

Get the level property: The level code.

String message()

Get the message property: The detailed status message, including for alerts and error messages.

OffsetDateTime time()

Get the time property: The time of the status.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

MachineExtensionInstanceViewStatus

public MachineExtensionInstanceViewStatus()

Method Details

code

public String code()

Get the code property: The status code.

Returns:

the code value.

displayStatus

public String displayStatus()

Get the displayStatus property: The short localizable label for the status.

Returns:

the displayStatus value.

level

public StatusLevelTypes level()

Get the level property: The level code.

Returns:

the level value.

message

public String message()

Get the message property: The detailed status message, including for alerts and error messages.

Returns:

the message value.

time

public OffsetDateTime time()

Get the time property: The time of the status.

Returns:

the time value.

validate

public void validate()

Validates the instance.

Applies to