Class: Google::Cloud::Compute::V1::NetworkEndpointGroupsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworkEndpointGroupsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#network_endpoint_groups ⇒ ::Array<::Google::Cloud::Compute::V1::NetworkEndpointGroup>
[Output Only] The list of network endpoint groups that are contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
Instance Attribute Details
#network_endpoint_groups ⇒ ::Array<::Google::Cloud::Compute::V1::NetworkEndpointGroup>
Returns [Output Only] The list of network endpoint groups that are contained in this scope.
21335 21336 21337 21338 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21335 class NetworkEndpointGroupsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
21335 21336 21337 21338 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21335 class NetworkEndpointGroupsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |