Class: Google::Cloud::BareMetalSolution::V2::LogicalInterface::LogicalNetworkInterface

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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