Class ClientConnectorService (0.2.2)

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.