Network Security v1 API - Class GetInterceptDeploymentRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Security v1 API class GetInterceptDeploymentRequest.

Request message for GetInterceptDeployment.

Inheritance

object > GetInterceptDeploymentRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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