Backup and DR Service v1 API - Class SetInternalStatusRequest (1.2.0)

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

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

Request message for SetStatusInternal method.

Inheritance

object > SetInternalStatusRequest

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

SetInternalStatusRequest()

public SetInternalStatusRequest()

SetInternalStatusRequest(SetInternalStatusRequest)

public SetInternalStatusRequest(SetInternalStatusRequest other)
Parameter
Name Description
other SetInternalStatusRequest

Properties

BackupConfigState

public BackupConfigState BackupConfigState { get; set; }

Required. Output only. The new BackupConfigState to set for the DataSource.

Property Value
Type Description
BackupConfigState

DataSource

public string DataSource { get; set; }

Required. The resource name of the instance, in the format 'projects//locations//backupVaults/*/dataSources/'.

Property Value
Type Description
string

DataSourceAsDataSourceName

public DataSourceName DataSourceAsDataSourceName { get; set; }

DataSourceName-typed view over the DataSource resource name property.

Property Value
Type Description
DataSourceName

RequestId

public string RequestId { get; set; }

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Property Value
Type Description
string

Value

public ByteString Value { get; set; }

Required. The value required for this method to work. This field must be the 32-byte SHA256 hash of the DataSourceID. The DataSourceID used here is only the final piece of the fully qualified resource path for this DataSource (i.e. the part after '.../dataSources/'). This field exists to make this method difficult to call since it is intended for use only by Backup Appliances.

Property Value
Type Description
ByteString