public sealed class ShowVcenterCredentialsRequest : IMessage<ShowVcenterCredentialsRequest>, IEquatable<ShowVcenterCredentialsRequest>, IDeepCloneable<ShowVcenterCredentialsRequest>, IBufferMessage, IMessageReference 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 |
|
Username
public string Username { get; set; }Optional. The username of the user to be queried for credentials. The default value of this field is CloudOwner@gve.local. The provided value must be one of the following: CloudOwner@gve.local, solution-user-01@gve.local, solution-user-02@gve.local, solution-user-03@gve.local, solution-user-04@gve.local, solution-user-05@gve.local, zertoadmin@gve.local.
| Property Value | |
|---|---|
| Type | Description |
string |
|