This is an archive version of the document. To get the most up-to-date information, see the current version.

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 the Veeam Service Provider Console REST 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.

Network Extension Appliance

The following properties reflect settings of the network extension appliance configured for a company.

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 the Veeam Service Provider Console REST 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.