DedicatedVmHostInstanceSummary

class oci.core.models.DedicatedVmHostInstanceSummary(**kwargs)

Bases: object

Condensed 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.
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.
  • 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
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