class Google::Apis::ComputeV1::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_v1/classes.rb, line 6379
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_v1/classes.rb, line 6384
def update!(**args)
  @zone = args[:zone] if args.key?(:zone)
end