Class: Google::Cloud::BareMetalSolution::V2::NetworkMountPoint

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

Instance Attribute Details

#default_gateway::Boolean

Returns Network should be a default gateway.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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