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

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

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

Request message for getting a BindingMatchingResource.

Inheritance

object > GetBindingMatchingResourceRequest

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

GetBindingMatchingResourceRequest()

public GetBindingMatchingResourceRequest()

GetBindingMatchingResourceRequest(GetBindingMatchingResourceRequest)

public GetBindingMatchingResourceRequest(GetBindingMatchingResourceRequest other)
Parameter
Name Description
other GetBindingMatchingResourceRequest

Properties

BindingMatchingResourceName

public BindingMatchingResourceName BindingMatchingResourceName { get; set; }

BindingMatchingResourceName-typed view over the Name resource name property.

Property Value
Type Description
BindingMatchingResourceName

Name

public string Name { get; set; }

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

Property Value
Type Description
string