Allowance#

class Allowance(name=None, type=None, details=None, is_multicluster=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: BaseClusterInfo

Model representing allowance details.

Parameters:
  • name (max=100 chars) – (name) Indicates feature name like Application Monitoring.

  • type – (type)

  • details – (details) Attribute for capturing a collection of allowance details

property details#

Attribute for capturing a collection of allowance details

Type:

list[ AllowanceDetail ]

property name#

Indicates feature name like Application Monitoring.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property type#
Type:

ClusterType