Skip to content

Commit d5c7c1c

Browse files
author
dawid.hochman
committed
added fqdn property to eClouds VpnGateway entity
1 parent b3e1b8e commit d5c7c1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/eCloud/Entities/VpnGateway.php

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/**
99
* @property string $id
1010
* @property string $name
11+
* @property string $fqdn
1112
* @property string $availabilityZoneId
1213
* @property string $routerId
1314
* @property string $specificationId
@@ -21,6 +22,7 @@ class VpnGateway extends Entity
2122
public static $entityMap = [
2223
'id' => 'id',
2324
'name' => 'name',
25+
'fqdn' => 'fqdn',
2426
'availability_zone_id' => 'availabilityZoneId',
2527
'router_id' => 'routerId',
2628
'specification_id' => 'specificationId',

0 commit comments

Comments
 (0)