class Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList

Attributes

network_edge_security_services[RW]

A list of NetworkEdgeSecurityServices contained in this scope. Corresponds to the JSON property `networkEdgeSecurityServices` @return [Array<Google::Apis::ComputeV1::NetworkEdgeSecurityService>]

warning[RW]

Informational warning which replaces the list of security policies when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList::Warning]

Public Class Methods

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