Class ShapeVirtualInstructionsEnabledPlatformOptions
Configuration options for the virtualization instructions.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ShapeVirtualInstructionsEnabledPlatformOptions
Properties
AllowedValues
Declaration
[JsonProperty(PropertyName = "allowedValues")]
public List<bool> AllowedValues { get; set; }
Property Value
Type | Description |
---|---|
List<bool> | Whether virtualization instructions can be enabled. |
IsDefaultEnabled
Declaration
[JsonProperty(PropertyName = "isDefaultEnabled")]
public bool? IsDefaultEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether virtualization instructions are enabled by default. |