StorageConfig

class oci.generative_ai.models.StorageConfig(**kwargs)

Bases: object

The type of service-managed storage.

Methods

__init__(**kwargs) Initializes a new StorageConfig object with values from keyword arguments.

Attributes

environment_variable_key [Required] Gets the environment_variable_key of this StorageConfig.
storage_id [Required] Gets the storage_id of this StorageConfig.
__init__(**kwargs)

Initializes a new StorageConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • environment_variable_key (str) – The value to assign to the environment_variable_key property of this StorageConfig.
  • storage_id (str) – The value to assign to the storage_id property of this StorageConfig.
environment_variable_key

[Required] Gets the environment_variable_key of this StorageConfig. The key of environment variable to store the database connection.

Returns:The environment_variable_key of this StorageConfig.
Return type:str
storage_id

[Required] Gets the storage_id of this StorageConfig. The [OCID] of ApplicationStorage.

Returns:The storage_id of this StorageConfig.
Return type:str