public sealed class CreatePrivateConnectionRequest : IMessage<CreatePrivateConnectionRequest>, IEquatable<CreatePrivateConnectionRequest>, IDeepCloneable<CreatePrivateConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class CreatePrivateConnectionRequest.
Request message to create a new private connection in the specified project and region.
Implements
IMessageCreatePrivateConnectionRequest, IEquatableCreatePrivateConnectionRequest, IDeepCloneableCreatePrivateConnectionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
CreatePrivateConnectionRequest()
public CreatePrivateConnectionRequest()
CreatePrivateConnectionRequest(CreatePrivateConnectionRequest)
public CreatePrivateConnectionRequest(CreatePrivateConnectionRequest other)
Parameter | |
---|---|
Name | Description |
other | CreatePrivateConnectionRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent that owns the collection of PrivateConnections.
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 |
PrivateConnection
public PrivateConnection PrivateConnection { get; set; }
Required. The private connection resource to create.
Property Value | |
---|---|
Type | Description |
PrivateConnection |
PrivateConnectionId
public string PrivateConnectionId { get; set; }
Required. The private connection identifier.
Property Value | |
---|---|
Type | Description |
string |
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. If set to true, will skip validations.
Property Value | |
---|---|
Type | Description |
bool |