public sealed class BackupGcpResource : IMessage<BackupGcpResource>, IEquatable<BackupGcpResource>, IDeepCloneable<BackupGcpResource>, IBufferMessage, IMessageReference 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.
Implements
IMessageBackupGcpResource, IEquatableBackupGcpResource, IDeepCloneableBackupGcpResource, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
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 |
|