Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::NetworkMountPoint.
Mount point for a network.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#default_gateway
def default_gateway() -> ::Boolean
Returns
- (::Boolean) — Network should be a default gateway.
#default_gateway=
def default_gateway=(value) -> ::Boolean
Parameter
- value (::Boolean) — Network should be a default gateway.
Returns
- (::Boolean) — Network should be a default gateway.
#instance
def instance() -> ::String
Returns
- (::String) — Instance to attach network to.
#instance=
def instance=(value) -> ::String
Parameter
- value (::String) — Instance to attach network to.
Returns
- (::String) — Instance to attach network to.
#ip_address
def ip_address() -> ::String
Returns
- (::String) — Ip address of the server.
#ip_address=
def ip_address=(value) -> ::String
Parameter
- value (::String) — Ip address of the server.
Returns
- (::String) — Ip address of the server.
#logical_interface
def logical_interface() -> ::String
Returns
- (::String) — Logical interface to detach from.
#logical_interface=
def logical_interface=(value) -> ::String
Parameter
- value (::String) — Logical interface to detach from.
Returns
- (::String) — Logical interface to detach from.