public static class DedicatedVmHostInstanceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DedicatedVmHostInstanceSummary.Builder |
availabilityDomain(String availabilityDomain)
The availability domain the virtual machine instance is running in.
|
DedicatedVmHostInstanceSummary |
build() |
DedicatedVmHostInstanceSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains the virtual machine instance.
|
DedicatedVmHostInstanceSummary.Builder |
copy(DedicatedVmHostInstanceSummary model) |
DedicatedVmHostInstanceSummary.Builder |
instanceId(String instanceId)
The OCID of the virtual machine instance.
|
DedicatedVmHostInstanceSummary.Builder |
shape(String shape)
The shape of the VM instance.
|
DedicatedVmHostInstanceSummary.Builder |
timeCreated(Date timeCreated)
The date and time the virtual machine instance was created, in the format defined by
RFC3339.
|
public DedicatedVmHostInstanceSummary.Builder availabilityDomain(String availabilityDomain)
The availability domain the virtual machine instance is running in.
Example: Uocm:PHX-AD-1
availabilityDomain
- the value to setpublic DedicatedVmHostInstanceSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the virtual machine instance.
compartmentId
- the value to setpublic DedicatedVmHostInstanceSummary.Builder instanceId(String instanceId)
The OCID of the virtual machine instance.
instanceId
- the value to setpublic DedicatedVmHostInstanceSummary.Builder shape(String shape)
The shape of the VM instance.
shape
- the value to setpublic DedicatedVmHostInstanceSummary.Builder timeCreated(Date timeCreated)
The date and time the virtual machine instance was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic DedicatedVmHostInstanceSummary build()
public DedicatedVmHostInstanceSummary.Builder copy(DedicatedVmHostInstanceSummary model)
Copyright © 2016–2024. All rights reserved.