Class: Ansible::Ruby::Modules::Gcp_compute_global_address
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_compute_global_address
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_global_address.rb
Overview
Represents a Global Address resource. Global addresses are used for HTTP(S) load balancing.
Instance Method Summary collapse
-
#description ⇒ Object?
An optional description of this resource.,Provide this property when you create the resource.
-
#ip_version ⇒ :IPV4, ...
The IP Version that will be used by this address.
-
#name ⇒ String
Name of the resource.
-
#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_global_address.rb', line 16 attribute :description |
#ip_version ⇒ :IPV4, ...
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_global_address.rb', line 23 attribute :ip_version |
#name ⇒ String
19 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_global_address.rb', line 19 attribute :name |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_global_address.rb', line 12 attribute :state |