models.system_app_status_result module¶
- 
class models.system_app_status_result.SystemAppStatusResult(available_replicas=None, name=None, configured_replicas=None, ready_replicas=None, service_endpoint=None)[source]¶
- Bases: - object- Implementation of the ‘SystemAppStatusResult’ model. - Specifies the result of getting the status of System Apps. - Attributes:
- available_replicas (int): Required field. name (string): Required field. configured_replicas (int): Required field. ready_replicas (int): Required field. service_endpoint (string): Required field. 
 - 
classmethod from_dictionary(dictionary)[source]¶
- Creates an instance of this model from a dictionary - Args:
- dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description. 
- Returns:
- object: An instance of this structure class.