public sealed class DeleteInterceptDeploymentRequest : IMessage<DeleteInterceptDeploymentRequest>, IEquatable<DeleteInterceptDeploymentRequest>, IDeepCloneable<DeleteInterceptDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class DeleteInterceptDeploymentRequest.
Request message for DeleteInterceptDeployment.
Implements
IMessageDeleteInterceptDeploymentRequest, IEquatableDeleteInterceptDeploymentRequest, IDeepCloneableDeleteInterceptDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
DeleteInterceptDeploymentRequest()
public DeleteInterceptDeploymentRequest()DeleteInterceptDeploymentRequest(DeleteInterceptDeploymentRequest)
public DeleteInterceptDeploymentRequest(DeleteInterceptDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteInterceptDeploymentRequest |
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. Name of the resource
| Property Value | |
|---|---|
| Type | Description |
string |
|
RequestId
public string RequestId { get; set; }Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|