Class CapacityAvailability
Information about the available capacity for a shape.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class CapacityAvailabilityProperties
AvailabilityStatus
Declaration
[Required(ErrorMessage = "AvailabilityStatus is required.")]
[JsonProperty(PropertyName = "availabilityStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AvailabilityStatus? AvailabilityStatus { get; set; }Property Value
| Type | Description | 
|---|---|
| AvailabilityStatus? | A flag denoting whether capacity is available. | 
Remarks
Required
AvailableCount
Declaration
[Required(ErrorMessage = "AvailableCount is required.")]
[JsonProperty(PropertyName = "availableCount")]
public long? AvailableCount { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | The total number of new cluster nodes that can be created with the specified shape configuration. | 
Remarks
Required