ServiceSummary¶
-
class
oci.limits.models.
ServiceSummary
(**kwargs)¶ Bases:
object
A specific OCI service supported by resource limits.
Methods
__init__
(**kwargs)Initializes a new ServiceSummary object with values from keyword arguments. Attributes
description
Gets the description of this ServiceSummary. name
Gets the name of this ServiceSummary. supported_subscriptions
Gets the supported_subscriptions of this ServiceSummary. -
__init__
(**kwargs)¶ Initializes a new ServiceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ServiceSummary.
- description (str) – The value to assign to the description property of this ServiceSummary.
- supported_subscriptions (list[str]) – The value to assign to the supported_subscriptions property of this ServiceSummary.
-
description
¶ Gets the description of this ServiceSummary. The friendly service name.
Returns: The description of this ServiceSummary. Return type: str
-
name
¶ Gets the name of this ServiceSummary. The service name. Use this when calling other APIs.
Returns: The name of this ServiceSummary. Return type: str
-
supported_subscriptions
¶ Gets the supported_subscriptions of this ServiceSummary. An array of subscription types supported by the service. e,g The type of subscription, such as ‘SAAS’, ‘ERP’, ‘CRM’.
Returns: The supported_subscriptions of this ServiceSummary. Return type: list[str]
-