Network Services v1 API - Class AgentGateway.Types.AgentGatewayOutputCard (1.6.0)

public sealed class AgentGateway.Types.AgentGatewayOutputCard : IMessage<AgentGateway.Types.AgentGatewayOutputCard>, IEquatable<AgentGateway.Types.AgentGatewayOutputCard>, IDeepCloneable<AgentGateway.Types.AgentGatewayOutputCard>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Services v1 API class AgentGateway.Types.AgentGatewayOutputCard.

AgentGatewayOutputCard contains informational output-only fields

Inheritance

object > AgentGateway.Types.AgentGatewayOutputCard

Namespace

Google.Cloud.NetworkServices.V1

Assembly

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