Show / Hide Table of Contents

Class ShapeOcpuOptions

Properties of OCPUs.

Inheritance
object
ShapeOcpuOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class ShapeOcpuOptions

Properties

Max

Declaration
[JsonProperty(PropertyName = "max")]
public float? Max { get; set; }
Property Value
Type Description
float?

The maximum number of OCPUs.

Min

Declaration
[JsonProperty(PropertyName = "min")]
public float? Min { get; set; }
Property Value
Type Description
float?

The minimum number of OCPUs.

In this article
Back to top