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_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_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