HostedApplicationStorageSummary¶
-
class
oci.generative_ai.models.HostedApplicationStorageSummary(**kwargs)¶ Bases:
objectSummary information about a hosted application storage.
Attributes
STORAGE_TYPE_ADBA constant which can be used with the storage_type property of a HostedApplicationStorageSummary. STORAGE_TYPE_CACHEA constant which can be used with the storage_type property of a HostedApplicationStorageSummary. STORAGE_TYPE_POSTGRESQLA constant which can be used with the storage_type property of a HostedApplicationStorageSummary. compartment_idGets the compartment_id of this HostedApplicationStorageSummary. defined_tagsGets the defined_tags of this HostedApplicationStorageSummary. descriptionGets the description of this HostedApplicationStorageSummary. display_name[Required] Gets the display_name of this HostedApplicationStorageSummary. freeform_tagsGets the freeform_tags of this HostedApplicationStorageSummary. id[Required] Gets the id of this HostedApplicationStorageSummary. lifecycle_state[Required] Gets the lifecycle_state of this HostedApplicationStorageSummary. storage_typeGets the storage_type of this HostedApplicationStorageSummary. system_tagsGets the system_tags of this HostedApplicationStorageSummary. time_createdGets the time_created of this HostedApplicationStorageSummary. time_updatedGets the time_updated of this HostedApplicationStorageSummary. Methods
__init__(**kwargs)Initializes a new HostedApplicationStorageSummary object with values from keyword arguments. -
STORAGE_TYPE_ADB= 'ADB'¶ A constant which can be used with the storage_type property of a HostedApplicationStorageSummary. This constant has a value of “ADB”
-
STORAGE_TYPE_CACHE= 'CACHE'¶ A constant which can be used with the storage_type property of a HostedApplicationStorageSummary. This constant has a value of “CACHE”
-
STORAGE_TYPE_POSTGRESQL= 'POSTGRESQL'¶ A constant which can be used with the storage_type property of a HostedApplicationStorageSummary. This constant has a value of “POSTGRESQL”
-
__init__(**kwargs)¶ Initializes a new HostedApplicationStorageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this HostedApplicationStorageSummary.
- display_name (str) – The value to assign to the display_name property of this HostedApplicationStorageSummary.
- description (str) – The value to assign to the description property of this HostedApplicationStorageSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this HostedApplicationStorageSummary.
- storage_type (str) – The value to assign to the storage_type property of this HostedApplicationStorageSummary. Allowed values for this property are: “CACHE”, “POSTGRESQL”, “ADB”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this HostedApplicationStorageSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this HostedApplicationStorageSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this HostedApplicationStorageSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this HostedApplicationStorageSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this HostedApplicationStorageSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this HostedApplicationStorageSummary.
-
compartment_id¶ Gets the compartment_id of this HostedApplicationStorageSummary. The compartment OCID to create the hosted application in.
Returns: The compartment_id of this HostedApplicationStorageSummary. Return type: str
Gets the defined_tags of this HostedApplicationStorageSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this HostedApplicationStorageSummary. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this HostedApplicationStorageSummary. An optional description of the hosted application.
Returns: The description of this HostedApplicationStorageSummary. Return type: str
-
display_name¶ [Required] Gets the display_name of this HostedApplicationStorageSummary. A user-friendly name. Does not have to be unique, and it’s changeable.
Returns: The display_name of this HostedApplicationStorageSummary. Return type: str
Gets the freeform_tags of this HostedApplicationStorageSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this HostedApplicationStorageSummary. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this HostedApplicationStorageSummary. The OCID of the hosted application.
Returns: The id of this HostedApplicationStorageSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this HostedApplicationStorageSummary. The current state of the hosted application storage.
Returns: The lifecycle_state of this HostedApplicationStorageSummary. Return type: str
-
storage_type¶ Gets the storage_type of this HostedApplicationStorageSummary. type like Cache, Postgresql and ADB.
Allowed values for this property are: “CACHE”, “POSTGRESQL”, “ADB”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The storage_type of this HostedApplicationStorageSummary. Return type: str
Gets the system_tags of this HostedApplicationStorageSummary. System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this HostedApplicationStorageSummary. Return type: dict(str, dict(str, object))
-
time_created¶ Gets the time_created of this HostedApplicationStorageSummary. The date and time the hosted application was created, in the format defined by RFC 3339.
Returns: The time_created of this HostedApplicationStorageSummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this HostedApplicationStorageSummary. The date and time the hosted application was updated, in the format defined by RFC 3339.
Returns: The time_updated of this HostedApplicationStorageSummary. Return type: datetime
-