Class: Google::Apis::ComputeBeta::SnapshotGroupSourceInstantSnapshotGroupInfo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SnapshotGroupSourceInstantSnapshotGroupInfo

Returns a new instance of SnapshotGroupSourceInstantSnapshotGroupInfo.



64251
64252
64253
# File 'lib/google/apis/compute_beta/classes.rb', line 64251

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#instant_snapshot_groupString

Corresponds to the JSON property instantSnapshotGroup

Returns:

  • (String)


64244
64245
64246
# File 'lib/google/apis/compute_beta/classes.rb', line 64244

def instant_snapshot_group
  @instant_snapshot_group
end

#instant_snapshot_group_idString

Corresponds to the JSON property instantSnapshotGroupId

Returns:

  • (String)


64249
64250
64251
# File 'lib/google/apis/compute_beta/classes.rb', line 64249

def instant_snapshot_group_id
  @instant_snapshot_group_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



64256
64257
64258
64259
# File 'lib/google/apis/compute_beta/classes.rb', line 64256

def update!(**args)
  @instant_snapshot_group = args[:instant_snapshot_group] if args.key?(:instant_snapshot_group)
  @instant_snapshot_group_id = args[:instant_snapshot_group_id] if args.key?(:instant_snapshot_group_id)
end