public sealed class GetPatchDeploymentRequest : IMessage<GetPatchDeploymentRequest>, IEquatable<GetPatchDeploymentRequest>, IDeepCloneable<GetPatchDeploymentRequest>, IBufferMessage, IMessage
A request message for retrieving a patch deployment.
Implements
IMessage<GetPatchDeploymentRequest>, IEquatable<GetPatchDeploymentRequest>, IDeepCloneable<GetPatchDeploymentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
GetPatchDeploymentRequest()
public GetPatchDeploymentRequest()
GetPatchDeploymentRequest(GetPatchDeploymentRequest)
public GetPatchDeploymentRequest(GetPatchDeploymentRequest other)
Parameter | |
---|---|
Name | Description |
other | GetPatchDeploymentRequest |
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 |