public sealed class CreateBackupPolicyRequest : IMessage<CreateBackupPolicyRequest>, IEquatable<CreateBackupPolicyRequest>, IDeepCloneable<CreateBackupPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class CreateBackupPolicyRequest.
CreateBackupPolicyRequest creates a backupPolicy.
Implements
IMessageCreateBackupPolicyRequest, IEquatableCreateBackupPolicyRequest, IDeepCloneableCreateBackupPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
CreateBackupPolicyRequest()
public CreateBackupPolicyRequest()
CreateBackupPolicyRequest(CreateBackupPolicyRequest)
public CreateBackupPolicyRequest(CreateBackupPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateBackupPolicyRequest |
Properties
BackupPolicy
public BackupPolicy BackupPolicy { get; set; }
Required. A backupPolicy resource
Property Value | |
---|---|
Type | Description |
BackupPolicy |
BackupPolicyId
public string BackupPolicyId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The location to create the backup policies of, in the format
projects/{project_id}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |