Google Cloud Bare Metal Solution V2 Client - Class RenameInstanceRequest (0.6.0)

Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class RenameInstanceRequest.

Message requesting rename of a server.

Generated from protobuf message google.cloud.baremetalsolution.v2.RenameInstanceRequest

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 instance. Format: projects/{project}/locations/{location}/instances/{instance}

↳ new_instance_id string

Required. The new id of the instance.

getName

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

Format: projects/{project}/locations/{location}/instances/{instance}

Returns
TypeDescription
string

setName

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

Format: projects/{project}/locations/{location}/instances/{instance}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNewInstanceId

Required. The new id of the instance.

Returns
TypeDescription
string

setNewInstanceId

Required. The new id of the instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
name string

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

newInstanceId string

Required. The new id of the instance.

Returns
TypeDescription
Google\Cloud\BareMetalSolution\V2\RenameInstanceRequest