public sealed class DeletePatchDeploymentRequest : IMessage<DeletePatchDeploymentRequest>, IEquatable<DeletePatchDeploymentRequest>, IDeepCloneable<DeletePatchDeploymentRequest>, IBufferMessage, IMessage
A request message for deleting a patch deployment.
Implements
IMessage<DeletePatchDeploymentRequest>, IEquatable<DeletePatchDeploymentRequest>, IDeepCloneable<DeletePatchDeploymentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
DeletePatchDeploymentRequest()
public DeletePatchDeploymentRequest()
DeletePatchDeploymentRequest(DeletePatchDeploymentRequest)
public DeletePatchDeploymentRequest(DeletePatchDeploymentRequest other)
Parameter | |
---|---|
Name | Description |
other | DeletePatchDeploymentRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the patch deployment in the form
projects/*/patchDeployments/*
.
Property Value | |
---|---|
Type | Description |
String |
PatchDeploymentName
public PatchDeploymentName PatchDeploymentName { get; set; }
PatchDeploymentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PatchDeploymentName |