Class: Google::Cloud::Compute::V1::Snapshot

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Represents a Persistent Disk Snapshot resource.

You can use snapshots to back up data on a regular interval. For more information, read Creating persistent disk snapshots.

Defined Under Namespace

Modules: Architecture, SnapshotType, Status, StorageBytesStatus Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#architecture::String

Returns Output only. [Output Only] The architecture of the snapshot. Valid values are ARM64 or X86_64. Check the Architecture enum for the list of possible values.

Returns:

  • (::String)

    Output only. [Output Only] The architecture of the snapshot. Valid values are ARM64 or X86_64. Check the Architecture enum for the list of possible values.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#auto_created::Boolean

Returns Output only. [Output Only] Set to true if snapshots are automatically created by applying resource policy on the target disk.

Returns:

  • (::Boolean)

    Output only. [Output Only] Set to true if snapshots are automatically created by applying resource policy on the target disk.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#chain_name::String

Returns Creates the new snapshot in the snapshot chain labeled with the specified name. The chain name must be 1-63 characters long and comply with RFC1035. This is an uncommon option only for advanced service owners who needs to create separate snapshot chains, for example, for chargeback tracking. When you describe your snapshot resource, this field is visible only if it has a non-empty value.

Returns:

  • (::String)

    Creates the new snapshot in the snapshot chain labeled with the specified name. The chain name must be 1-63 characters long and comply with RFC1035. This is an uncommon option only for advanced service owners who needs to create separate snapshot chains, for example, for chargeback tracking. When you describe your snapshot resource, this field is visible only if it has a non-empty value.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#creation_size_bytes::Integer

Returns Output only. [Output Only] Size in bytes of the snapshot at creation time.

Returns:

  • (::Integer)

    Output only. [Output Only] Size in bytes of the snapshot at creation time.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#creation_timestamp::String

Returns Output only. [Output Only] Creation timestamp inRFC3339 text format.

Returns:

  • (::String)

    Output only. [Output Only] Creation timestamp inRFC3339 text format.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#description::String

Returns An optional description of this resource. Provide this property when you create the resource.

Returns:

  • (::String)

    An optional description of this resource. Provide this property when you create the resource.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#disk_size_gb::Integer

Returns Output only. [Output Only] Size of the source disk, specified in GB.

Returns:

  • (::Integer)

    Output only. [Output Only] Size of the source disk, specified in GB.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#download_bytes::Integer

Returns Output only. [Output Only] Number of bytes downloaded to restore a snapshot to a disk.

Returns:

  • (::Integer)

    Output only. [Output Only] Number of bytes downloaded to restore a snapshot to a disk.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#enable_confidential_compute::Boolean

Returns Output only. Whether this snapshot is created from a confidential compute mode disk. [Output Only]: This field is not set by user, but from source disk.

Returns:

  • (::Boolean)

    Output only. Whether this snapshot is created from a confidential compute mode disk. [Output Only]: This field is not set by user, but from source disk.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#guest_flush::Boolean

Returns [Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process.

Returns:

  • (::Boolean)

    [Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#guest_os_features::Array<::Google::Cloud::Compute::V1::GuestOsFeature>

Returns Output only. [Output Only] A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.

Returns:

  • (::Array<::Google::Cloud::Compute::V1::GuestOsFeature>)

    Output only. [Output Only] A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#id::Integer

Returns Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.

Returns:

  • (::Integer)

    Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#kind::String

Returns Output only. [Output Only] Type of the resource. Always compute#snapshot for Snapshot resources.

Returns:

  • (::String)

    Output only. [Output Only] Type of the resource. Always compute#snapshot for Snapshot resources.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#label_fingerprint::String

Returns A fingerprint for the labels being applied to this snapshot, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error412 conditionNotMet.

To see the latest fingerprint, make a get() request to retrieve a snapshot.

Returns:

  • (::String)

    A fingerprint for the labels being applied to this snapshot, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error412 conditionNotMet.

    To see the latest fingerprint, make a get() request to retrieve a snapshot.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#labels::Google::Protobuf::Map{::String => ::String}

Returns Labels to apply to this snapshot. These can be later modified by the setLabels method. Label values may be empty.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Labels to apply to this snapshot. These can be later modified by the setLabels method. Label values may be empty.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#license_codes::Array<::Integer>

Returns Output only. [Output Only] Integer license codes indicating which licenses are attached to this snapshot.

Returns:

  • (::Array<::Integer>)

    Output only. [Output Only] Integer license codes indicating which licenses are attached to this snapshot.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#licenses::Array<::String>

Returns Output only. [Output Only] A list of public visible licenses that apply to this snapshot. This can be because the original image had licenses attached (such as a Windows image).

Returns:

  • (::Array<::String>)

    Output only. [Output Only] A list of public visible licenses that apply to this snapshot. This can be because the original image had licenses attached (such as a Windows image).



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#location_hint::String

Returns An opaque location hint used to place the snapshot close to other resources. This field is for use by internal tools that use the public API.

Returns:

  • (::String)

    An opaque location hint used to place the snapshot close to other resources. This field is for use by internal tools that use the public API.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#name::String

Returns Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[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; provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[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.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#params::Google::Cloud::Compute::V1::SnapshotParams

Returns Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload.

Returns:



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#region::String

Returns Output only. [Output Only] URL of the region where the snapshot resides. Only applicable for regional snapshots.

Returns:

  • (::String)

    Output only. [Output Only] URL of the region where the snapshot resides. Only applicable for regional snapshots.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#satisfies_pzi::Boolean

Returns Output only. Reserved for future use.

Returns:

  • (::Boolean)

    Output only. Reserved for future use.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#satisfies_pzs::Boolean

Returns Output only. [Output Only] Reserved for future use.

Returns:

  • (::Boolean)

    Output only. [Output Only] Reserved for future use.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

Returns Output only. [Output Only] Server-defined URL for the resource.

Returns:

  • (::String)

    Output only. [Output Only] Server-defined URL for the resource.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#snapshot_encryption_key::Google::Cloud::Compute::V1::CustomerEncryptionKey

Returns Encrypts the snapshot using acustomer-supplied encryption key.

After you encrypt a snapshot using a customer-supplied key, you must provide the same key if you use the snapshot later. For example, you must provide the encryption key when you create a disk from the encrypted snapshot in a future request.

Customer-supplied encryption keys do not protect access to metadata of the snapshot.

If you do not provide an encryption key when creating the snapshot, then the snapshot will be encrypted using an automatically generated key and you do not need to provide a key to use the snapshot later.

Returns:

  • (::Google::Cloud::Compute::V1::CustomerEncryptionKey)

    Encrypts the snapshot using acustomer-supplied encryption key.

    After you encrypt a snapshot using a customer-supplied key, you must provide the same key if you use the snapshot later. For example, you must provide the encryption key when you create a disk from the encrypted snapshot in a future request.

    Customer-supplied encryption keys do not protect access to metadata of the snapshot.

    If you do not provide an encryption key when creating the snapshot, then the snapshot will be encrypted using an automatically generated key and you do not need to provide a key to use the snapshot later.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#snapshot_group_id::String

Returns Output only. [Output Only] The unique ID of the snapshot group that this snapshot belongs to. The usage of snapshot group feature is restricted.

Returns:

  • (::String)

    Output only. [Output Only] The unique ID of the snapshot group that this snapshot belongs to. The usage of snapshot group feature is restricted.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#snapshot_group_name::String

Returns Output only. [Output only] The snapshot group that this snapshot belongs to. The usage of snapshot group feature is restricted.

Returns:

  • (::String)

    Output only. [Output only] The snapshot group that this snapshot belongs to. The usage of snapshot group feature is restricted.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#snapshot_type::String

Returns Indicates the type of the snapshot. Check the SnapshotType enum for the list of possible values.

Returns:

  • (::String)

    Indicates the type of the snapshot. Check the SnapshotType enum for the list of possible values.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#source_disk::String

Returns The source disk used to create this snapshot.

Returns:

  • (::String)

    The source disk used to create this snapshot.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#source_disk_encryption_key::Google::Cloud::Compute::V1::CustomerEncryptionKey

Returns The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.

Returns:



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#source_disk_for_recovery_checkpoint::String

Returns The source disk whose recovery checkpoint will be used to create this snapshot.

Returns:

  • (::String)

    The source disk whose recovery checkpoint will be used to create this snapshot.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#source_disk_id::String

Returns Output only. [Output Only] The ID value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.

Returns:

  • (::String)

    Output only. [Output Only] The ID value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#source_instant_snapshot::String

Returns The source instant snapshot used to create this snapshot. You can provide this as a partial or full URL to the resource. For example, the following are valid values:

 - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instantSnapshots/instantSnapshot
 - projects/project/zones/zone/instantSnapshots/instantSnapshot
  • zones/zone/instantSnapshots/instantSnapshot.

Returns:

  • (::String)

    The source instant snapshot used to create this snapshot. You can provide this as a partial or full URL to the resource. For example, the following are valid values:

     - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instantSnapshots/instantSnapshot
     - projects/project/zones/zone/instantSnapshots/instantSnapshot
    
    • zones/zone/instantSnapshots/instantSnapshot


75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#source_instant_snapshot_encryption_key::Google::Cloud::Compute::V1::CustomerEncryptionKey

Returns Customer provided encryption key when creating Snapshot from Instant Snapshot.

Returns:



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#source_instant_snapshot_id::String

Returns Output only. [Output Only] The unique ID of the instant snapshot used to create this snapshot. This value identifies the exact instant snapshot that was used to create this snapshot. For example, if you created the snapshot from an instant snapshot that was later deleted and recreated under the same name, the source instant snapshot ID would identify the exact instant snapshot that was used.

Returns:

  • (::String)

    Output only. [Output Only] The unique ID of the instant snapshot used to create this snapshot. This value identifies the exact instant snapshot that was used to create this snapshot. For example, if you created the snapshot from an instant snapshot that was later deleted and recreated under the same name, the source instant snapshot ID would identify the exact instant snapshot that was used.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#source_snapshot_schedule_policy::String

Returns Output only. [Output Only] URL of the resource policy which created this scheduled snapshot.

Returns:

  • (::String)

    Output only. [Output Only] URL of the resource policy which created this scheduled snapshot.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#source_snapshot_schedule_policy_id::String

Returns Output only. [Output Only] ID of the resource policy which created this scheduled snapshot.

Returns:

  • (::String)

    Output only. [Output Only] ID of the resource policy which created this scheduled snapshot.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#status::String

Returns Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING. Check the Status enum for the list of possible values.

Returns:

  • (::String)

    Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING. Check the Status enum for the list of possible values.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#storage_bytes::Integer

Returns Output only. [Output Only] A size of the storage used by the snapshot. As snapshots share storage, this number is expected to change with snapshot creation/deletion.

Returns:

  • (::Integer)

    Output only. [Output Only] A size of the storage used by the snapshot. As snapshots share storage, this number is expected to change with snapshot creation/deletion.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#storage_bytes_status::String

Returns Output only. [Deprecated] Instead, check the storageBytes field. After snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE. [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be unset, meaning the snapshot is being created, or UP_TO_DATE, meaning the size of the snapshot is up-to-date. Check the StorageBytesStatus enum for the list of possible values.

Returns:

  • (::String)

    Output only. [Deprecated] Instead, check the storageBytes field. After snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE. [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be unset, meaning the snapshot is being created, or UP_TO_DATE, meaning the size of the snapshot is up-to-date. Check the StorageBytesStatus enum for the list of possible values.



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end

#storage_locations::Array<::String>

Returns Cloud Storage bucket storage location of the snapshot (regional or multi-regional).

Returns:

  • (::Array<::String>)

    Cloud Storage bucket storage location of the snapshot (regional or multi-regional).



75819
75820
75821
75822
75823
75824
75825
75826
75827
75828
75829
75830
75831
75832
75833
75834
75835
75836
75837
75838
75839
75840
75841
75842
75843
75844
75845
75846
75847
75848
75849
75850
75851
75852
75853
75854
75855
75856
75857
75858
75859
75860
75861
75862
75863
75864
75865
75866
75867
75868
75869
75870
75871
75872
75873
75874
75875
75876
75877
75878
75879
75880
75881
75882
75883
75884
75885
75886
75887
75888
75889
75890
75891
75892
75893
75894
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75819

class Snapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Output only. [Output Only] The architecture of the snapshot. Valid values are
  # ARM64 or X86_64.
  module Architecture
    # A value indicating that the enum field is not set.
    UNDEFINED_ARCHITECTURE = 0

    # Default value indicating Architecture is not set.
    ARCHITECTURE_UNSPECIFIED = 394_750_507

    # Machines with architecture ARM64
    ARM64 = 62_547_450

    # Machines with architecture X86_64
    X86_64 = 425_300_551
  end

  # Indicates the type of the snapshot.
  module SnapshotType
    # A value indicating that the enum field is not set.
    UNDEFINED_SNAPSHOT_TYPE = 0

    ARCHIVE = 506_752_162

    STANDARD = 484_642_493
  end

  # Output only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # Snapshot creation is in progress.
    CREATING = 455_564_985

    # Snapshot is currently being deleted.
    DELETING = 528_602_024

    # Snapshot creation failed.
    FAILED = 455_706_685

    # Snapshot has been created successfully.
    READY = 77_848_963

    # Snapshot is being uploaded.
    UPLOADING = 267_603_489
  end

  # Output only. [Deprecated] Instead, check the storageBytes field. After
  # snapshot creation, the storageBytesStatus field is alwaysUP_TO_DATE.
  # [Output Only] An indicator whether storageBytes is in a
  # stable state or it is being adjusted as a result of shared storage
  # reallocation. This status can either be unset, meaning the snapshot is
  # being created, or UP_TO_DATE, meaning the size of the snapshot
  # is up-to-date.
  module StorageBytesStatus
    # A value indicating that the enum field is not set.
    UNDEFINED_STORAGE_BYTES_STATUS = 0

    UPDATING = 494_614_342

    UP_TO_DATE = 101_306_702
  end
end