DedicatedVmHostInstanceShapeSummary¶
-
class
oci.core.models.
DedicatedVmHostInstanceShapeSummary
(**kwargs)¶ Bases:
object
The shape used to launch instances associated with the dedicated VM host.
Methods
__init__
(**kwargs)Initializes a new DedicatedVmHostInstanceShapeSummary object with values from keyword arguments. Attributes
availability_domain
Gets the availability_domain of this DedicatedVmHostInstanceShapeSummary. instance_shape_name
[Required] Gets the instance_shape_name of this DedicatedVmHostInstanceShapeSummary. -
__init__
(**kwargs)¶ Initializes a new DedicatedVmHostInstanceShapeSummary 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 DedicatedVmHostInstanceShapeSummary.
- instance_shape_name (str) – The value to assign to the instance_shape_name property of this DedicatedVmHostInstanceShapeSummary.
-
availability_domain
¶ Gets the availability_domain of this DedicatedVmHostInstanceShapeSummary. The shape’s availability domain.
Returns: The availability_domain of this DedicatedVmHostInstanceShapeSummary. Return type: str
-
instance_shape_name
¶ [Required] Gets the instance_shape_name of this DedicatedVmHostInstanceShapeSummary. The name of the virtual machine instance shapes that can be launched on a dedicated VM host.
Returns: The instance_shape_name of this DedicatedVmHostInstanceShapeSummary. Return type: str
-