Class ClientConnectorService (0.4.9)

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

Message describing ClientConnectorService 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.
display_name str
Optional. User-provided name. The display name should follow certain format. - Must be 6 to 30 characters in length. - Can only contain lowercase letters, numbers, and hyphens. - Must start with a letter.
ingress google.cloud.beyondcorp_clientconnectorservices_v1.types.ClientConnectorService.Ingress
Required. The details of the ingress settings.
egress google.cloud.beyondcorp_clientconnectorservices_v1.types.ClientConnectorService.Egress
Required. The details of the egress settings.
state google.cloud.beyondcorp_clientconnectorservices_v1.types.ClientConnectorService.State
Output only. The operational state of the ClientConnectorService.

Classes

Egress

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

The details of the egress info. One of the following options should be set.

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

Ingress

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

Settings of how to connect to the ClientGateway. One of the following options should be set.

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

State

State(value)

Represents the different states of a ClientConnectorService.

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