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
| 14243 14244 14245 | # File 'generated/google/apis/compute_beta/classes.rb', line 14243 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
| 14241 14242 14243 | # File 'generated/google/apis/compute_beta/classes.rb', line 14241 def size_gb @size_gb end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 14248 14249 14250 | # File 'generated/google/apis/compute_beta/classes.rb', line 14248 def update!(**args) @size_gb = args[:size_gb] if args.key?(:size_gb) end |