EntitlementSummary¶
-
class
oci.os_management_hub.models.
EntitlementSummary
(**kwargs)¶ Bases:
object
Provides summary information for an entitlement.
Methods
__init__
(**kwargs)Initializes a new EntitlementSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this EntitlementSummary. csi
[Required] Gets the csi of this EntitlementSummary. vendor_name
[Required] Gets the vendor_name of this EntitlementSummary. -
__init__
(**kwargs)¶ Initializes a new EntitlementSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this EntitlementSummary.
- csi (str) – The value to assign to the csi property of this EntitlementSummary.
- vendor_name (str) – The value to assign to the vendor_name property of this EntitlementSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this EntitlementSummary. The OCID of the tenancy containing the entitlement.
Returns: The compartment_id of this EntitlementSummary. Return type: str
-
csi
¶ [Required] Gets the csi of this EntitlementSummary. The Customer Support Identifier (CSI) which unlocks the software sources. The CSI is is a unique key given to a customer and it uniquely identifies the entitlement.
Returns: The csi of this EntitlementSummary. Return type: str
-
vendor_name
¶ [Required] Gets the vendor_name of this EntitlementSummary. The vendor for the entitlement.
Returns: The vendor_name of this EntitlementSummary. Return type: str
-