Class: Ansible::Ruby::Modules::Gce_img
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gce_img
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/google/gce_img.rb
Instance Method Summary collapse
-
#description ⇒ Object?
An optional description.
-
#name ⇒ String
The name of the image to create or delete.
-
#pem_file ⇒ Object?
Path to the pem file associated with the service account email.
-
#project_id ⇒ Object?
Your GCE project ID.
-
#service_account_email ⇒ Object?
Service account email.
-
#source ⇒ String?
The source disk or the Google Cloud Storage URI to create the image from.
-
#state ⇒ :present, ...
Desired state of the image.
-
#timeout ⇒ Integer?
Timeout for the operation.
-
#zone ⇒ String?
The zone of the disk specified by source.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#description ⇒ Object?
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/google/gce_img.rb', line 14 attribute :description |
#name ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/google/gce_img.rb', line 10 attribute :name |
#pem_file ⇒ Object?
36 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/google/gce_img.rb', line 36 attribute :pem_file |
#project_id ⇒ Object?
39 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/google/gce_img.rb', line 39 attribute :project_id |
#service_account_email ⇒ Object?
33 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/google/gce_img.rb', line 33 attribute :service_account_email |
#source ⇒ String?
17 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/google/gce_img.rb', line 17 attribute :source |
#state ⇒ :present, ...
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/google/gce_img.rb', line 21 attribute :state |
#timeout ⇒ Integer?
29 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/google/gce_img.rb', line 29 attribute :timeout |
#zone ⇒ String?
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/google/gce_img.rb', line 25 attribute :zone |