Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.86 KB

ReplicationPartnerObj.md

File metadata and controls

22 lines (17 loc) · 1.86 KB

ReplicationPartnerObj

The request body for replication partner.

Properties

Name Type Description Notes
source Source
target Target
target_system_id str Target system ID
control_port int, none_type Port number of partner control interface. Positive integer value up to 65535 representing TCP/IP port. [optional]
data_port int, none_type Port number of partner data interface. Positive integer value up to 65535 representing TCP/IP port. [optional]
description str, none_type Description of replication partner. String of up to 255 printable ASCII characters. [optional]
repl_hostname str, none_type IP address or hostname of partner data interface. String of up to 64 alphanumeric characters, - and . and colon are allowed after first character. [optional]
subnet_label str Label of the subnet used to replicate to this partner. String of up to 64 alphanumeric characters, - and . and colon are allowed after first character. [optional]
subnet_type str, none_type Type of the subnet used to replicate to this partner. Possible values are 'invalid', 'unconfigured', 'mgmt', 'data', 'mgmt_data'. [optional]
throttles [ReplicationThrottle], none_type Throttles used while replicating from/to this partner. All the throttles for the partner. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]