models_v2.rigel_registration_config module

class models_v2.rigel_registration_config.RigelRegistrationConfig(reg_info=None, control_plane_connection_info=None, data_plane_connection_info=None)[source]

Bases: object

Implementation of the ‘Rigel Registration Config.’ model.

Specifies the Rigel Registration Config.

Attributes:

reg_info (RigelClaimInfo): Specifies the Rigel registration info. control_plane_connection_info (RigelConnectionInfo): Specifies the

Rigel connection info.

data_plane_connection_info (RigelConnectionInfo): Specifies the Rigel

connection info.

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.