CatalogMarketplaceSourceConfig¶
-
class
oci.fleet_apps_management.models.CatalogMarketplaceSourceConfig(**kwargs)¶ Bases:
oci.fleet_apps_management.models.catalog_source_payload.CatalogSourcePayloadCatalog market source config.
Methods
__init__(**kwargs)Initializes a new CatalogMarketplaceSourceConfig 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
config_source_type[Required] Gets the config_source_type of this CatalogSourcePayload. listing_idGets the listing_id of this CatalogMarketplaceSourceConfig. versionGets the version of this CatalogMarketplaceSourceConfig. working_directoryGets the working_directory of this CatalogSourcePayload. -
__init__(**kwargs)¶ Initializes a new CatalogMarketplaceSourceConfig object with values from keyword arguments. The default value of the
config_source_typeattribute of this class isMARKETPLACE_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 CatalogMarketplaceSourceConfig.
- working_directory (str) – The value to assign to the working_directory property of this CatalogMarketplaceSourceConfig.
- listing_id (str) – The value to assign to the listing_id property of this CatalogMarketplaceSourceConfig.
- version (str) – The value to assign to the version property of this CatalogMarketplaceSourceConfig.
-
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.
-
listing_id¶ Gets the listing_id of this CatalogMarketplaceSourceConfig. This listing Id parameter of Payload.
Returns: The listing_id of this CatalogMarketplaceSourceConfig. Return type: str
-
version¶ Gets the version of this CatalogMarketplaceSourceConfig. This version parameter of Payload.
Returns: The version of this CatalogMarketplaceSourceConfig. Return type: str
-
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
-