Class ComputeInstanceOptions
Multiple Compute Instance Configuration instance details.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ComputeInstanceOptions : InstanceConfigurationInstanceDetails
Properties
Options
Declaration
[JsonProperty(PropertyName = "options")]
public List<ComputeInstanceDetails> Options { get; set; }
Property Value
Type | Description |
---|---|
List<ComputeInstanceDetails> | The Compute Instance Configuration parameters. |