Show / Hide Table of Contents

Class ExadataInfrastructureFleetStatusByCategory

The number of Exadata infrastructures in the fleet, grouped by deployment type and rack-size.

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

Properties

DeploymentType

Declaration
[JsonProperty(PropertyName = "deploymentType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExadataInfrastructureDeploymentType? DeploymentType { get; set; }
Property Value
Type Description
ExadataInfrastructureDeploymentType?

The infrastructure deployment type.

InventoryCount

Declaration
[JsonProperty(PropertyName = "inventoryCount")]
public int? InventoryCount { get; set; }
Property Value
Type Description
int?

The number of Exadata infrastructures in the fleet.

RackSize

Declaration
[JsonProperty(PropertyName = "rackSize")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExadataInfrastructureFleetStatusByCategory.RackSizeEnum? RackSize { get; set; }
Property Value
Type Description
ExadataInfrastructureFleetStatusByCategory.RackSizeEnum?

The size of the Exadata infrastructure.

In this article
Back to top