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

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

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

Request message for getting an AutoProtectionPolicy.

Inheritance

object > GetAutoProtectionPolicyRequest

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

GetAutoProtectionPolicyRequest()

public GetAutoProtectionPolicyRequest()

GetAutoProtectionPolicyRequest(GetAutoProtectionPolicyRequest)

public GetAutoProtectionPolicyRequest(GetAutoProtectionPolicyRequest other)
Parameter
Name Description
other GetAutoProtectionPolicyRequest

Properties

AutoProtectionPolicyName

public AutoProtectionPolicyName AutoProtectionPolicyName { get; set; }

AutoProtectionPolicyName-typed view over the Name resource name property.

Property Value
Type Description
AutoProtectionPolicyName

Name

public string Name { get; set; }

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

Property Value
Type Description
string