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
IsBurstableSupported
Declaration
[JsonProperty(PropertyName = "isBurstableSupported")]
public bool? IsBurstableSupported { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Specifies if the Dedicated Virtual Machine Host (DVMH) is to running only Burstable VMs. If |
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