Reference documentation and code samples for the Google Cloud Net App V1 Client class CreateBackupPolicyRequest.
CreateBackupPolicyRequest creates a backupPolicy.
Generated from protobuf message google.cloud.netapp.v1.CreateBackupPolicyRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The location to create the backup policies of, in the format projects/{project_id}/locations/{location}
↳ backup_policy
↳ backup_policy_id
string
Required. The ID to use for the backup policy. The ID must be unique within the specified location. 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. The location to create the backup policies of, in the format projects/{project_id}/locations/{location}
string
setParent
Required. The location to create the backup policies of, in the format projects/{project_id}/locations/{location}
var
string
$this
getBackupPolicy
Required. A backupPolicy resource
hasBackupPolicy
clearBackupPolicy
setBackupPolicy
Required. A backupPolicy resource
$this
getBackupPolicyId
Required. The ID to use for the backup policy.
The ID must be unique within the specified location. 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.
string
setBackupPolicyId
Required. The ID to use for the backup policy.
The ID must be unique within the specified location. 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.
var
string
$this
static::build
parent
string
Required. The location to create the backup policies of, in the format projects/{project_id}/locations/{location}
Please see NetAppClient::locationName()
for help formatting this field.
backupPolicy
backupPolicyId
string
Required. The ID to use for the backup policy. The ID must be unique within the specified location. 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.