Class Server (0.1.0)

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

Message describing Server object

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
external_config google.cloud.ftp_v1.types.ExternalServerConfig
Configuration for external access. This field is a member of oneof_ access_config.
internal_config google.cloud.ftp_v1.types.InternalServerConfig
Configuration for internal access. This field is a member of oneof_ access_config.
name str
Identifier. name of resource
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Create time stamp
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Update time stamp
labels MutableMapping[str, str]
Optional. Labels as key value pairs
display_name str
Optional. Display name of the Server
access_type google.cloud.ftp_v1.types.Server.AccessType
Required. The access type of the Server.
state google.cloud.ftp_v1.types.Server.State
Output only. The state of the server.
google_managed_server_credential google.cloud.ftp_v1.types.ServerCredential
Output only. Credentials of the FTP Server.
service_agent str
Output only. Service agent used to access the customer bucket.

Classes

AccessType

AccessType(value)

The access type of the Server.

LabelsEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

State

State(value)

Tracks Server status.