Class SupportedCapabilities
Specifies the capabilities that the Dedicated Virtual Machine Host (DVMH) Shape or Virtual Machine Instance Shape could support.
Inherited Members
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