Class: Google::Apis::ComputeV1::DistributionPolicy
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ComputeV1::DistributionPolicy
 
 
- Defined in:
 - generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #zones  ⇒ Array<Google::Apis::ComputeV1::DistributionPolicyZoneConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Zones where the regional managed instance group will create and manage instances.
 
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
      4492 4493 4494  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 4492 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#zones ⇒ Array<Google::Apis::ComputeV1::DistributionPolicyZoneConfiguration>
Zones where the regional managed instance group will create and manage
instances.
Corresponds to the JSON property zones
      4490 4491 4492  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 4490 def zones @zones end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      4497 4498 4499  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 4497 def update!(**args) @zones = args[:zones] if args.key?(:zones) end  |