ManagementServerRef#

class ManagementServerRef(ip=None, type=None, drs_enabled=None, is_registered=None, in_use=None, *args, **kwargs)[source]#

Bases: object

Management server information

Parameters:
  • ip – (ip)

  • type – (type)

  • drs_enabled – (drs_enabled) Indicates whether it is DRS enabled or not

  • is_registered – (is_registered) Indicates whether it is registered or not

  • in_use – (in_use) Indicates whether the host is managed by an entity or not

property drs_enabled#

Indicates whether it is DRS enabled or not

Type:

bool

property in_use#

Indicates whether the host is managed by an entity or not

Type:

bool

property ip#
Type:

IPAddress

property is_registered#

Indicates whether it is registered or not

Type:

bool

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property type#
Type:

ManagementServerType