models_v2.common_create_or_update_rigel_connection_request module¶
- 
class models_v2.common_create_or_update_rigel_connection_request.CommonCreateOrUpdateRigelConnectionRequest(tenant_id=None, name=None)[source]¶
- Bases: - object- Implementation of the ‘Common Create Or Update Rigel Connection Request.’ model. - Specify the common params to create or update a connection of Rigel. - Attributes:
- tenant_id (string): Specifies the id of the tenant which the
- connection belongs to. 
 - name (string): Specifies the name of the connection. 
 - 
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.