Class: Google::Apis::ComputeAlpha::SnapshotGroupSourceInstantSnapshotGroupInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SnapshotGroupSourceInstantSnapshotGroupInfo

Returns a new instance of SnapshotGroupSourceInstantSnapshotGroupInfo.



72646
72647
72648
# File 'lib/google/apis/compute_alpha/classes.rb', line 72646

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

Instance Attribute Details

#instant_snapshot_groupString

Corresponds to the JSON property instantSnapshotGroup

Returns:

  • (String)


72639
72640
72641
# File 'lib/google/apis/compute_alpha/classes.rb', line 72639

def instant_snapshot_group
  @instant_snapshot_group
end

#instant_snapshot_group_idString

Corresponds to the JSON property instantSnapshotGroupId

Returns:

  • (String)


72644
72645
72646
# File 'lib/google/apis/compute_alpha/classes.rb', line 72644

def instant_snapshot_group_id
  @instant_snapshot_group_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



72651
72652
72653
72654
# File 'lib/google/apis/compute_alpha/classes.rb', line 72651

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