Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::InstantSnapshotGroupParameters (v3.6.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InstantSnapshotGroupParameters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#source_instant_snapshot_group

def source_instant_snapshot_group() -> ::String
Returns
  • (::String) —

    The source instant snapshot group used to create disks. 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/instantSnapshotGroups/instantSnapshotGroup
     - projects/project/zones/zone/instantSnapshotGroups/instantSnapshotGroup
     - zones/zone/instantSnapshotGroups/instantSnapshotGroup
    

#source_instant_snapshot_group=

def source_instant_snapshot_group=(value) -> ::String
Parameter
  • value (::String) —

    The source instant snapshot group used to create disks. 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/instantSnapshotGroups/instantSnapshotGroup
     - projects/project/zones/zone/instantSnapshotGroups/instantSnapshotGroup
     - zones/zone/instantSnapshotGroups/instantSnapshotGroup
    
Returns
  • (::String) —

    The source instant snapshot group used to create disks. 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/instantSnapshotGroups/instantSnapshotGroup
     - projects/project/zones/zone/instantSnapshotGroups/instantSnapshotGroup
     - zones/zone/instantSnapshotGroups/instantSnapshotGroup