Class: Google::Cloud::BareMetalSolution::V2::InstanceConfig::NetworkAddress
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::InstanceConfig::NetworkAddress
- 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
-
#address ⇒ ::String
IPv4 address to be assigned to the server.
-
#existing_network_id ⇒ ::String
Name of the existing network to use.
-
#network_id ⇒ ::String
Id of the network to use, within the same ProvisioningConfig request.
Instance Attribute Details
#address ⇒ ::String
Returns 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.
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.
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 |