Properties
The resources in the /tenants/{ID}/replicaResources collection have a number of properties that reflect cloud replication resource characteristics. Properties can be used for POST and PUT requests and as query parameter values in GET requests.
Property | Type | Description |
---|---|---|
id | integer | System ID assigned to a replication resource in Veeam Availability Console RESTful API. |
failoverCapabilitiesEnabled | boolean | Indicates whether performing failover is available to a company. |
publicAllocationEnabled | boolean | Indicates whether public IP addresses are allocated to a company. Only present if the failoverCapabilitiesEnabled property has value true. |
numberOfPublicIps | integer | Number of allocated public IP addresses. Only present if the failoverCapabilitiesEnabled property has value true. |
wanAccelerationEnabled | boolean | Indicates whether WAN accelerator is enabled for data transfer to a cloud repository. |
wanAcceleratorId / wanAcceleratorUid | string | System ID assigned to a service provider WAN accelerator in Veeam Cloud Connect. |
hardwarePlanId | string | System ID assigned to a hardware plan in Veeam Cloud Connect. |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). Can contain links to hardware plans, network extension appliances and WAN Accelerators. |
Property | Type | Description |
---|---|---|
id | integer | System ID assigned to a network extension appliance in Veeam Cloud Connect. |
name | string | Name of a network extension appliance. |
hardwarePlanId | string | System ID assigned to a hardware plan in Veeam Availability Console RESTful API. |
hostName | string | Name of a host on which network extension appliance is deployed. |
externalNetworkName | string | Name of an external production network. |
dhcpEnabled | boolean | Indicates whether DHCP service for a network extension appliance is enabled. |
ipAddress | string | IP-address of a network extension appliance. Only present if the dhcpEnabled property has value false. |
subnetMask | string | Subnet mask of a network extension appliance. Only present if the dhcpEnabled property has value false. |
defaultGateway | string | Default gateway of a network extension appliance. Only present if the dhcpEnabled property has value false. |