public sealed class DeleteServerRequest : IMessage<DeleteServerRequest>, IEquatable<DeleteServerRequest>, IDeepCloneable<DeleteServerRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud FTP v1 API class DeleteServerRequest.
Message for deleting a Server Note: Cascading delete is not supported. Any nested User resources under this Server must be deleted before the Server itself can be deleted. Attempting to delete a Server with active User resources will result in an error.
Implements
IMessageDeleteServerRequest, IEquatableDeleteServerRequest, IDeepCloneableDeleteServerRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ftp.V1Assembly
Google.Cloud.Ftp.V1.dll
Constructors
DeleteServerRequest()
public DeleteServerRequest()DeleteServerRequest(DeleteServerRequest)
public DeleteServerRequest(DeleteServerRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteServerRequest |
Properties
Name
public string Name { get; set; }Required. Name of the resource
| Property Value | |
|---|---|
| Type | Description |
string |
|
ServerName
public ServerName ServerName { get; set; }ServerName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ServerName |
|