public sealed class AgentGateway.Types.AgentGatewayOutputCard : IMessage<AgentGateway.Types.AgentGatewayOutputCard>, IEquatable<AgentGateway.Types.AgentGatewayOutputCard>, IDeepCloneable<AgentGateway.Types.AgentGatewayOutputCard>, IBufferMessage, IMessageReference documentation and code samples for the Network Services v1 API class AgentGateway.Types.AgentGatewayOutputCard.
AgentGatewayOutputCard contains informational output-only fields
Implements
IMessageAgentGatewayTypesAgentGatewayOutputCard, IEquatableAgentGatewayTypesAgentGatewayOutputCard, IDeepCloneableAgentGatewayTypesAgentGatewayOutputCard, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
AgentGatewayOutputCard()
public AgentGatewayOutputCard()AgentGatewayOutputCard(AgentGatewayOutputCard)
public AgentGatewayOutputCard(AgentGateway.Types.AgentGatewayOutputCard other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentGatewayTypesAgentGatewayOutputCard |
Properties
MtlsEndpoint
public string MtlsEndpoint { get; set; }Output only. mTLS Endpoint associated with this AgentGateway
| Property Value | |
|---|---|
| Type | Description |
string |
|
RootCertificates
public RepeatedField<string> RootCertificates { get; }Output only. Root Certificates for Agents to validate this AgentGateway
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
ServiceExtensionsServiceAccount
public string ServiceExtensionsServiceAccount { get; set; }Output only. Service Account used by Service Extensions to operate.
| Property Value | |
|---|---|
| Type | Description |
string |
|