Class: Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList
- 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
-
#network_edge_security_services ⇒ Array<Google::Apis::ComputeV1::NetworkEdgeSecurityService>
A list of NetworkEdgeSecurityServices contained in this scope.
-
#warning ⇒ Google::Apis::ComputeV1::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.
19962 19963 19964 |
# File 'lib/google/apis/compute_v1/classes.rb', line 19962 def initialize(**args) update!(**args) end |
Instance Attribute Details
#network_edge_security_services ⇒ Array<Google::Apis::ComputeV1::NetworkEdgeSecurityService>
A list of NetworkEdgeSecurityServices contained in this scope.
Corresponds to the JSON property networkEdgeSecurityServices
19954 19955 19956 |
# File 'lib/google/apis/compute_v1/classes.rb', line 19954 def network_edge_security_services @network_edge_security_services end |
#warning ⇒ Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList::Warning
Informational warning which replaces the list of security policies when the
list is empty.
Corresponds to the JSON property warning
19960 19961 19962 |
# File 'lib/google/apis/compute_v1/classes.rb', line 19960 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19967 19968 19969 19970 |
# File 'lib/google/apis/compute_v1/classes.rb', line 19967 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 |