Class: Ansible::Ruby::Modules::Gcp_compute_router

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

Overview

Represents a Router resource.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#bgpHash?

Returns BGP information specific to this router.

Returns:

  • (Hash, nil)

    BGP information specific to this router.



27
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_router.rb', line 27

attribute :bgp

#descriptionObject?

Returns An optional description of this resource.

Returns:

  • (Object, nil)

    An optional description of this resource.



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

attribute :description

#nameString

Returns Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘[a-z](*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Returns:

  • (String)

    Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘[a-z](*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.



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

attribute :name

#networkString

Returns A reference to the network to which this router belongs.

Returns:

  • (String)

    A reference to the network to which this router belongs.



23
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_router.rb', line 23

attribute :network

#regionString

Returns Region where the router resides.

Returns:

  • (String)

    Region where the router resides.



31
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_router.rb', line 31

attribute :region

#state:present, ...

Returns Whether the given object should exist in GCP.

Returns:

  • (:present, :absent, nil)

    Whether the given object should exist in GCP



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

attribute :state