--- title: "VBRCloudVLANConfiguration" description: "Contains range of VLANs reserved for Veeam Backup & Replication. Extended by: VBRViCloudVLANConfiguration VBRHvCloudVLANConfiguration" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrcloudvlanconfiguration.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRCloudVLANConfiguration" dateModified: "2026-09-03" --- # VBRCloudVLANConfiguration Contains range of VLANs reserved for Veeam Backup & Replication. Extended by: - [`VBRViCloudVLANConfiguration`](#vbrvicloudvlanconfiguration) - [`VBRHvCloudVLANConfiguration`](#vbrhvcloudvlanconfiguration) ## VBRViCloudVLANConfiguration ### Properties
|
Property |
Type |
Description |
|---|---|---|
|
Host |
CHost |
VMware host or cluster used as the replication target. |
|
VirtualSwitch |
VBRViServerNetworkInfo |
VMware virtual switch connected to the target host. |
|
Platform |
Virtualization platform: VMware. |
|
|
FirstVLANWithInternet |
int32 |
The first VLAN ID in the range of VLANs used for providing networks with internet access to VM replicas on the cloud host. |
|
LastVLANWithInternet |
int32 |
The last VLAN ID in the range of VLANs used for providing networks with internet access to VM replicas on the cloud host. |
|
FirstVLANWithoutInternet |
int32 |
The first VLAN ID in the range of VLANs used for providing networks without internet access to VM replicas on the cloud host. |
|
LastVLANWithoutInternet |
int32 |
The last VLAN ID in the range of VLANs used for providing networks without internet access to VM replicas on the cloud host. |
|
Id |
GUID |
VLAN ID. |
|
Property |
Type |
Description |
|---|---|---|
|
Host |
Object |
Hyper-V host or cluster used as the replication target. |
|
VirtualSwitch |
VBRHvServerNetworkInfo |
Hyper-V virtual switch connected to the target host. |
|
Platform |
Virtualization platform: Hyper-V. |
|
|
FirstVLANWithInternet |
int32 |
The first VLAN ID in the range of VLANs used for providing networks with internet access to VM replicas on the cloud host. |
|
LastVLANWithInternet |
int32 |
The last VLAN ID in the range of VLANs used for providing networks with internet access to VM replicas on the cloud host. |
|
FirstVLANWithoutInternet |
int32 |
The first VLAN ID in the range of VLANs used for providing networks without internet access to VM replicas on the cloud host. |
|
LastVLANWithoutInternet |
int32 |
The last VLAN ID in the range of VLANs used for providing networks without internet access to VM replicas on the cloud host. |
|
Id |
GUID |
VLAN ID. |