Class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NetworkEdgeSecurityServicesScopedList

Returns a new instance of NetworkEdgeSecurityServicesScopedList.



39382
39383
39384
# File 'lib/google/apis/compute_beta/classes.rb', line 39382

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#network_edge_security_servicesArray<Google::Apis::ComputeBeta::NetworkEdgeSecurityService>

A list of NetworkEdgeSecurityServices contained in this scope. Corresponds to the JSON property networkEdgeSecurityServices



39374
39375
39376
# File 'lib/google/apis/compute_beta/classes.rb', line 39374

def network_edge_security_services
  @network_edge_security_services
end

#warningGoogle::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning

Informational warning which replaces the list of security policies when the list is empty. Corresponds to the JSON property warning



39380
39381
39382
# File 'lib/google/apis/compute_beta/classes.rb', line 39380

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39387
39388
39389
39390
# File 'lib/google/apis/compute_beta/classes.rb', line 39387

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