Skip to content

Commit

Permalink
added vpn gateway entity.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipcieslikans committed Aug 15, 2024
1 parent 251804a commit abff2a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/eCloud/Entities/VpnGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ class VpnGateway extends Entity
'name' => 'name',
'availability_zone_id' => 'availabilityZoneId',
'router_id' => 'routerId',
'network_id' => 'networkId',
'specification_id' => 'specificationId',
'instance_id' => 'instanceId',
'created_at' => 'createdAt',
'updated_at' => 'updatedAt',
];
Expand Down

0 comments on commit abff2a8

Please sign in to comment.