Class ClientGateway (0.4.8)

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}.

Classes

State

State(value)

Represents the different states of a gateway.

Values: STATE_UNSPECIFIED (0): Default value. This value is unused. CREATING (1): Gateway is being created. UPDATING (2): Gateway is being updated. DELETING (3): Gateway is being deleted. RUNNING (4): Gateway is running. DOWN (5): Gateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF. ERROR (6): ClientGateway encountered an error and is in indeterministic state.