Class DeleteConnectionProfileRequest (1.2.0)

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

Request message for 'DeleteConnectionProfile' request.

Inheritance

Object > DeleteConnectionProfileRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

DeleteConnectionProfileRequest()

public DeleteConnectionProfileRequest()

DeleteConnectionProfileRequest(DeleteConnectionProfileRequest)

public DeleteConnectionProfileRequest(DeleteConnectionProfileRequest other)
Parameter
NameDescription
otherDeleteConnectionProfileRequest

Properties

ConnectionProfileName

public ConnectionProfileName ConnectionProfileName { get; set; }

ConnectionProfileName-typed view over the Name resource name property.

Property Value
TypeDescription
ConnectionProfileName

Force

public bool Force { get; set; }

In case of force delete, the CloudSQL replica database is also deleted (only for CloudSQL connection profile).

Property Value
TypeDescription
Boolean

Name

public string Name { get; set; }

Required. Name of the connection profile resource to delete.

Property Value
TypeDescription
String

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