Class: Ansible::Ruby::Modules::Gcp_target_proxy

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/google/gcp_target_proxy.rb

Overview

Create, Update or Destroy a Target_Proxy. See U(cloud.google.com/compute/docs/load-balancing/http/target-proxies) for an overview. More details on the Target_Proxy API can be found at U(cloud.google.com/compute/docs/reference/latest/targetHttpProxies#resource-representations).

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

#target_proxy_nameString

Returns Name of the Target_Proxy.

Returns:

  • (String)

    Name of the Target_Proxy.



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

attribute :target_proxy_name

#target_proxy_typeString

Returns Type of Target_Proxy. HTTP, HTTPS or SSL. Only HTTP is currently supported.

Returns:

  • (String)

    Type of Target_Proxy. HTTP, HTTPS or SSL. Only HTTP is currently supported.



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

attribute :target_proxy_type

#url_map_nameString?

Returns Name of the Url Map. Required if type is HTTP or HTTPS proxy.

Returns:

  • (String, nil)

    Name of the Url Map. Required if type is HTTP or HTTPS proxy.



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

attribute :url_map_name