VMware Engine v1 API - Class ShowVcenterCredentialsRequest (1.3.0)

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]

Inheritance

object > ShowVcenterCredentialsRequest

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ShowVcenterCredentialsRequest()

public ShowVcenterCredentialsRequest()

ShowVcenterCredentialsRequest(ShowVcenterCredentialsRequest)

public ShowVcenterCredentialsRequest(ShowVcenterCredentialsRequest other)
Parameter
NameDescription
otherShowVcenterCredentialsRequest

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
TypeDescription
string

PrivateCloudAsPrivateCloudName

public PrivateCloudName PrivateCloudAsPrivateCloudName { get; set; }

PrivateCloudName-typed view over the PrivateCloud resource name property.

Property Value
TypeDescription
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
TypeDescription
string