Cloud FTP v1 API - Class StopServerRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Cloud FTP v1 API class StopServerRequest.

Request message for stopping a Server.

Inheritance

object > StopServerRequest

Namespace

Google.Cloud.Ftp.V1

Assembly

Google.Cloud.Ftp.V1.dll

Constructors

StopServerRequest()

public StopServerRequest()

StopServerRequest(StopServerRequest)

public StopServerRequest(StopServerRequest other)
Parameter
Name Description
other StopServerRequest

Properties

Name

public string Name { get; set; }

Required. Name of the resource. Format: projects/{project}/locations/{location}/servers/{server}

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