HardwareValidationStatus Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. HardwareValidationStatus
- com.
Implements
public final class HardwareValidationStatus
implements JsonSerializable<HardwareValidationStatus>
HardwareValidationStatus represents the latest hardware validation details performed for this bare metal machine.
Constructor Summary
| Constructor | Description |
|---|---|
| HardwareValidationStatus() |
Creates an instance of Hardware |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Hardware |
fromJson(JsonReader jsonReader)
Reads an instance of Hardware |
|
Offset |
lastValidationTime()
Get the last |
|
Bare |
result()
Get the result property: The outcome of the hardware validation. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
HardwareValidationStatus
public HardwareValidationStatus()
Creates an instance of HardwareValidationStatus class.
Method Details
fromJson
public static HardwareValidationStatus fromJson(JsonReader jsonReader)
Reads an instance of HardwareValidationStatus from the JsonReader.
Parameters:
Returns:
Throws:
lastValidationTime
public OffsetDateTime lastValidationTime()
Get the lastValidationTime property: The timestamp of the hardware validation execution.
Returns:
result
public BareMetalMachineHardwareValidationResult result()
Get the result property: The outcome of the hardware validation.
Returns:
toJson
validate
public void validate()
Validates the instance.