public sealed class ShowVcenterCredentialsRequest : IMessage<ShowVcenterCredentialsRequest>, IEquatable<ShowVcenterCredentialsRequest>, IDeepCloneable<ShowVcenterCredentialsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class ShowVcenterCredentialsRequest.
Request message for [VmwareEngine.ShowVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowVcenterCredentials]
Implements
IMessageShowVcenterCredentialsRequest, IEquatableShowVcenterCredentialsRequest, IDeepCloneableShowVcenterCredentialsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
ShowVcenterCredentialsRequest()
public ShowVcenterCredentialsRequest()
ShowVcenterCredentialsRequest(ShowVcenterCredentialsRequest)
public ShowVcenterCredentialsRequest(ShowVcenterCredentialsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ShowVcenterCredentialsRequest |
Properties
PrivateCloud
public string PrivateCloud { get; set; }
Required. The resource name of the private cloud
to be queried for credentials.
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 |
PrivateCloudAsPrivateCloudName
public PrivateCloudName PrivateCloudAsPrivateCloudName { get; set; }
PrivateCloudName-typed view over the PrivateCloud resource name property.
Property Value | |
---|---|
Type | Description |
PrivateCloudName |