Class: Google::Cloud::BareMetalSolution::V2::NetworkMountPoint
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::NetworkMountPoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/network.rb
Overview
Mount point for a network.
Instance Attribute Summary collapse
-
#default_gateway ⇒ ::Boolean
Network should be a default gateway.
-
#instance ⇒ ::String
Instance to attach network to.
-
#ip_address ⇒ ::String
Ip address of the server.
-
#logical_interface ⇒ ::String
Logical interface to detach from.
Instance Attribute Details
#default_gateway ⇒ ::Boolean
Returns Network should be a default gateway.
359 360 361 362 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 359 class NetworkMountPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
Returns Instance to attach network to.
359 360 361 362 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 359 class NetworkMountPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ip_address ⇒ ::String
Returns Ip address of the server.
359 360 361 362 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 359 class NetworkMountPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#logical_interface ⇒ ::String
Returns Logical interface to detach from.
359 360 361 362 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 359 class NetworkMountPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |