Class GetExadataInfrastructureFleetHealthMetricsRequest
Implements
Inherited Members
Namespace: Oci.DatabasemanagementService.Requests
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class GetExadataInfrastructureFleetHealthMetricsRequest : IOciRequest
Examples
Click here to see an example of how to use GetExadataInfrastructureFleetHealthMetrics request.
Properties
CompareBaselineTime
Declaration
[Required(ErrorMessage = "CompareBaselineTime is required.")]
[HttpConverter(TargetEnum.Query, "compareBaselineTime")]
public string CompareBaselineTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The baseline time for metrics comparison. |
Remarks
Required
CompareTargetTime
Declaration
[Required(ErrorMessage = "CompareTargetTime is required.")]
[HttpConverter(TargetEnum.Query, "compareTargetTime")]
public string CompareTargetTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The target time for metrics comparison. |
Remarks
Required
CompareType
Declaration
[HttpConverter(TargetEnum.Query, "compareType")]
public CompareType? CompareType { get; set; }
Property Value
| Type | Description |
|---|---|
| CompareType? | The time window used for metrics comparison. |
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the compartment. |
Remarks
Required
FilterByExadataInfrastructureDeploymentType
Declaration
[HttpConverter(TargetEnum.Query, "filterByExadataInfrastructureDeploymentType")]
public ExadataInfrastructureDeploymentType? FilterByExadataInfrastructureDeploymentType { get; set; }
Property Value
| Type | Description |
|---|---|
| ExadataInfrastructureDeploymentType? | The filter used to filter the Exadata infrastructures in the fleet by a specific deployment type. |
FilterByExadataInfrastructureLifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "filterByExadataInfrastructureLifecycleState")]
public ExadataInfrastructureLifecycleStateValues.StateEnum? FilterByExadataInfrastructureLifecycleState { get; set; }
Property Value
| Type | Description |
|---|---|
| ExadataInfrastructureLifecycleStateValues.StateEnum? | The filter used to filter the Exadata infrastructure in the fleet by its lifecycle state. If the parameter is not provided, Exdata infrastructures in any state are returned. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client request ID for tracing. |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public GetExadataInfrastructureFleetHealthMetricsRequest.SortByEnum? SortBy { get; set; }
Property Value
| Type | Description |
|---|---|
| GetExadataInfrastructureFleetHealthMetricsRequest.SortByEnum? | The field to sort information by. Only one sortOrder can be used. The default sort order for \u2018TIMECREATED\u2019 is descending and the default sort order for \u2018NAME\u2019 is ascending. The \u2018NAME\u2019 sort order is case-sensitive. |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public SortOrders? SortOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| SortOrders? | The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order. Ascending order is the default order. |