public sealed class GetInterceptDeploymentRequest : IMessage<GetInterceptDeploymentRequest>, IEquatable<GetInterceptDeploymentRequest>, IDeepCloneable<GetInterceptDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class GetInterceptDeploymentRequest.
Request message for GetInterceptDeployment.
Implements
IMessageGetInterceptDeploymentRequest, IEquatableGetInterceptDeploymentRequest, IDeepCloneableGetInterceptDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
GetInterceptDeploymentRequest()
public GetInterceptDeploymentRequest()GetInterceptDeploymentRequest(GetInterceptDeploymentRequest)
public GetInterceptDeploymentRequest(GetInterceptDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetInterceptDeploymentRequest |
Properties
InterceptDeploymentName
public InterceptDeploymentName InterceptDeploymentName { get; set; }InterceptDeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InterceptDeploymentName |
|
Name
public string Name { get; set; }Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}
| Property Value | |
|---|---|
| Type | Description |
string |
|