Class: Ansible::Ruby::Modules::Gcp_forwarding_rule
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_forwarding_rule
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb
Overview
Create, Update or Destroy a Forwarding_Rule. See U(cloud.google.com/compute/docs/load-balancing/http/target-proxies) for an overview. More details on the Global Forwarding_Rule API can be found at U(cloud.google.com/compute/docs/reference/latest/globalForwardingRules) More details on the Forwarding Rules API can be found at U(cloud.google.com/compute/docs/reference/latest/forwardingRules)
Instance Method Summary collapse
-
#address ⇒ String?
IPv4 or named IP address.
-
#forwarding_rule_name ⇒ String
Name of the Forwarding_Rule.
-
#port_range ⇒ Integer?
For global forwarding rules, must be set to 80 or 8080 for TargetHttpProxy, and 443 for TargetHttpsProxy or TargetSslProxy.
-
#protocol ⇒ String?
For global forwarding rules, TCP, UDP, ESP, AH, SCTP or ICMP.
-
#region ⇒ String?
The region for this forwarding rule.
-
#state ⇒ :present, :absent
The state of the Forwarding Rule.
-
#target ⇒ String?
Target resource for forwarding rule.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#address ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 12 attribute :address |
#forwarding_rule_name ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 16 attribute :forwarding_rule_name |
#port_range ⇒ Integer?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 20 attribute :port_range |
#protocol ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 24 attribute :protocol |
#region ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 28 attribute :region |
#state ⇒ :present, :absent
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 32 attribute :state |
#target ⇒ String?
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 36 attribute :target |