public sealed class GetNetworkEdgeSecurityServiceRequest : IMessage<GetNetworkEdgeSecurityServiceRequest>, IEquatable<GetNetworkEdgeSecurityServiceRequest>, IDeepCloneable<GetNetworkEdgeSecurityServiceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetNetworkEdgeSecurityServiceRequest.
A request message for NetworkEdgeSecurityServices.Get. See the method description for details.
Implements
IMessage<GetNetworkEdgeSecurityServiceRequest>, IEquatable<GetNetworkEdgeSecurityServiceRequest>, IDeepCloneable<GetNetworkEdgeSecurityServiceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetNetworkEdgeSecurityServiceRequest()
public GetNetworkEdgeSecurityServiceRequest()GetNetworkEdgeSecurityServiceRequest(GetNetworkEdgeSecurityServiceRequest)
public GetNetworkEdgeSecurityServiceRequest(GetNetworkEdgeSecurityServiceRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetNetworkEdgeSecurityServiceRequest | 
Properties
NetworkEdgeSecurityService
public string NetworkEdgeSecurityService { get; set; }Name of the network edge security service to get.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Region
public string Region { get; set; }Name of the region scoping this request.
| Property Value | |
|---|---|
| Type | Description | 
| String | |