Class: Google::Apis::ComputeBeta::DistributionPolicy
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeBeta::DistributionPolicy
 
- 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
- 
  
    
      #zones  ⇒ Array<Google::Apis::ComputeBeta::DistributionPolicyZoneConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property zones.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DistributionPolicy 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DistributionPolicy. 
- 
  
    
      #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) ⇒ DistributionPolicy
Returns a new instance of DistributionPolicy
| 4773 4774 4775 | # File 'generated/google/apis/compute_beta/classes.rb', line 4773 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#zones ⇒ Array<Google::Apis::ComputeBeta::DistributionPolicyZoneConfiguration>
Corresponds to the JSON property zones
| 4771 4772 4773 | # File 'generated/google/apis/compute_beta/classes.rb', line 4771 def zones @zones end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 4778 4779 4780 | # File 'generated/google/apis/compute_beta/classes.rb', line 4778 def update!(**args) @zones = args[:zones] if args.key?(:zones) end |