Show / Hide Table of Contents

Class SingleAdCapacityReport

Capacity report for a single-AD region.

Inheritance
object
DomainTypeCapacityReport
SingleAdCapacityReport
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class SingleAdCapacityReport : DomainTypeCapacityReport

Properties

CapacityAvailability

Declaration
[Required(ErrorMessage = "CapacityAvailability is required.")]
[JsonProperty(PropertyName = "capacityAvailability")]
public CapacityAvailability CapacityAvailability { get; set; }
Property Value
Type Description
CapacityAvailability
Remarks

Required

FaultDomain

Declaration
[Required(ErrorMessage = "FaultDomain is required.")]
[JsonProperty(PropertyName = "faultDomain")]
public string FaultDomain { get; set; }
Property Value
Type Description
string

The fault domain for the capacity report.

Remarks

Required

In this article
Back to top