Class: Google::Cloud::Compute::V1::WireGroupTopology
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::WireGroupTopology
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Topology details for the wire group.
Instance Attribute Summary collapse
Instance Attribute Details
#endpoints ⇒ ::Array<::Google::Cloud::Compute::V1::WireGroupTopologyEndpoint>
Returns Output only. Topology details for all endpoints in the wire group.
84490 84491 84492 84493 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 84490 class WireGroupTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |