Backup and DR Service v1beta API - Class DeleteAutoProtectionPolicyRequest (1.0.0-beta01)

public sealed class DeleteAutoProtectionPolicyRequest : IMessage<DeleteAutoProtectionPolicyRequest>, IEquatable<DeleteAutoProtectionPolicyRequest>, IDeepCloneable<DeleteAutoProtectionPolicyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1beta API class DeleteAutoProtectionPolicyRequest.

Request message for deleting an AutoProtectionPolicy.

Inheritance

object > DeleteAutoProtectionPolicyRequest

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

DeleteAutoProtectionPolicyRequest()

public DeleteAutoProtectionPolicyRequest()

DeleteAutoProtectionPolicyRequest(DeleteAutoProtectionPolicyRequest)

public DeleteAutoProtectionPolicyRequest(DeleteAutoProtectionPolicyRequest other)
Parameter
Name Description
other DeleteAutoProtectionPolicyRequest

Properties

AutoProtectionPolicyName

public AutoProtectionPolicyName AutoProtectionPolicyName { get; set; }

AutoProtectionPolicyName-typed view over the Name resource name property.

Property Value
Type Description
AutoProtectionPolicyName

Etag

public string Etag { get; set; }

The current etag of the AutoProtectionPolicy. If an etag is provided and does not match the current etag of the connection, the request will be rejected with an ABORTED error.

Property Value
Type Description
string

Name

public string Name { get; set; }

Required. The name of the policy to delete. Format: projects/{project}/locations/{location}/autoProtectionPolicies/{auto_protection_policy}

Property Value
Type Description
string