AppCatalogSubscription¶
-
class
oci.core.models.
AppCatalogSubscription
(**kwargs)¶ Bases:
object
a subscription for a listing resource version.
Methods
__init__
(**kwargs)Initializes a new AppCatalogSubscription object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this AppCatalogSubscription. display_name
Gets the display_name of this AppCatalogSubscription. listing_id
Gets the listing_id of this AppCatalogSubscription. listing_resource_id
Gets the listing_resource_id of this AppCatalogSubscription. listing_resource_version
Gets the listing_resource_version of this AppCatalogSubscription. publisher_name
Gets the publisher_name of this AppCatalogSubscription. summary
Gets the summary of this AppCatalogSubscription. time_created
Gets the time_created of this AppCatalogSubscription. -
__init__
(**kwargs)¶ Initializes a new AppCatalogSubscription object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - publisher_name (str) – The value to assign to the publisher_name property of this AppCatalogSubscription.
- listing_id (str) – The value to assign to the listing_id property of this AppCatalogSubscription.
- listing_resource_version (str) – The value to assign to the listing_resource_version property of this AppCatalogSubscription.
- listing_resource_id (str) – The value to assign to the listing_resource_id property of this AppCatalogSubscription.
- display_name (str) – The value to assign to the display_name property of this AppCatalogSubscription.
- summary (str) – The value to assign to the summary property of this AppCatalogSubscription.
- compartment_id (str) – The value to assign to the compartment_id property of this AppCatalogSubscription.
- time_created (datetime) – The value to assign to the time_created property of this AppCatalogSubscription.
-
compartment_id
¶ Gets the compartment_id of this AppCatalogSubscription. The compartmentID of the subscription.
Returns: The compartment_id of this AppCatalogSubscription. Return type: str
-
display_name
¶ Gets the display_name of this AppCatalogSubscription. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this AppCatalogSubscription. Return type: str
-
listing_id
¶ Gets the listing_id of this AppCatalogSubscription. The ocid of the listing resource.
Returns: The listing_id of this AppCatalogSubscription. Return type: str
-
listing_resource_id
¶ Gets the listing_resource_id of this AppCatalogSubscription. Listing resource id.
Returns: The listing_resource_id of this AppCatalogSubscription. Return type: str
-
listing_resource_version
¶ Gets the listing_resource_version of this AppCatalogSubscription. Listing resource version.
Returns: The listing_resource_version of this AppCatalogSubscription. Return type: str
-
publisher_name
¶ Gets the publisher_name of this AppCatalogSubscription. Name of the publisher who published this listing.
Returns: The publisher_name of this AppCatalogSubscription. Return type: str
-
summary
¶ Gets the summary of this AppCatalogSubscription. The short summary to the listing.
Returns: The summary of this AppCatalogSubscription. Return type: str
-