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

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

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

Request message for getting an AutoProtectionPolicyBinding.

Inheritance

object > GetAutoProtectionPolicyBindingRequest

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

GetAutoProtectionPolicyBindingRequest()

public GetAutoProtectionPolicyBindingRequest()

GetAutoProtectionPolicyBindingRequest(GetAutoProtectionPolicyBindingRequest)

public GetAutoProtectionPolicyBindingRequest(GetAutoProtectionPolicyBindingRequest other)
Parameter
Name Description
other GetAutoProtectionPolicyBindingRequest

Properties

AutoProtectionPolicyBindingName

public AutoProtectionPolicyBindingName AutoProtectionPolicyBindingName { get; set; }

AutoProtectionPolicyBindingName-typed view over the Name resource name property.

Property Value
Type Description
AutoProtectionPolicyBindingName

Name

public string Name { get; set; }

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

Property Value
Type Description
string