models.upgrade_physical_server_agents module

class models.upgrade_physical_server_agents.UpgradePhysicalServerAgents(agent_ids=None)[source]

Bases: object

Implementation of the ‘UpgradePhysicalServerAgents’ model.

Specifies a request to upgrade the Cohesity agents on one or more Physical Servers registered on the Cohesity Cluster.

Attributes:
agent_ids (list of long|int): Array of Agent Ids. Specifies a list of

agentIds associated with the Physical Servers to upgrade with the agent release currently available from the Cohesity 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.