Class: Google::Cloud::BareMetalSolution::V2::RenameNetworkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::RenameNetworkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/network.rb
Overview
Message requesting rename of a server.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#new_network_id ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name
field is used to identify the network.
Format: projects/{project}/locations/{location}/networks/{network}.
372 373 374 375 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 372 class RenameNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#new_network_id ⇒ ::String
Returns Required. The new id
of the network.
372 373 374 375 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 372 class RenameNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |