public sealed class ClientGateway : IMessage<ClientGateway>, IEquatable<ClientGateway>, IDeepCloneable<ClientGateway>, IBufferMessage, IMessageReference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientGateway.
Message describing ClientGateway object.
Implements
IMessage<ClientGateway>, IEquatable<ClientGateway>, IDeepCloneable<ClientGateway>, IBufferMessage, IMessageNamespace
Google.Cloud.BeyondCorp.ClientGateways.V1Assembly
Google.Cloud.BeyondCorp.ClientGateways.V1.dll
Constructors
ClientGateway()
public ClientGateway()ClientGateway(ClientGateway)
public ClientGateway(ClientGateway other)| Parameter | |
|---|---|
| Name | Description |
other |
ClientGateway |
Properties
ClientConnectorService
public string ClientConnectorService { get; set; }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}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ClientGatewayName
public ClientGatewayName ClientGatewayName { get; set; }ClientGatewayName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ClientGatewayName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. [Output only] Create time stamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Id
public string Id { get; set; }Output only. A unique identifier for the instance generated by the system.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }Required. name of resource. The name is ignored during creation.
| Property Value | |
|---|---|
| Type | Description |
String |
|
State
public ClientGateway.Types.State State { get; set; }Output only. The operational state of the gateway.
| Property Value | |
|---|---|
| Type | Description |
ClientGateway.Types.State |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. [Output only] Update time stamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|