Database Migration v1 API - Class UpdateConnectionProfileRequest (2.5.0)

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

Reference documentation and code samples for the Database Migration v1 API class UpdateConnectionProfileRequest.

Request message for 'UpdateConnectionProfile' request.

Inheritance

object > UpdateConnectionProfileRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

UpdateConnectionProfileRequest()

public UpdateConnectionProfileRequest()

UpdateConnectionProfileRequest(UpdateConnectionProfileRequest)

public UpdateConnectionProfileRequest(UpdateConnectionProfileRequest other)
Parameter
Name Description
other UpdateConnectionProfileRequest

Properties

ConnectionProfile

public ConnectionProfile ConnectionProfile { get; set; }

Required. The connection profile parameters to update.

Property Value
Type Description
ConnectionProfile

RequestId

public string RequestId { get; set; }

Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.

It is recommended to always set this value to a UUID.

The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Property Value
Type Description
string

SkipValidation

public bool SkipValidation { get; set; }

Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.

Property Value
Type Description
bool

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Field mask is used to specify the fields to be overwritten by the update in the conversion workspace resource.

Property Value
Type Description
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. Only validate the connection profile, but don't update any resources. The default is false. Only supported for Oracle connection profiles.

Property Value
Type Description
bool