Google Cloud Net App V1 Client - Class CreateQuotaRuleRequest (1.4.0)

Reference documentation and code samples for the Google Cloud Net App V1 Client class CreateQuotaRuleRequest.

CreateQuotaRuleRequest for creating a quota rule.

Generated from protobuf message google.cloud.netapp.v1.CreateQuotaRuleRequest

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Parent value for CreateQuotaRuleRequest

↳ quota_rule QuotaRule

Required. Fields of the to be created quota rule.

↳ quota_rule_id string

Required. ID of the quota rule to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

getParent

Required. Parent value for CreateQuotaRuleRequest

Returns
Type Description
string

setParent

Required. Parent value for CreateQuotaRuleRequest

Parameter
Name Description
var string
Returns
Type Description
$this

getQuotaRule

Required. Fields of the to be created quota rule.

Returns
Type Description
QuotaRule|null

hasQuotaRule

clearQuotaRule

setQuotaRule

Required. Fields of the to be created quota rule.

Parameter
Name Description
var QuotaRule
Returns
Type Description
$this

getQuotaRuleId

Required. ID of the quota rule to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

Returns
Type Description
string

setQuotaRuleId

Required. ID of the quota rule to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. Parent value for CreateQuotaRuleRequest Please see NetAppClient::volumeName() for help formatting this field.

quotaRule QuotaRule

Required. Fields of the to be created quota rule.

quotaRuleId string

Required. ID of the quota rule to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

Returns
Type Description
CreateQuotaRuleRequest