ArrayConnectionPost

Properties

Name Type Description Notes
id str A non-modifiable, globally unique ID chosen by the system. [optional]
ca_certificate_group FixedReferenceWithId The group of CA certificates that can be used, in addition to well-known Certificate Authority certificates, in order to establish a secure connection to the target array. Defaults to a reference to the _default_replication_certs group if secure_connection is true, or null otherwise. [optional]
management_address str Management address of the target array. Settable on POST only. Modifiable only on the source. [optional]
replication_addresses list[str] IP addresses and/or FQDNs of the target arrays. Settable on POST only. If not set on POST, will be set to all the replication addresses available on the target array at the time of the POST. [optional]
status str Status of the connection. Valid values are `connected`, `partially_connected`, `connecting`, and `incompatible`. `connected` - The connection is OK. `partially_connected` - Some replication addresses are working, but others are not. `connecting` - No connection exists and the array is trying to reconnect. `incompatible` - The target array is not compatible. [optional]
encrypted bool If this is set to true, then all customer data replicated over the connection will be sent over an encrypted connection using TLS, or will not be sent if a secure connection cannot be established. If this is set to false, then all customer data replicated over the connection will be sent over an unencrypted connection. Defaults to false. [optional] [default to False]
remote FixedReferenceNoResourceType The remote array. [optional]
version str The version of the target array. [optional]
connection_key str The connection key of the target array. Settable on POST only. [optional]

[Back to Model list] [Back to API list] [Back to Overview]