Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 6.29 KB

NimbleReplicationPartnerCommon.md

File metadata and controls

46 lines (41 loc) · 6.29 KB

NimbleReplicationPartnerCommon

Properties

Name Type Description Notes
alias str, none_type String of up to 63 alphanumeric and can include hyphens characters but cannot start with hyphen. [optional]
associated_links AssociatedLinks [optional]
control_port int, none_type Port number of partner control interface. Value -1 for an invalid port or a positive integer value up to 65535 representing the TCP/IP port. [optional]
customer_id str, none_type customerId [optional]
data_port int, none_type Port number of partner data interface. Value -1 for an invalid port or a positive integer value up to 65535 representing the TCP/IP port. [optional]
description str, none_type Description of replication partner. String of up to 255 printable ASCII characters. [optional]
full_name str, none_type Fully qualified name of replication partner. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. [optional]
generation int, none_type generation [optional]
last_keepalive_error str, none_type Most recent error while attempting to ping the partner. Plain string. [optional]
last_modified int, none_type Time when this replication partner was last modified. Seconds since last epoch i.e. 00:00 January 1, 1970. [optional]
last_sync_error str, none_type Most recent error seen while attempting to sync objects to the partner. Plain string. [optional]
match_folder bool, none_type Indicates whether to match the upstream volumes folder on the downstream. Possible values: true, false [optional]
partner_group_uid int, none_type Replication partner group uid. Unsigned 64-bit integer. [optional]
port_range_start int, none_type Positive integer value up to 65535 representing TCP/IP port. Example: 1234. [optional]
proxy_hostname str, none_type String of up to 64 alphanumeric characters, - and . and : are allowed after first character. Example: 'myobject-5' [optional]
proxy_user str, none_type HTTP proxy server username, string up to 255 characters, special characters ([, ], `, ;, ampersand, tab, space, newline) are not allowed. [optional]
remote_partner_folder_id str, none_type The folder ID where volumes replicated from remote partner will be created. Replica volumes created as clones ignore this parameter and are always created in the same pool as their parent volume. A 42 digit hexadecimal number. [optional]
remote_partner_folder_name str, none_type The folder name where volumes replicated from remote partner will be created. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. Example: 'myobject-5'. [optional]
remote_partner_id str, none_type ID of the remote partner. [optional]
remote_partner_name str, none_type Name of the remote partner. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. Example: 'myobject-5'. [optional]
remote_partner_pool_id str, none_type The pool ID where volumes replicated from remote partner will be created. Replica volumes created as clones ignore this parameter and are always created in the same pool as their parent volume. A 42 digit hexadecimal number. [optional]
remote_partner_pool_name str, none_type The pool name where volumes replicated from remote partner will be created. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. Example: 'myobject-5'. [optional]
remote_partner_subnet_label str Label of the subnet used to replicate to remote partner. String of up to 64 alphanumeric characters, - and . and colon are allowed after first character. [optional]
remote_partner_subnet_type str, none_type Type of the subnet used to replicate to the remote partner. Possible values are 'invalid', 'unconfigured', 'mgmt', 'data', 'mgmt_data'. [optional]
remote_partner_system_id str, none_type ID of the system to which the remote partner belongs. [optional]
replication_direction str, none_type Direction of replication configured with this partner. Possible values: none, downstream, upstream, bi_directional [optional]
search_name str, none_type Name of replication partner used for object search. Alphanumeric string, up to 64 characters including hyphen, period, colon. [optional]
status str, none_type Status of the partner. Failed, Normal, Degraded, Unknown. [optional]
throttled_bandwidth_current int, none_type Current bandwidth throttle for this partner, expressed either as megabits per second or as -1 to indicate that there is no throttle. Signed 64-bit integer. [optional]
throttled_bandwidth_current_kbps int, none_type Current bandwidth throttle for this partner, expressed either as kilobits per second or as -1 to indicate that there is no throttle. Signed 64-bit integer. [optional]
throttles [ReplicationThrottle], none_type Throttles used while replicating from/to this partner. All the throttles for the partner. [optional]
type str, none_type type [optional]
unique_name bool Possible values: 'true', 'false'. [optional]
volume_collection_list [ReplicationVolumeCollectionSummary], none_type List of volume collections that are replicating from/to this partner. List of volume collections. [optional]
witness str, none_type Hostname or ip addresses of witness. Comma separated strings of up to 63 characters of hostname and/or ip addresses. Total length cannot exceed 255 characters. [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]