Class: Ansible::Ruby::Modules::Gcpubsub_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcpubsub_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcpubsub_facts.rb
Overview
List Topics/Subscriptions from Google PubSub. Use the gcpubsub module for topic/subscription management. See U(cloud.google.com/pubsub/docs) for an overview.
Instance Method Summary collapse
-
#state ⇒ String?
List is the only valid option.
-
#topic ⇒ String?
GCP pubsub topic name.
-
#view ⇒ String
Choices are ‘topics’ or ‘subscriptions’.
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
#state ⇒ String?
Returns list is the only valid option.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcpubsub_facts.rb', line 20 attribute :state |
#topic ⇒ String?
Returns GCP pubsub topic name. Only the name, not the full path, is required.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcpubsub_facts.rb', line 12 attribute :topic |
#view ⇒ String
Returns Choices are ‘topics’ or ‘subscriptions’.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcpubsub_facts.rb', line 16 attribute :view |