InfrastructureProfileUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. InfrastructureProfileUpdate
- com.
Implements
public final class InfrastructureProfileUpdate
implements JsonSerializable<InfrastructureProfileUpdate>
Specifies the vmmServer infrastructure specific update settings for the virtual machine instance.
Constructor Summary
| Constructor | Description |
|---|---|
| InfrastructureProfileUpdate() |
Creates an instance of Infrastructure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
checkpointType()
Get the checkpoint |
|
static
Infrastructure |
fromJson(JsonReader jsonReader)
Reads an instance of Infrastructure |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Infrastructure |
withCheckpointType(String checkpointType)
Set the checkpoint |
Methods inherited from java.lang.Object
Constructor Details
InfrastructureProfileUpdate
public InfrastructureProfileUpdate()
Creates an instance of InfrastructureProfileUpdate class.
Method Details
checkpointType
public String checkpointType()
Get the checkpointType property: Type of checkpoint supported for the vm.
Returns:
fromJson
public static InfrastructureProfileUpdate fromJson(JsonReader jsonReader)
Reads an instance of InfrastructureProfileUpdate from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCheckpointType
public InfrastructureProfileUpdate withCheckpointType(String checkpointType)
Set the checkpointType property: Type of checkpoint supported for the vm.
Parameters:
Returns: