Class: Google::Apis::ComputeBeta::RegionDisksResizeRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::RegionDisksResizeRequest
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#size_gb ⇒ Fixnum
The new size of the regional persistent disk, which is specified in GB.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RegionDisksResizeRequest
constructor
A new instance of RegionDisksResizeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ RegionDisksResizeRequest
Returns a new instance of RegionDisksResizeRequest
18078 18079 18080 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18078 def initialize(**args) update!(**args) end |
Instance Attribute Details
#size_gb ⇒ Fixnum
The new size of the regional persistent disk, which is specified in GB.
Corresponds to the JSON property sizeGb
18076 18077 18078 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18076 def size_gb @size_gb end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18083 18084 18085 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18083 def update!(**args) @size_gb = args[:size_gb] if args.key?(:size_gb) end |