BeyondCorp Client Connector Services v1 API - Class ClientConnectorService (1.1.0)

public sealed class ClientConnectorService : IMessage<ClientConnectorService>, IEquatable<ClientConnectorService>, IDeepCloneable<ClientConnectorService>, IBufferMessage, IMessage

Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientConnectorService.

Message describing ClientConnectorService object.

Inheritance

object > ClientConnectorService

Namespace

Google.Cloud.BeyondCorp.ClientConnectorServices.V1

Assembly

Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll

Constructors

ClientConnectorService()

public ClientConnectorService()

ClientConnectorService(ClientConnectorService)

public ClientConnectorService(ClientConnectorService other)
Parameter
NameDescription
otherClientConnectorService

Properties

ClientConnectorServiceName

public ClientConnectorServiceName ClientConnectorServiceName { get; set; }

ClientConnectorServiceName-typed view over the Name resource name property.

Property Value
TypeDescription
ClientConnectorServiceName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. [Output only] Create time stamp.

Property Value
TypeDescription
Timestamp

DisplayName

public string DisplayName { get; set; }

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.
Property Value
TypeDescription
string

Egress

public ClientConnectorService.Types.Egress Egress { get; set; }

Required. The details of the egress settings.

Property Value
TypeDescription
ClientConnectorServiceTypesEgress

Ingress

public ClientConnectorService.Types.Ingress Ingress { get; set; }

Required. The details of the ingress settings.

Property Value
TypeDescription
ClientConnectorServiceTypesIngress

Name

public string Name { get; set; }

Required. Name of resource. The name is ignored during creation.

Property Value
TypeDescription
string

State

public ClientConnectorService.Types.State State { get; set; }

Output only. The operational state of the ClientConnectorService.

Property Value
TypeDescription
ClientConnectorServiceTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. [Output only] Update time stamp.

Property Value
TypeDescription
Timestamp