StorageResourceConfiguration¶
-
class
oci.demand_signal.models.StorageResourceConfiguration(**kwargs)¶ Bases:
oci.demand_signal.models.base_resource_configuration.BaseResourceConfigurationConfiguration for STORAGE
Attributes
RESOURCE_COMPUTEstr(object=’’) -> str RESOURCE_EXADATAstr(object=’’) -> str RESOURCE_NETWORKstr(object=’’) -> str RESOURCE_STORAGEstr(object=’’) -> str resource[Required] Gets the resource of this BaseResourceConfiguration. storage_type[Required] Gets the storage_type of this StorageResourceConfiguration. usage_type[Required] Gets the usage_type of this StorageResourceConfiguration. Methods
__init__(**kwargs)Initializes a new StorageResourceConfiguration object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
RESOURCE_COMPUTE= 'COMPUTE'¶
-
RESOURCE_EXADATA= 'EXADATA'¶
-
RESOURCE_NETWORK= 'NETWORK'¶
-
RESOURCE_STORAGE= 'STORAGE'¶
-
__init__(**kwargs)¶ Initializes a new StorageResourceConfiguration object with values from keyword arguments. The default value of the
resourceattribute of this class isSTORAGEand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - resource (str) – The value to assign to the resource property of this StorageResourceConfiguration. Allowed values for this property are: “COMPUTE”, “EXADATA”, “STORAGE”, “NETWORK”
- storage_type (str) – The value to assign to the storage_type property of this StorageResourceConfiguration.
- usage_type (str) – The value to assign to the usage_type property of this StorageResourceConfiguration.
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
resource¶ [Required] Gets the resource of this BaseResourceConfiguration. Resources like COMPUTE, STORAGE, EXADATA etc.
Allowed values for this property are: “COMPUTE”, “EXADATA”, “STORAGE”, “NETWORK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The resource of this BaseResourceConfiguration. Return type: str
-
storage_type¶ [Required] Gets the storage_type of this StorageResourceConfiguration. The type of storage resource.
Returns: The storage_type of this StorageResourceConfiguration. Return type: str
-
usage_type¶ [Required] Gets the usage_type of this StorageResourceConfiguration. The type of usage for the resource.
Returns: The usage_type of this StorageResourceConfiguration. Return type: str
-