public sealed class UndeletePrivateCloudRequest : IMessage<UndeletePrivateCloudRequest>, IEquatable<UndeletePrivateCloudRequest>, IDeepCloneable<UndeletePrivateCloudRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class UndeletePrivateCloudRequest.
Request message for [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]
Implements
IMessageUndeletePrivateCloudRequest, IEquatableUndeletePrivateCloudRequest, IDeepCloneableUndeletePrivateCloudRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
UndeletePrivateCloudRequest()
public UndeletePrivateCloudRequest()
UndeletePrivateCloudRequest(UndeletePrivateCloudRequest)
public UndeletePrivateCloudRequest(UndeletePrivateCloudRequest other)
Parameter | |
---|---|
Name | Description |
other |
UndeletePrivateCloudRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the private cloud scheduled for deletion.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud
Property Value | |
---|---|
Type | Description |
string |
PrivateCloudName
public PrivateCloudName PrivateCloudName { get; set; }
PrivateCloudName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PrivateCloudName |
RequestId
public string RequestId { get; set; }
Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Property Value | |
---|---|
Type | Description |
string |