public sealed class GetAgentGatewayRequest : IMessage<GetAgentGatewayRequest>, IEquatable<GetAgentGatewayRequest>, IDeepCloneable<GetAgentGatewayRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Services v1 API class GetAgentGatewayRequest.
Request used by the GetAgentGateway method.
Implements
IMessageGetAgentGatewayRequest, IEquatableGetAgentGatewayRequest, IDeepCloneableGetAgentGatewayRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
GetAgentGatewayRequest()
public GetAgentGatewayRequest()GetAgentGatewayRequest(GetAgentGatewayRequest)
public GetAgentGatewayRequest(GetAgentGatewayRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAgentGatewayRequest |
Properties
AgentGatewayName
public AgentGatewayName AgentGatewayName { get; set; }AgentGatewayName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
AgentGatewayName |
|
Name
public string Name { get; set; }Required. A name of the AgentGateway to get. Must be in the format
projects/*/locations/*/agentGateways/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|