Class ComputeCapacityReservationInstanceShapeSummary
An available shape used to launch instances in a compute capacity reservation.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ComputeCapacityReservationInstanceShapeSummary
  Properties
AvailabilityDomain
Declaration
[Required(ErrorMessage = "AvailabilityDomain is required.")]
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The shape's availability domain.  | 
      
Remarks
Required
InstanceShape
Declaration
[Required(ErrorMessage = "InstanceShape is required.")]
[JsonProperty(PropertyName = "instanceShape")]
public string InstanceShape { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The name of the available shape used to launch instances in a compute capacity reservation.  | 
      
Remarks
Required