DedicatedVmHostShapeSummary¶
-
class
oci.core.models.DedicatedVmHostShapeSummary(**kwargs)¶ Bases:
objectThe 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_domainGets the availability_domain of this DedicatedVmHostShapeSummary. capacity_configsGets the capacity_configs 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.
- capacity_configs (list[oci.core.models.CapacityConfig]) – The value to assign to the capacity_configs 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
-
capacity_configs¶ Gets the capacity_configs of this DedicatedVmHostShapeSummary. A list of capacity configs that are supported by this dedicated VM host shape.
Returns: The capacity_configs of this DedicatedVmHostShapeSummary. Return type: list[oci.core.models.CapacityConfig]
-
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
list_dedicated_vm_host_shapes().Returns: The dedicated_vm_host_shape of this DedicatedVmHostShapeSummary. Return type: str
-