Database Migration v1 API - Class CreatePrivateConnectionRequest (2.1.0)

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.

Inheritance

object > CreatePrivateConnectionRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

CreatePrivateConnectionRequest()

public CreatePrivateConnectionRequest()

CreatePrivateConnectionRequest(CreatePrivateConnectionRequest)

public CreatePrivateConnectionRequest(CreatePrivateConnectionRequest other)
Parameter
NameDescription
otherCreatePrivateConnectionRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent that owns the collection of PrivateConnections.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

PrivateConnection

public PrivateConnection PrivateConnection { get; set; }

Required. The private connection resource to create.

Property Value
TypeDescription
PrivateConnection

PrivateConnectionId

public string PrivateConnectionId { get; set; }

Required. The private connection identifier.

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

SkipValidation

public bool SkipValidation { get; set; }

Optional. If set to true, will skip validations.

Property Value
TypeDescription
bool