Class CreateConnectionProfileRequest (1.1.0)

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

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

ParentAsConnectionProfileName

public ConnectionProfileName ParentAsConnectionProfileName { get; set; }

ConnectionProfileName-typed view over the Parent resource name property.

Property Value
TypeDescription
ConnectionProfileName

RequestId

public string RequestId { get; set; }

A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be 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