DedicatedVmHostInstanceSummary¶
-
class
oci.core.models.DedicatedVmHostInstanceSummary(**kwargs)¶ Bases:
objectCondensed instance data when listing instances on a dedicated VM host.
Methods
__init__(**kwargs)Initializes a new DedicatedVmHostInstanceSummary object with values from keyword arguments. Attributes
availability_domain[Required] Gets the availability_domain of this DedicatedVmHostInstanceSummary. compartment_id[Required] Gets the compartment_id of this DedicatedVmHostInstanceSummary. instance_id[Required] Gets the instance_id of this DedicatedVmHostInstanceSummary. is_burstableGets the is_burstable of this DedicatedVmHostInstanceSummary. is_memory_encryption_enabledGets the is_memory_encryption_enabled of this DedicatedVmHostInstanceSummary. shape[Required] Gets the shape of this DedicatedVmHostInstanceSummary. time_created[Required] Gets the time_created of this DedicatedVmHostInstanceSummary. -
__init__(**kwargs)¶ Initializes a new DedicatedVmHostInstanceSummary 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 DedicatedVmHostInstanceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this DedicatedVmHostInstanceSummary.
- instance_id (str) – The value to assign to the instance_id property of this DedicatedVmHostInstanceSummary.
- is_memory_encryption_enabled (bool) – The value to assign to the is_memory_encryption_enabled property of this DedicatedVmHostInstanceSummary.
- is_burstable (bool) – The value to assign to the is_burstable property of this DedicatedVmHostInstanceSummary.
- shape (str) – The value to assign to the shape property of this DedicatedVmHostInstanceSummary.
- time_created (datetime) – The value to assign to the time_created property of this DedicatedVmHostInstanceSummary.
-
availability_domain¶ [Required] Gets the availability_domain of this DedicatedVmHostInstanceSummary. The availability domain the virtual machine instance is running in.
Example: Uocm:PHX-AD-1
Returns: The availability_domain of this DedicatedVmHostInstanceSummary. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this DedicatedVmHostInstanceSummary. The OCID of the compartment that contains the virtual machine instance.
Returns: The compartment_id of this DedicatedVmHostInstanceSummary. Return type: str
-
instance_id¶ [Required] Gets the instance_id of this DedicatedVmHostInstanceSummary. The OCID of the virtual machine instance.
Returns: The instance_id of this DedicatedVmHostInstanceSummary. Return type: str
-
is_burstable¶ Gets the is_burstable of this DedicatedVmHostInstanceSummary. Specifies if the Dedicated Virtual Machine Host (DVMH) is to running only Burstable VMs. If true, only Burstable VMs can be launched. If false, Burstable VMs cannot be launched.
Returns: The is_burstable of this DedicatedVmHostInstanceSummary. Return type: bool
-
is_memory_encryption_enabled¶ Gets the is_memory_encryption_enabled of this DedicatedVmHostInstanceSummary. Specifies whether the VM instance is confidential.
Returns: The is_memory_encryption_enabled of this DedicatedVmHostInstanceSummary. Return type: bool
-
shape¶ [Required] Gets the shape of this DedicatedVmHostInstanceSummary. The shape of the VM instance.
Returns: The shape of this DedicatedVmHostInstanceSummary. Return type: str
-
time_created¶ [Required] Gets the time_created of this DedicatedVmHostInstanceSummary. The date and time the virtual machine instance was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_created of this DedicatedVmHostInstanceSummary. Return type: datetime
-