We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e1b8e commit d5c7c1cCopy full SHA for d5c7c1c
src/eCloud/Entities/VpnGateway.php
@@ -8,6 +8,7 @@
8
/**
9
* @property string $id
10
* @property string $name
11
+ * @property string $fqdn
12
* @property string $availabilityZoneId
13
* @property string $routerId
14
* @property string $specificationId
@@ -21,6 +22,7 @@ class VpnGateway extends Entity
21
22
public static $entityMap = [
23
'id' => 'id',
24
'name' => 'name',
25
+ 'fqdn' => 'fqdn',
26
'availability_zone_id' => 'availabilityZoneId',
27
'router_id' => 'routerId',
28
'specification_id' => 'specificationId',
0 commit comments