public sealed class GetAutoProtectionPolicyRequest : IMessage<GetAutoProtectionPolicyRequest>, IEquatable<GetAutoProtectionPolicyRequest>, IDeepCloneable<GetAutoProtectionPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class GetAutoProtectionPolicyRequest.
Request message for getting an AutoProtectionPolicy.
Implements
IMessageGetAutoProtectionPolicyRequest, IEquatableGetAutoProtectionPolicyRequest, IDeepCloneableGetAutoProtectionPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
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 |
|