DedicatedVmHostShapeSummary¶
-
class
oci.core.models.
DedicatedVmHostShapeSummary
(**kwargs)¶ Bases:
object
The shape used to launch the dedicated virtual machine (VM) host.
Methods
__init__
(**kwargs)Initializes a new DedicatedVmHostShapeSummary object with values from keyword arguments. Attributes
availability_domain
Gets the availability_domain of this DedicatedVmHostShapeSummary. dedicated_vm_host_shape
[Required] Gets the dedicated_vm_host_shape of this DedicatedVmHostShapeSummary. -
__init__
(**kwargs)¶ Initializes a new DedicatedVmHostShapeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - availability_domain (str) – The value to assign to the availability_domain property of this DedicatedVmHostShapeSummary.
- dedicated_vm_host_shape (str) – The value to assign to the dedicated_vm_host_shape property of this DedicatedVmHostShapeSummary.
-
availability_domain
¶ Gets the availability_domain of this DedicatedVmHostShapeSummary. The shape’s availability domain.
Returns: The availability_domain of this DedicatedVmHostShapeSummary. Return type: str
-
dedicated_vm_host_shape
¶ [Required] Gets the dedicated_vm_host_shape of this DedicatedVmHostShapeSummary. The name of the dedicated VM host shape. You can enumerate all available shapes by calling
DedicatedVmHostShapes
.Returns: The dedicated_vm_host_shape of this DedicatedVmHostShapeSummary. Return type: str
-