Class: Ansible::Ruby::Modules::Gcp_compute_router
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_compute_router
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_router.rb
Overview
Represents a Router resource.
Instance Method Summary collapse
-
#bgp ⇒ Hash?
BGP information specific to this router.
-
#description ⇒ Object?
An optional description of this resource.
-
#name ⇒ String
Name of the resource.
-
#network ⇒ String
A reference to the network to which this router belongs.
-
#region ⇒ String
Region where the router resides.
-
#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
#bgp ⇒ Hash?
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_router.rb', line 27 attribute :bgp |
#description ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_router.rb', line 20 attribute :description |
#name ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_router.rb', line 16 attribute :name |
#network ⇒ String
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_router.rb', line 23 attribute :network |
#region ⇒ String
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_router.rb', line 31 attribute :region |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_router.rb', line 12 attribute :state |