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
18097 18098 18099 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18097 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
18095 18096 18097 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18095 def size_gb @size_gb end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18102 18103 18104 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18102 def update!(**args) @size_gb = args[:size_gb] if args.key?(:size_gb) end |