Class: Google::Apis::ComputeAlpha::SnapshotResourceStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SnapshotResourceStatus
- 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
-
#scheduled_deletion_time ⇒ String
[Output only] Scheduled deletion time of the snapshot.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SnapshotResourceStatus
constructor
A new instance of SnapshotResourceStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SnapshotResourceStatus
Returns a new instance of SnapshotResourceStatus.
51952 51953 51954 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 51952 def initialize(**args) update!(**args) end |
Instance Attribute Details
#scheduled_deletion_time ⇒ String
[Output only] Scheduled deletion time of the snapshot. The snapshot will be
deleted by the at any point within one hour after the deletion time.
Corresponds to the JSON property scheduledDeletionTime
51950 51951 51952 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 51950 def scheduled_deletion_time @scheduled_deletion_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
51957 51958 51959 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 51957 def update!(**args) @scheduled_deletion_time = args[:scheduled_deletion_time] if args.key?(:scheduled_deletion_time) end |