Bare Metal Solution V2 API - Class Google::Cloud::BareMetalSolution::V2::NetworkUsage (v0.1.0)

Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::NetworkUsage.

Network with all used IP addresses.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#network

def network() -> ::Google::Cloud::BareMetalSolution::V2::Network

#network=

def network=(value) -> ::Google::Cloud::BareMetalSolution::V2::Network
Parameter

#used_ips

def used_ips() -> ::Array<::String>
Returns
  • (::Array<::String>) — All used IP addresses in this network.

#used_ips=

def used_ips=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — All used IP addresses in this network.
Returns
  • (::Array<::String>) — All used IP addresses in this network.