ObjectStorageJobExecutionResultLocation

class oci.database_management.models.ObjectStorageJobExecutionResultLocation(**kwargs)

Bases: oci.database_management.models.job_execution_result_location.JobExecutionResultLocation

The details about Object Storage job execution result location type.

Attributes

TYPE_OBJECT_STORAGE str(object=’’) -> str
bucket_name Gets the bucket_name of this ObjectStorageJobExecutionResultLocation.
namespace_name Gets the namespace_name of this ObjectStorageJobExecutionResultLocation.
type [Required] Gets the type of this JobExecutionResultLocation.

Methods

__init__(**kwargs) Initializes a new ObjectStorageJobExecutionResultLocation 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.
TYPE_OBJECT_STORAGE = 'OBJECT_STORAGE'
__init__(**kwargs)

Initializes a new ObjectStorageJobExecutionResultLocation object with values from keyword arguments. The default value of the type attribute of this class is OBJECT_STORAGE and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this ObjectStorageJobExecutionResultLocation. Allowed values for this property are: “OBJECT_STORAGE”
  • namespace_name (str) – The value to assign to the namespace_name property of this ObjectStorageJobExecutionResultLocation.
  • bucket_name (str) – The value to assign to the bucket_name property of this ObjectStorageJobExecutionResultLocation.
bucket_name

Gets the bucket_name of this ObjectStorageJobExecutionResultLocation. The name of the bucket used for job execution result storage.

Returns:The bucket_name of this ObjectStorageJobExecutionResultLocation.
Return type:str
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.

namespace_name

Gets the namespace_name of this ObjectStorageJobExecutionResultLocation. The Object Storage namespace used for job execution result storage.

Returns:The namespace_name of this ObjectStorageJobExecutionResultLocation.
Return type:str
type

[Required] Gets the type of this JobExecutionResultLocation. The type of the job execution result location.

Allowed values for this property are: “OBJECT_STORAGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this JobExecutionResultLocation.
Return type:str