AppCatalogListingResourceVersionAgreements¶
-
class
oci.core.models.AppCatalogListingResourceVersionAgreements(**kwargs)¶ Bases:
objectAgreements for a listing resource version.
Methods
__init__(**kwargs)Initializes a new AppCatalogListingResourceVersionAgreements object with values from keyword arguments. Attributes
eula_linkGets the eula_link of this AppCatalogListingResourceVersionAgreements. listing_idGets the listing_id of this AppCatalogListingResourceVersionAgreements. listing_resource_versionGets the listing_resource_version of this AppCatalogListingResourceVersionAgreements. oracle_terms_of_use_linkGets the oracle_terms_of_use_link of this AppCatalogListingResourceVersionAgreements. signatureGets the signature of this AppCatalogListingResourceVersionAgreements. time_retrievedGets the time_retrieved of this AppCatalogListingResourceVersionAgreements. -
__init__(**kwargs)¶ Initializes a new AppCatalogListingResourceVersionAgreements object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - listing_id (str) – The value to assign to the listing_id property of this AppCatalogListingResourceVersionAgreements.
- listing_resource_version (str) – The value to assign to the listing_resource_version property of this AppCatalogListingResourceVersionAgreements.
- oracle_terms_of_use_link (str) – The value to assign to the oracle_terms_of_use_link property of this AppCatalogListingResourceVersionAgreements.
- eula_link (str) – The value to assign to the eula_link property of this AppCatalogListingResourceVersionAgreements.
- time_retrieved (datetime) – The value to assign to the time_retrieved property of this AppCatalogListingResourceVersionAgreements.
- signature (str) – The value to assign to the signature property of this AppCatalogListingResourceVersionAgreements.
-
eula_link¶ Gets the eula_link of this AppCatalogListingResourceVersionAgreements. EULA link
Returns: The eula_link of this AppCatalogListingResourceVersionAgreements. Return type: str
-
listing_id¶ Gets the listing_id of this AppCatalogListingResourceVersionAgreements. The OCID of the listing associated with these agreements.
Returns: The listing_id of this AppCatalogListingResourceVersionAgreements. Return type: str
-
listing_resource_version¶ Gets the listing_resource_version of this AppCatalogListingResourceVersionAgreements. Listing resource version associated with these agreements.
Returns: The listing_resource_version of this AppCatalogListingResourceVersionAgreements. Return type: str
-
oracle_terms_of_use_link¶ Gets the oracle_terms_of_use_link of this AppCatalogListingResourceVersionAgreements. Oracle TOU link
Returns: The oracle_terms_of_use_link of this AppCatalogListingResourceVersionAgreements. Return type: str
-
signature¶ Gets the signature of this AppCatalogListingResourceVersionAgreements. A generated signature for this agreement retrieval operation which should be used in the create subscription call.
Returns: The signature of this AppCatalogListingResourceVersionAgreements. Return type: str
-