Class: Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/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.



24107
24108
24109
# File 'lib/google/apis/compute_v1/classes.rb', line 24107

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

Instance Attribute Details

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

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



24099
24100
24101
# File 'lib/google/apis/compute_v1/classes.rb', line 24099

def network_edge_security_services
  @network_edge_security_services
end

#warningGoogle::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList::Warning

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



24105
24106
24107
# File 'lib/google/apis/compute_v1/classes.rb', line 24105

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24112
24113
24114
24115
# File 'lib/google/apis/compute_v1/classes.rb', line 24112

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