ExadataInfrastructureFleetStatusByCategory¶
-
class
oci.database_management.models.ExadataInfrastructureFleetStatusByCategory(**kwargs)¶ Bases:
objectThe number of Exadata infrastructures in the fleet, grouped by deployment type and rack-size.
Attributes
DEPLOYMENT_TYPE_EXADATAA constant which can be used with the deployment_type property of a ExadataInfrastructureFleetStatusByCategory. DEPLOYMENT_TYPE_EXADATA_CCA constant which can be used with the deployment_type property of a ExadataInfrastructureFleetStatusByCategory. DEPLOYMENT_TYPE_ONPREMISEA constant which can be used with the deployment_type property of a ExadataInfrastructureFleetStatusByCategory. RACK_SIZE_EIGHTHA constant which can be used with the rack_size property of a ExadataInfrastructureFleetStatusByCategory. RACK_SIZE_FULLA constant which can be used with the rack_size property of a ExadataInfrastructureFleetStatusByCategory. RACK_SIZE_HALFA constant which can be used with the rack_size property of a ExadataInfrastructureFleetStatusByCategory. RACK_SIZE_OTHERA constant which can be used with the rack_size property of a ExadataInfrastructureFleetStatusByCategory. RACK_SIZE_QUARTERA constant which can be used with the rack_size property of a ExadataInfrastructureFleetStatusByCategory. deployment_typeGets the deployment_type of this ExadataInfrastructureFleetStatusByCategory. inventory_countGets the inventory_count of this ExadataInfrastructureFleetStatusByCategory. rack_sizeGets the rack_size of this ExadataInfrastructureFleetStatusByCategory. Methods
__init__(**kwargs)Initializes a new ExadataInfrastructureFleetStatusByCategory object with values from keyword arguments. -
DEPLOYMENT_TYPE_EXADATA= 'EXADATA'¶ A constant which can be used with the deployment_type property of a ExadataInfrastructureFleetStatusByCategory. This constant has a value of “EXADATA”
-
DEPLOYMENT_TYPE_EXADATA_CC= 'EXADATA_CC'¶ A constant which can be used with the deployment_type property of a ExadataInfrastructureFleetStatusByCategory. This constant has a value of “EXADATA_CC”
-
DEPLOYMENT_TYPE_ONPREMISE= 'ONPREMISE'¶ A constant which can be used with the deployment_type property of a ExadataInfrastructureFleetStatusByCategory. This constant has a value of “ONPREMISE”
-
RACK_SIZE_EIGHTH= 'EIGHTH'¶ A constant which can be used with the rack_size property of a ExadataInfrastructureFleetStatusByCategory. This constant has a value of “EIGHTH”
-
RACK_SIZE_FULL= 'FULL'¶ A constant which can be used with the rack_size property of a ExadataInfrastructureFleetStatusByCategory. This constant has a value of “FULL”
-
RACK_SIZE_HALF= 'HALF'¶ A constant which can be used with the rack_size property of a ExadataInfrastructureFleetStatusByCategory. This constant has a value of “HALF”
-
RACK_SIZE_OTHER= 'OTHER'¶ A constant which can be used with the rack_size property of a ExadataInfrastructureFleetStatusByCategory. This constant has a value of “OTHER”
-
RACK_SIZE_QUARTER= 'QUARTER'¶ A constant which can be used with the rack_size property of a ExadataInfrastructureFleetStatusByCategory. This constant has a value of “QUARTER”
-
__init__(**kwargs)¶ Initializes a new ExadataInfrastructureFleetStatusByCategory object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - deployment_type (str) – The value to assign to the deployment_type property of this ExadataInfrastructureFleetStatusByCategory. Allowed values for this property are: “ONPREMISE”, “EXADATA”, “EXADATA_CC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- rack_size (str) – The value to assign to the rack_size property of this ExadataInfrastructureFleetStatusByCategory. Allowed values for this property are: “FULL”, “HALF”, “QUARTER”, “EIGHTH”, “OTHER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- inventory_count (int) – The value to assign to the inventory_count property of this ExadataInfrastructureFleetStatusByCategory.
-
deployment_type¶ Gets the deployment_type of this ExadataInfrastructureFleetStatusByCategory. The infrastructure deployment type.
Allowed values for this property are: “ONPREMISE”, “EXADATA”, “EXADATA_CC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The deployment_type of this ExadataInfrastructureFleetStatusByCategory. Return type: str
-
inventory_count¶ Gets the inventory_count of this ExadataInfrastructureFleetStatusByCategory. The number of Exadata infrastructures in the fleet.
Returns: The inventory_count of this ExadataInfrastructureFleetStatusByCategory. Return type: int
-
rack_size¶ Gets the rack_size of this ExadataInfrastructureFleetStatusByCategory. The size of the Exadata infrastructure.
Allowed values for this property are: “FULL”, “HALF”, “QUARTER”, “EIGHTH”, “OTHER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The rack_size of this ExadataInfrastructureFleetStatusByCategory. Return type: str
-