Show / Hide Table of Contents

Class ComputeCapacityReservationInstanceShapeSummary

An available shape used to launch instances in a compute capacity reservation.

Inheritance
object
ComputeCapacityReservationInstanceShapeSummary
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 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

In this article
Back to top