Class: Ansible::Ruby::Modules::Gcp_forwarding_rule

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#addressString?



12
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 12

attribute :address

#forwarding_rule_nameString



16
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 16

attribute :forwarding_rule_name

#port_rangeInteger?



20
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 20

attribute :port_range

#protocolString?



24
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 24

attribute :protocol

#regionString?



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

#targetString?



36
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_forwarding_rule.rb', line 36

attribute :target