Class: Google::Cloud::BareMetalSolution::V2::InstanceConfig::NetworkAddress

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb

Overview

A network.

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns IPv4 address to be assigned to the server.

Returns:

  • (::String)

    IPv4 address to be assigned to the server.



278
279
280
281
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 278

class NetworkAddress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#existing_network_id::String

Returns Name of the existing network to use.

Returns:

  • (::String)

    Name of the existing network to use.



278
279
280
281
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 278

class NetworkAddress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#network_id::String

Returns Id of the network to use, within the same ProvisioningConfig request.

Returns:

  • (::String)

    Id of the network to use, within the same ProvisioningConfig request.



278
279
280
281
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 278

class NetworkAddress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end