SkuProducts¶
-
class
oci.usage.models.
SkuProducts
(**kwargs)¶ Bases:
object
The SKU Product Id details for a resource.
Methods
__init__
(**kwargs)Initializes a new SkuProducts object with values from keyword arguments. Attributes
cloud_credit_type
Gets the cloud_credit_type of this SkuProducts. sku_id
Gets the sku_id of this SkuProducts. sku_type
Gets the sku_type of this SkuProducts. -
__init__
(**kwargs)¶ Initializes a new SkuProducts object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - sku_id (str) – The value to assign to the sku_id property of this SkuProducts.
- sku_type (str) – The value to assign to the sku_type property of this SkuProducts.
- cloud_credit_type (str) – The value to assign to the cloud_credit_type property of this SkuProducts.
-
cloud_credit_type
¶ Gets the cloud_credit_type of this SkuProducts. The cloud credit type for the resource.
Returns: The cloud_credit_type of this SkuProducts. Return type: str
-
sku_id
¶ Gets the sku_id of this SkuProducts. The Sku Id for the resource.
Returns: The sku_id of this SkuProducts. Return type: str
-
sku_type
¶ Gets the sku_type of this SkuProducts. The Sku type for the resource.
Returns: The sku_type of this SkuProducts. Return type: str
-