Class: Ansible::Ruby::Modules::Gcp_pubsub_subscription
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_pubsub_subscription
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_pubsub_subscription.rb
Overview
A named resource representing the stream of messages from a single, specific topic, to be delivered to the subscribing application.
Instance Method Summary collapse
-
#ack_deadline_seconds ⇒ Integer?
This value is the maximum time after a subscriber receives a message before the subscriber should acknowledge the message.
-
#name ⇒ String?
Name of the subscription.
-
#push_config ⇒ Hash?
If push delivery is used with this subscription, this field is used to configure it.
-
#state ⇒ :present, ...
Whether the given object should exist in GCP.
-
#topic ⇒ String?
A reference to a Topic resource.
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
#ack_deadline_seconds ⇒ Integer?
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_pubsub_subscription.rb', line 28 attribute :ack_deadline_seconds |
#name ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_pubsub_subscription.rb', line 16 attribute :name |
#push_config ⇒ Hash?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_pubsub_subscription.rb', line 24 attribute :push_config |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_pubsub_subscription.rb', line 12 attribute :state |
#topic ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_pubsub_subscription.rb', line 20 attribute :topic |