Show / Hide Table of Contents

Class ComputeInstanceOptions

Multiple Compute Instance Configuration instance details.

Inheritance
object
InstanceConfigurationInstanceDetails
ComputeInstanceOptions
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 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.

In this article
Back to top