Class ExadataInfrastructureFleetStatusByCategory
The number of Exadata infrastructures in the fleet, grouped by deployment type and rack-size.
Inherited Members
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. |