FailoverSpec#

class FailoverSpec(primary_file_server_ext_id=None, secondary_file_server_ext_id=None, active_directory=None, dns=None, type=None, *args, **kwargs)#

Bases: object

Failover model.

Parameters:
property active_directory#
Type:

ADServerSpec

property dns#
Type:

DnsRecordSpec

property primary_file_server_ext_id#

The external identifier of the primary file server for the replication.

Type:

str

property secondary_file_server_ext_id#

The external identifier of the secondary file server for the replication.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property type#
Type:

FailoverType