Backup and DR Service v1 API - Class BackupGcpResource (2.4.0)

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

Reference documentation and code samples for the Backup and DR Service v1 API class BackupGcpResource.

Minimum details to identify a Google Cloud resource for a backup.

Inheritance

object > BackupGcpResource

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

BackupGcpResource()

public BackupGcpResource()

BackupGcpResource(BackupGcpResource)

public BackupGcpResource(BackupGcpResource other)
Parameter
Name Description
other BackupGcpResource

Properties

GcpResourcename

public string GcpResourcename { get; set; }

Name of the Google Cloud resource.

Property Value
Type Description
string

Location

public string Location { get; set; }

Location of the resource: <region>/<zone>/"global"/"unspecified".

Property Value
Type Description
string

Type

public string Type { get; set; }

Type of the resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.

Property Value
Type Description
string