SubscriptionSku

class oci.fusion_apps.models.SubscriptionSku(**kwargs)

Bases: object

SKU information.

Methods

__init__(**kwargs) Initializes a new SubscriptionSku object with values from keyword arguments.

Attributes

description Gets the description of this SubscriptionSku.
license_part_description Gets the license_part_description of this SubscriptionSku.
metric_name Gets the metric_name of this SubscriptionSku.
quantity [Required] Gets the quantity of this SubscriptionSku.
sku [Required] Gets the sku of this SubscriptionSku.
__init__(**kwargs)

Initializes a new SubscriptionSku object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • sku (str) – The value to assign to the sku property of this SubscriptionSku.
  • license_part_description (str) – The value to assign to the license_part_description property of this SubscriptionSku.
  • metric_name (str) – The value to assign to the metric_name property of this SubscriptionSku.
  • quantity (int) – The value to assign to the quantity property of this SubscriptionSku.
  • description (str) – The value to assign to the description property of this SubscriptionSku.
description

Gets the description of this SubscriptionSku. Description of the stock units.

Returns:The description of this SubscriptionSku.
Return type:str
license_part_description

Gets the license_part_description of this SubscriptionSku. Description of the covered product belonging to this Sku.

Returns:The license_part_description of this SubscriptionSku.
Return type:str
metric_name

Gets the metric_name of this SubscriptionSku. Base metric for billing the service.

Returns:The metric_name of this SubscriptionSku.
Return type:str
quantity

[Required] Gets the quantity of this SubscriptionSku. Quantity of the stock units.

Returns:The quantity of this SubscriptionSku.
Return type:int
sku

[Required] Gets the sku of this SubscriptionSku. Stock keeping unit id.

Returns:The sku of this SubscriptionSku.
Return type:str