public sealed class ClientConnectorService : IMessage<ClientConnectorService>, IEquatable<ClientConnectorService>, IDeepCloneable<ClientConnectorService>, IBufferMessage, IMessageReference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientConnectorService.
Message describing ClientConnectorService object.
Implements
IMessageClientConnectorService, IEquatableClientConnectorService, IDeepCloneableClientConnectorService, IBufferMessage, IMessageNamespace
Google.Cloud.BeyondCorp.ClientConnectorServices.V1Assembly
Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll
Constructors
ClientConnectorService()
public ClientConnectorService()ClientConnectorService(ClientConnectorService)
public ClientConnectorService(ClientConnectorService other)| Parameter | |
|---|---|
| Name | Description |
other |
ClientConnectorService |
Properties
ClientConnectorServiceName
public ClientConnectorServiceName ClientConnectorServiceName { get; set; }ClientConnectorServiceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ClientConnectorServiceName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. [Output only] Create time stamp.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Egress
public ClientConnectorService.Types.Egress Egress { get; set; }Required. The details of the egress settings.
| Property Value | |
|---|---|
| Type | Description |
ClientConnectorServiceTypesEgress |
|
Ingress
public ClientConnectorService.Types.Ingress Ingress { get; set; }Required. The details of the ingress settings.
| Property Value | |
|---|---|
| Type | Description |
ClientConnectorServiceTypesIngress |
|
Name
public string Name { get; set; }Required. Name of resource. The name is ignored during creation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public ClientConnectorService.Types.State State { get; set; }Output only. The operational state of the ClientConnectorService.
| Property Value | |
|---|---|
| Type | Description |
ClientConnectorServiceTypesState |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. [Output only] Update time stamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|