models_v2.register_physical_sever_request_parameters module¶
-
class
models_v2.register_physical_sever_request_parameters.
RegisterPhysicalSeverRequestParameters
(endpoint=None, force_register=None)[source]¶ Bases:
object
Implementation of the ‘Register physical sever request parameters.’ model.
Specifies parameters to register physical server.
- Attributes:
- endpoint (string): Specifies the endpoint IPaddress, URL or hostname
of the physical host.
- force_register (bool): The agent running on a physical host will fail
the registration if it is already registered as part of another cluster. By setting this option to true, agent can be forced to register with the current cluster.
-
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.