CatalogParSourceConfig¶
-
class
oci.fleet_apps_management.models.CatalogParSourceConfig(**kwargs)¶ Bases:
oci.fleet_apps_management.models.catalog_source_payload.CatalogSourcePayloadCatalog par source config.
Methods
__init__(**kwargs)Initializes a new CatalogParSourceConfig 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. Attributes
access_uriGets the access_uri of this CatalogParSourceConfig. bucket_nameGets the bucket_name of this CatalogParSourceConfig. config_source_type[Required] Gets the config_source_type of this CatalogSourcePayload. namespace_nameGets the namespace_name of this CatalogParSourceConfig. object_nameGets the object_name of this CatalogParSourceConfig. time_expiresGets the time_expires of this CatalogParSourceConfig. working_directoryGets the working_directory of this CatalogSourcePayload. -
__init__(**kwargs)¶ Initializes a new CatalogParSourceConfig object with values from keyword arguments. The default value of the
config_source_typeattribute of this class isPAR_CATALOG_SOURCEand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - config_source_type (str) – The value to assign to the config_source_type property of this CatalogParSourceConfig.
- working_directory (str) – The value to assign to the working_directory property of this CatalogParSourceConfig.
- namespace_name (str) – The value to assign to the namespace_name property of this CatalogParSourceConfig.
- bucket_name (str) – The value to assign to the bucket_name property of this CatalogParSourceConfig.
- object_name (str) – The value to assign to the object_name property of this CatalogParSourceConfig.
- access_uri (str) – The value to assign to the access_uri property of this CatalogParSourceConfig.
- time_expires (datetime) – The value to assign to the time_expires property of this CatalogParSourceConfig.
-
access_uri¶ Gets the access_uri of this CatalogParSourceConfig. access uri
Returns: The access_uri of this CatalogParSourceConfig. Return type: str
-
bucket_name¶ Gets the bucket_name of this CatalogParSourceConfig. bucket name
Returns: The bucket_name of this CatalogParSourceConfig. Return type: str
-
config_source_type¶ [Required] Gets the config_source_type of this CatalogSourcePayload. config source type.
Returns: The config_source_type of this CatalogSourcePayload. 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 CatalogParSourceConfig. nameSpace
Returns: The namespace_name of this CatalogParSourceConfig. Return type: str
-
object_name¶ Gets the object_name of this CatalogParSourceConfig. object name
Returns: The object_name of this CatalogParSourceConfig. Return type: str
-
time_expires¶ Gets the time_expires of this CatalogParSourceConfig. The date and time expires, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_expires of this CatalogParSourceConfig. Return type: datetime
-
working_directory¶ Gets the working_directory of this CatalogSourcePayload. File path to the directory to use for running Terraform. If not specified, the root directory is used.
Returns: The working_directory of this CatalogSourcePayload. Return type: str
-