Class ClientGateway (0.1.2)

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

Message describing ClientGateway object.

Attributes

NameDescription
name str
Required. name of resource. The name is ignored during creation.
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.
state google.cloud.beyondcorp_clientgateways_v1.types.ClientGateway.State
Output only. The operational state of the gateway.
id str
Output only. A unique identifier for the instance generated by the system.
client_connector_service str
Output only. The client connector service name that the client gateway is associated to. Client Connector Services, named as follows: ``projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}``.

Inheritance

builtins.object > proto.message.Message > ClientGateway

Classes

State

State(value)

Represents the different states of a gateway.