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.
Implements
IMessageCreateConnectionProfileRequest, IEquatableCreateConnectionProfileRequest, IDeepCloneableCreateConnectionProfileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
CreateConnectionProfileRequest()
public CreateConnectionProfileRequest()
CreateConnectionProfileRequest(CreateConnectionProfileRequest)
public CreateConnectionProfileRequest(CreateConnectionProfileRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateConnectionProfileRequest |
Properties
ConnectionProfile
public ConnectionProfile ConnectionProfile { get; set; }
Required. The create request body including the connection profile data
Property Value | |
---|---|
Type | Description |
ConnectionProfile |
ConnectionProfileId
public string ConnectionProfileId { get; set; }
Required. The connection profile identifier.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent which owns this collection of connection profiles.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool |