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

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

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

Message describing Server object

Inheritance

object > Server

Namespace

Google.Cloud.Ftp.V1

Assembly

Google.Cloud.Ftp.V1.dll

Constructors

Server()

public Server()

Server(Server)

public Server(Server other)
Parameter
Name Description
other Server

Properties

AccessConfigCase

public Server.AccessConfigOneofCase AccessConfigCase { get; }
Property Value
Type Description
ServerAccessConfigOneofCase

AccessType

public Server.Types.AccessType AccessType { get; set; }

Required. The access type of the Server.

Property Value
Type Description
ServerTypesAccessType

CreateTime

public Timestamp CreateTime { get; set; }

Output only. [Output only] Create time stamp

Property Value
Type Description
Timestamp

DisplayName

public string DisplayName { get; set; }

Optional. Display name of the Server

Property Value
Type Description
string

ExternalConfig

public ExternalServerConfig ExternalConfig { get; set; }

Configuration for external access.

Property Value
Type Description
ExternalServerConfig

GoogleManagedServerCredential

public ServerCredential GoogleManagedServerCredential { get; set; }

Output only. Credentials of the FTP Server.

Property Value
Type Description
ServerCredential

InternalConfig

public InternalServerConfig InternalConfig { get; set; }

Configuration for internal access.

Property Value
Type Description
InternalServerConfig

Labels

public MapField<string, string> Labels { get; }

Optional. Labels as key value pairs

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

Identifier. name of 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

ServiceAgent

public string ServiceAgent { get; set; }

Output only. Service agent used to access the customer bucket.

Property Value
Type Description
string

State

public Server.Types.State State { get; set; }

Output only. The state of the server.

Property Value
Type Description
ServerTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. [Output only] Update time stamp

Property Value
Type Description
Timestamp