class Google::Apis::ComputeBeta::DistributionPolicyZoneConfiguration

Attributes

zone[RW]

The URL of the zone. The zone must exist in the region where the managed instance group is located. Corresponds to the JSON property `zone` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 6955
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 6960
def update!(**args)
  @zone = args[:zone] if args.key?(:zone)
end