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.
__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.
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