public sealed class DeleteConnectionProfileRequest : IMessage<DeleteConnectionProfileRequest>, IEquatable<DeleteConnectionProfileRequest>, IDeepCloneable<DeleteConnectionProfileRequest>, IBufferMessage, IMessage
Request message for 'DeleteConnectionProfile' request.
Implements
IMessage<DeleteConnectionProfileRequest>, IEquatable<DeleteConnectionProfileRequest>, IDeepCloneable<DeleteConnectionProfileRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
DeleteConnectionProfileRequest()
public DeleteConnectionProfileRequest()
DeleteConnectionProfileRequest(DeleteConnectionProfileRequest)
public DeleteConnectionProfileRequest(DeleteConnectionProfileRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteConnectionProfileRequest |
Properties
ConnectionProfileName
public ConnectionProfileName ConnectionProfileName { get; set; }
ConnectionProfileName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Boolean |
Name
public string Name { get; set; }
Required. Name of the connection profile resource to delete.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |