Sku¶
-
class
oci.tenant_manager_control_plane.models.
Sku
(**kwargs)¶ Bases:
object
A single subscription SKU.
Methods
__init__
(**kwargs)Initializes a new Sku object with values from keyword arguments. Attributes
name
Gets the name of this Sku. number
Gets the number of this Sku. quantity
Gets the quantity of this Sku. -
__init__
(**kwargs)¶ Initializes a new Sku object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - number (str) – The value to assign to the number property of this Sku.
- name (str) – The value to assign to the name property of this Sku.
- quantity (int) – The value to assign to the quantity property of this Sku.
-
name
¶ Gets the name of this Sku. SKU name.
Returns: The name of this Sku. Return type: str
-
number
¶ Gets the number of this Sku. SKU number.
Returns: The number of this Sku. Return type: str
-
quantity
¶ Gets the quantity of this Sku. SKU quantity.
Returns: The quantity of this Sku. Return type: int
-