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
Returns
- (::Google::Cloud::BareMetalSolution::V2::Network) — Network.
#network=
def network=(value) -> ::Google::Cloud::BareMetalSolution::V2::Network
Parameter
- value (::Google::Cloud::BareMetalSolution::V2::Network) — Network.
Returns
- (::Google::Cloud::BareMetalSolution::V2::Network) — Network.
#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.