Database Migration v1 API - Class CreateConnectionProfileRequest (2.4.0)

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

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

Request message for 'CreateConnectionProfile' request.

Inheritance

object > CreateConnectionProfileRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

CreateConnectionProfileRequest()

public CreateConnectionProfileRequest()

CreateConnectionProfileRequest(CreateConnectionProfileRequest)

public CreateConnectionProfileRequest(CreateConnectionProfileRequest other)
Parameter
NameDescription
otherCreateConnectionProfileRequest

Properties

ConnectionProfile

public ConnectionProfile ConnectionProfile { get; set; }

Required. The create request body including the connection profile data

Property Value
TypeDescription
ConnectionProfile

ConnectionProfileId

public string ConnectionProfileId { get; set; }

Required. The connection profile identifier.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent which owns this collection of connection profiles.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

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
TypeDescription
string

SkipValidation

public bool SkipValidation { get; set; }

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

Property Value
TypeDescription
bool

ValidateOnly

public bool ValidateOnly { get; set; }

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

Property Value
TypeDescription
bool