Compute V1 Client - Class RegionInstanceGroupManagerDeleteInstanceConfigReq (1.5.0)

Reference documentation and code samples for the Compute V1 Client class RegionInstanceGroupManagerDeleteInstanceConfigReq.

RegionInstanceGroupManagers.deletePerInstanceConfigs

Generated from protobuf message google.cloud.compute.v1.RegionInstanceGroupManagerDeleteInstanceConfigReq

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ names array

The list of instance names for which we want to delete per-instance configs on this managed instance group.

getNames

The list of instance names for which we want to delete per-instance configs on this managed instance group.

Generated from protobuf field repeated string names = 104585032;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNames

The list of instance names for which we want to delete per-instance configs on this managed instance group.

Generated from protobuf field repeated string names = 104585032;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this