Compute Engine v1 API - Class GetNetworkEdgeSecurityServiceRequest (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetNetworkEdgeSecurityServiceRequest.

A request message for NetworkEdgeSecurityServices.Get. See the method description for details.

Inheritance

object > GetNetworkEdgeSecurityServiceRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetNetworkEdgeSecurityServiceRequest()

public GetNetworkEdgeSecurityServiceRequest()

GetNetworkEdgeSecurityServiceRequest(GetNetworkEdgeSecurityServiceRequest)

public GetNetworkEdgeSecurityServiceRequest(GetNetworkEdgeSecurityServiceRequest other)
Parameter
NameDescription
otherGetNetworkEdgeSecurityServiceRequest

Properties

NetworkEdgeSecurityService

public string NetworkEdgeSecurityService { get; set; }

Name of the network edge security service to get.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Region

public string Region { get; set; }

Name of the region scoping this request.

Property Value
TypeDescription
string