Class: Ansible::Ruby::Modules::Gcp_compute_target_vpn_gateway
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_compute_target_vpn_gateway
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_vpn_gateway.rb
Overview
Represents a VPN gateway running in GCP. This virtual device is managed by Google, but used only by you.
Instance Method Summary collapse
-
#description ⇒ Object?
An optional description of this resource.
-
#name ⇒ String
Name of the resource.
-
#network ⇒ String
The network this VPN gateway is accepting traffic for.
-
#region ⇒ String
The region this gateway should sit in.
-
#state ⇒ :present, ...
Whether the given object should exist in GCP.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#description ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_vpn_gateway.rb', line 16 attribute :description |
#name ⇒ String
19 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_vpn_gateway.rb', line 19 attribute :name |
#network ⇒ String
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_vpn_gateway.rb', line 23 attribute :network |
#region ⇒ String
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_vpn_gateway.rb', line 27 attribute :region |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_vpn_gateway.rb', line 12 attribute :state |