Show / Hide Table of Contents

Class SupportedCapabilities

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

Inheritance
object
SupportedCapabilities
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class SupportedCapabilities

Properties

IsMemoryEncryptionSupported

Declaration
[Required(ErrorMessage = "IsMemoryEncryptionSupported is required.")]
[JsonProperty(PropertyName = "isMemoryEncryptionSupported")]
public bool? IsMemoryEncryptionSupported { get; set; }
Property Value
Type Description
bool?

Whether the DVMH shape could support confidential VMs or the VM instance shape could be confidential.

Remarks

Required

In this article
Back to top