Reference documentation and code samples for the Memorystore for Memcached V1 Client class ApplyParametersRequest.
Request for ApplyParameters .
Generated from protobuf message google.cloud.memcache.v1.ApplyParametersRequest
Namespace
Google \ Cloud \ Memcache \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Resource name of the Memcached instance for which parameter group updates should be applied.
↳ node_ids
array
Nodes to which the instance-level parameter group is applied.
↳ apply_all
bool
Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, and ApplyParameters
updates all nodes within the instance.
getName
Required. Resource name of the Memcached instance for which parameter group updates should be applied.
string
setName
Required. Resource name of the Memcached instance for which parameter group updates should be applied.
var
string
$this
getNodeIds
Nodes to which the instance-level parameter group is applied.
setNodeIds
Nodes to which the instance-level parameter group is applied.
var
string[]
$this
getApplyAll
Whether to apply instance-level parameter group to all nodes. If set to
true, users are restricted from specifying individual nodes, and ApplyParameters
updates all nodes within the instance.
bool
setApplyAll
Whether to apply instance-level parameter group to all nodes. If set to
true, users are restricted from specifying individual nodes, and ApplyParameters
updates all nodes within the instance.
var
bool
$this
static::build
name
string
Required. Resource name of the Memcached instance for which parameter group updates should be applied. Please see CloudMemcacheClient::instanceName() for help formatting this field.
nodeIds
string[]
Nodes to which the instance-level parameter group is applied.
applyAll
bool
Whether to apply instance-level parameter group to all nodes. If set to
true, users are restricted from specifying individual nodes, and ApplyParameters
updates all nodes within the instance.