Skip to content

Commit

Permalink
added fqdn property to eClouds VpnGateway entity
Browse files Browse the repository at this point in the history
  • Loading branch information
dawid.hochman committed Oct 7, 2024
1 parent b3e1b8e commit d5c7c1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eCloud/Entities/VpnGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* @property string $id
* @property string $name
* @property string $fqdn
* @property string $availabilityZoneId
* @property string $routerId
* @property string $specificationId
Expand All @@ -21,6 +22,7 @@ class VpnGateway extends Entity
public static $entityMap = [
'id' => 'id',
'name' => 'name',
'fqdn' => 'fqdn',
'availability_zone_id' => 'availabilityZoneId',
'router_id' => 'routerId',
'specification_id' => 'specificationId',
Expand Down

0 comments on commit d5c7c1c

Please sign in to comment.