Class DeleteConnectionProfileRequest (1.1.0)

DeleteConnectionProfileRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for 'DeleteConnectionProfile' request.

Attributes

NameDescription
name str
Required. Name of the connection profile resource to delete.
request_id str
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.
force bool
In case of force delete, the CloudSQL replica database is also deleted (only for CloudSQL connection profile).