Bare Metal Solution V2 API - Class Google::Cloud::BareMetalSolution::V2::InstanceConfig::NetworkAddress (v0.8.0)

Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::InstanceConfig::NetworkAddress.

A network.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#address

def address() -> ::String
Returns
  • (::String) — IPv4 address to be assigned to the server.

#address=

def address=(value) -> ::String
Parameter
  • value (::String) — IPv4 address to be assigned to the server.
Returns
  • (::String) — IPv4 address to be assigned to the server.

#existing_network_id

def existing_network_id() -> ::String
Returns
  • (::String) — Name of the existing network to use.

#existing_network_id=

def existing_network_id=(value) -> ::String
Parameter
  • value (::String) — Name of the existing network to use.
Returns
  • (::String) — Name of the existing network to use.

#network_id

def network_id() -> ::String
Returns
  • (::String) — Id of the network to use, within the same ProvisioningConfig request.

#network_id=

def network_id=(value) -> ::String
Parameter
  • value (::String) — Id of the network to use, within the same ProvisioningConfig request.
Returns
  • (::String) — Id of the network to use, within the same ProvisioningConfig request.