Class: Google::Apis::ComputeAlpha::NetworkEdgeSecurityServicesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::NetworkEdgeSecurityServicesScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#network_edge_security_services ⇒ Array<Google::Apis::ComputeAlpha::NetworkEdgeSecurityService>
A list of NetworkEdgeSecurityServices contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::NetworkEdgeSecurityServicesScopedList::Warning
Informational warning which replaces the list of security policies when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NetworkEdgeSecurityServicesScopedList
constructor
A new instance of NetworkEdgeSecurityServicesScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NetworkEdgeSecurityServicesScopedList
Returns a new instance of NetworkEdgeSecurityServicesScopedList.
27252 27253 27254 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27252 def initialize(**args) update!(**args) end |
Instance Attribute Details
#network_edge_security_services ⇒ Array<Google::Apis::ComputeAlpha::NetworkEdgeSecurityService>
A list of NetworkEdgeSecurityServices contained in this scope.
Corresponds to the JSON property networkEdgeSecurityServices
27244 27245 27246 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27244 def network_edge_security_services @network_edge_security_services end |
#warning ⇒ Google::Apis::ComputeAlpha::NetworkEdgeSecurityServicesScopedList::Warning
Informational warning which replaces the list of security policies when the
list is empty.
Corresponds to the JSON property warning
27250 27251 27252 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27250 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27257 27258 27259 27260 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27257 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 |