class Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList

Attributes

public_delegated_prefixes[RW]
Output Only

A list of PublicDelegatedPrefixes contained in this scope.

Corresponds to the JSON property `publicDelegatedPrefixes` @return [Array<Google::Apis::ComputeV1::PublicDelegatedPrefix>]

warning[RW]
Output Only

Informational warning which replaces the list of public

delegated prefixes when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 26054
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 26059
def update!(**args)
  @public_delegated_prefixes = args[:public_delegated_prefixes] if args.key?(:public_delegated_prefixes)
  @warning = args[:warning] if args.key?(:warning)
end