Class: Google::Cloud::BareMetalSolution::V2::LogicalInterface::LogicalNetworkInterface
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::LogicalInterface::LogicalNetworkInterface
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/network.rb
Overview
Each logical network interface is effectively a network and IP pair.
Instance Attribute Summary collapse
-
#default_gateway ⇒ ::Boolean
Whether this interface is the default gateway for the instance.
-
#id ⇒ ::String
An identifier for the
Network
, generated by the backend. -
#ip_address ⇒ ::String
IP address in the network.
-
#network ⇒ ::String
Name of the network.
-
#network_type ⇒ ::Google::Cloud::BareMetalSolution::V2::Network::Type
Type of network.
Instance Attribute Details
#default_gateway ⇒ ::Boolean
Returns Whether this interface is the default gateway for the instance. Only one interface can be the default gateway for the instance.
250 251 252 253 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 250 class LogicalNetworkInterface include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns An identifier for the Network
, generated by the backend.
250 251 252 253 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 250 class LogicalNetworkInterface include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ip_address ⇒ ::String
Returns IP address in the network.
250 251 252 253 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 250 class LogicalNetworkInterface include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String
Returns Name of the network.
250 251 252 253 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 250 class LogicalNetworkInterface include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_type ⇒ ::Google::Cloud::BareMetalSolution::V2::Network::Type
Returns Type of network.
250 251 252 253 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 250 class LogicalNetworkInterface include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |