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

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

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

BindingMatchingResource contains the details of a resource that matches the criteria of a binding.

Inheritance

object > BindingMatchingResource

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

BindingMatchingResource()

public BindingMatchingResource()

BindingMatchingResource(BindingMatchingResource)

public BindingMatchingResource(BindingMatchingResource other)
Parameter
Name Description
other BindingMatchingResource

Properties

AutoProtectionDetails

public AutoProtectionDetails AutoProtectionDetails { get; set; }

Output only. The auto protection details of the resource from the current binding's perspective.

Property Value
Type Description
AutoProtectionDetails

BindingMatchingResourceName

public BindingMatchingResourceName BindingMatchingResourceName { get; set; }

BindingMatchingResourceName-typed view over the Name resource name property.

Property Value
Type Description
BindingMatchingResourceName

LastEvaluationTime

public Timestamp LastEvaluationTime { get; set; }

Output only. The timestamp when the resource was last evaluated for protection.

Property Value
Type Description
Timestamp

Name

public string Name { get; set; }

Identifier. The resource name of the BindingMatchingResource. Format: projects/{project}/locations/{location}/autoProtectionPolicies/{auto_protection_policy}/bindings/{binding}/matchingResources/{matching_resource}

Property Value
Type Description
string

Resource

public string Resource { get; set; }

Required. Immutable. Resource name of the workload that matches the criteria of the binding.

The format can be either a relative resource name (e.g., projects/my-project/zones/us-central1-a/instances/my-instance) or a schemeless full resource name (e.g., //compute.googleapis.com/projects/my-project/zones/us-central1-a/instances/my-instance).

Property Value
Type Description
string