BareMetalMachinePatchProperties Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. fluent. models. BareMetalMachinePatchProperties
- com.
Implements
public final class BareMetalMachinePatchProperties
implements JsonSerializable<BareMetalMachinePatchProperties>
BareMetalMachinePatchProperties represents the properties of the bare metal machine that can be patched.
Constructor Summary
| Constructor | Description |
|---|---|
| BareMetalMachinePatchProperties() |
Creates an instance of Bare |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Bare |
fromJson(JsonReader jsonReader)
Reads an instance of Bare |
| String |
machineDetails()
Get the machine |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Bare |
withMachineDetails(String machineDetails)
Set the machine |
Methods inherited from java.lang.Object
Constructor Details
BareMetalMachinePatchProperties
public BareMetalMachinePatchProperties()
Creates an instance of BareMetalMachinePatchProperties class.
Method Details
fromJson
public static BareMetalMachinePatchProperties fromJson(JsonReader jsonReader)
Reads an instance of BareMetalMachinePatchProperties from the JsonReader.
Parameters:
Returns:
Throws:
machineDetails
public String machineDetails()
Get the machineDetails property: The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMachineDetails
public BareMetalMachinePatchProperties withMachineDetails(String machineDetails)
Set the machineDetails property: The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine.
Parameters:
Returns: