Google Cloud Bare Metal Solution V2 Client - Class RenameNetworkRequest (0.5.2)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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}

Returns
TypeDescription
string

setName

Required. The name field is used to identify the network.

Format: projects/{project}/locations/{location}/networks/{network}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNewNetworkId

Required. The new id of the network.

Returns
TypeDescription
string

setNewNetworkId

Required. The new id of the network.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
name string

Required. The name field is used to identify the network. Format: projects/{project}/locations/{location}/networks/{network} Please see Google\Cloud\BareMetalSolution\V2\BareMetalSolutionClient::networkName() for help formatting this field.

newNetworkId string

Required. The new id of the network.

Returns
TypeDescription
Google\Cloud\BareMetalSolution\V2\RenameNetworkRequest