Class: Google::Cloud::BareMetalSolution::V2::NetworkUsage
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::NetworkUsage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/network.rb
Overview
Network with all used IP addresses.
Instance Attribute Summary collapse
-
#network ⇒ ::Google::Cloud::BareMetalSolution::V2::Network
Network.
-
#used_ips ⇒ ::Array<::String>
All used IP addresses in this network.
Instance Attribute Details
#network ⇒ ::Google::Cloud::BareMetalSolution::V2::Network
Returns Network.
323 324 325 326 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 323 class NetworkUsage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#used_ips ⇒ ::Array<::String>
Returns All used IP addresses in this network.
323 324 325 326 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 323 class NetworkUsage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |