Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class RenameNetworkRequest.
Message requesting rename of a server.
Generated from protobuf message google.cloud.baremetalsolution.v2.RenameNetworkRequest
Namespace
Google \ Cloud \ BareMetalSolution \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name
field is used to identify the network. Format: projects/{project}/locations/{location}/networks/{network}
↳ new_network_id
string
Required. The new id
of the network.
getName
Required. The name
field is used to identify the network.
Format: projects/{project}/locations/{location}/networks/{network}
string
setName
Required. The name
field is used to identify the network.
Format: projects/{project}/locations/{location}/networks/{network}
var
string
$this
getNewNetworkId
Required. The new id
of the network.
string
setNewNetworkId
Required. The new id
of the network.
var
string
$this
static::build
name
string
Required. The name
field is used to identify the network.
Format: projects/{project}/locations/{location}/networks/{network}
Please see BareMetalSolutionClient::networkName()
for help formatting this field.
newNetworkId
string
Required. The new id
of the network.

