SupportedCapabilities

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

Bases: object

Specifies the capabilities that the Dedicated Virtual Machine Host (DVMH) Shape or Virtual Machine Instance Shape could support.

Methods

__init__(**kwargs) Initializes a new SupportedCapabilities object with values from keyword arguments.

Attributes

is_burstable_supported Gets the is_burstable_supported of this SupportedCapabilities.
is_memory_encryption_supported [Required] Gets the is_memory_encryption_supported of this SupportedCapabilities.
__init__(**kwargs)

Initializes a new SupportedCapabilities object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_memory_encryption_supported (bool) – The value to assign to the is_memory_encryption_supported property of this SupportedCapabilities.
  • is_burstable_supported (bool) – The value to assign to the is_burstable_supported property of this SupportedCapabilities.
is_burstable_supported

Gets the is_burstable_supported of this SupportedCapabilities. 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_supported of this SupportedCapabilities.
Return type:bool
is_memory_encryption_supported

[Required] Gets the is_memory_encryption_supported of this SupportedCapabilities. Whether the DVMH shape could support confidential VMs or the VM instance shape could be confidential.

Returns:The is_memory_encryption_supported of this SupportedCapabilities.
Return type:bool