Network Services v1 API - Class GetAgentGatewayRequest (1.6.0)

public sealed class GetAgentGatewayRequest : IMessage<GetAgentGatewayRequest>, IEquatable<GetAgentGatewayRequest>, IDeepCloneable<GetAgentGatewayRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Services v1 API class GetAgentGatewayRequest.

Request used by the GetAgentGateway method.

Inheritance

object > GetAgentGatewayRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

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