Class: Ansible::Ruby::Modules::Gce_snapshot

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

Overview

Manages snapshots for GCE instances. This module manages snapshots for the storage volumes of a GCE compute instance. If there are multiple volumes, each snapshot will be prepended with the disk name

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

#credentials_fileString



32
# File 'lib/ansible/ruby/modules/generated/cloud/google/gce_snapshot.rb', line 32

attribute :credentials_file

#disksString?



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

attribute :disks

#instance_nameString



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

attribute :instance_name

#project_idString



36
# File 'lib/ansible/ruby/modules/generated/cloud/google/gce_snapshot.rb', line 36

attribute :project_id

#service_account_emailString



28
# File 'lib/ansible/ruby/modules/generated/cloud/google/gce_snapshot.rb', line 28

attribute :service_account_email

#snapshot_nameString?



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

attribute :snapshot_name

#state:present, ...



24
# File 'lib/ansible/ruby/modules/generated/cloud/google/gce_snapshot.rb', line 24

attribute :state