InfrastructureProfile Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. InfrastructureProfile
- com.
Implements
public final class InfrastructureProfile
implements JsonSerializable<InfrastructureProfile>
Specifies the vmmServer infrastructure specific settings for the virtual machine instance.
Constructor Summary
| Constructor | Description |
|---|---|
| InfrastructureProfile() |
Creates an instance of Infrastructure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
biosGuid()
Get the bios |
| List<Checkpoint> |
checkpoints()
Get the checkpoints property: Checkpoints in the vm. |
| String |
checkpointType()
Get the checkpoint |
| String |
cloudId()
Get the cloud |
|
static
Infrastructure |
fromJson(JsonReader jsonReader)
Reads an instance of Infrastructure |
| Integer |
generation()
Get the generation property: Gets or sets the generation for the vm. |
| String |
inventoryItemId()
Get the inventory |
| Checkpoint |
lastRestoredVmCheckpoint()
Get the last |
| String |
templateId()
Get the template |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
uuid()
Get the uuid property: Unique ID of the virtual machine. |
| void |
validate()
Validates the instance. |
| String |
vmmServerId()
Get the vmm |
| String |
vmName()
Get the vm |
|
Infrastructure |
withBiosGuid(String biosGuid)
Set the bios |
|
Infrastructure |
withCheckpointType(String checkpointType)
Set the checkpoint |
|
Infrastructure |
withCloudId(String cloudId)
Set the cloud |
|
Infrastructure |
withGeneration(Integer generation)
Set the generation property: Gets or sets the generation for the vm. |
|
Infrastructure |
withInventoryItemId(String inventoryItemId)
Set the inventory |
|
Infrastructure |
withTemplateId(String templateId)
Set the template |
|
Infrastructure |
withUuid(String uuid)
Set the uuid property: Unique ID of the virtual machine. |
|
Infrastructure |
withVmmServerId(String vmmServerId)
Set the vmm |
|
Infrastructure |
withVmName(String vmName)
Set the vm |
Methods inherited from java.lang.Object
Constructor Details
InfrastructureProfile
public InfrastructureProfile()
Creates an instance of InfrastructureProfile class.
Method Details
biosGuid
public String biosGuid()
Get the biosGuid property: Gets or sets the bios guid for the vm.
Returns:
checkpoints
public List<Checkpoint> checkpoints()
Get the checkpoints property: Checkpoints in the vm.
Returns:
checkpointType
public String checkpointType()
Get the checkpointType property: Type of checkpoint supported for the vm.
Returns:
cloudId
public String cloudId()
Get the cloudId property: ARM Id of the cloud resource to use for deploying the vm.
Returns:
fromJson
public static InfrastructureProfile fromJson(JsonReader jsonReader)
Reads an instance of InfrastructureProfile from the JsonReader.
Parameters:
Returns:
Throws:
generation
public Integer generation()
Get the generation property: Gets or sets the generation for the vm.
Returns:
inventoryItemId
public String inventoryItemId()
Get the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
Returns:
lastRestoredVmCheckpoint
public Checkpoint lastRestoredVmCheckpoint()
Get the lastRestoredVmCheckpoint property: Last restored checkpoint in the vm.
Returns:
templateId
public String templateId()
Get the templateId property: ARM Id of the template resource to use for deploying the vm.
Returns:
toJson
uuid
public String uuid()
Get the uuid property: Unique ID of the virtual machine.
Returns:
validate
public void validate()
Validates the instance.
vmmServerId
public String vmmServerId()
Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
Returns:
vmName
public String vmName()
Get the vmName property: VMName is the name of VM on the SCVmm server.
Returns:
withBiosGuid
public InfrastructureProfile withBiosGuid(String biosGuid)
Set the biosGuid property: Gets or sets the bios guid for the vm.
Parameters:
Returns:
withCheckpointType
public InfrastructureProfile withCheckpointType(String checkpointType)
Set the checkpointType property: Type of checkpoint supported for the vm.
Parameters:
Returns:
withCloudId
public InfrastructureProfile withCloudId(String cloudId)
Set the cloudId property: ARM Id of the cloud resource to use for deploying the vm.
Parameters:
Returns:
withGeneration
public InfrastructureProfile withGeneration(Integer generation)
Set the generation property: Gets or sets the generation for the vm.
Parameters:
Returns:
withInventoryItemId
public InfrastructureProfile withInventoryItemId(String inventoryItemId)
Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
Parameters:
Returns:
withTemplateId
public InfrastructureProfile withTemplateId(String templateId)
Set the templateId property: ARM Id of the template resource to use for deploying the vm.
Parameters:
Returns:
withUuid
public InfrastructureProfile withUuid(String uuid)
Set the uuid property: Unique ID of the virtual machine.
Parameters:
Returns:
withVmmServerId
public InfrastructureProfile withVmmServerId(String vmmServerId)
Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
Parameters:
Returns:
withVmName
public InfrastructureProfile withVmName(String vmName)
Set the vmName property: VMName is the name of VM on the SCVmm server.
Parameters:
Returns: