Class: Google::Cloud::VmwareEngine::V1::ShowVcenterCredentialsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::ShowVcenterCredentialsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Request message for VmwareEngine.ShowVcenterCredentials
Instance Attribute Summary collapse
-
#private_cloud ⇒ ::String
Required.
-
#username ⇒ ::String
Optional.
Instance Attribute Details
#private_cloud ⇒ ::String
Returns 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
.
1335 1336 1337 1338 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1335 class ShowVcenterCredentialsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns 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.
1335 1336 1337 1338 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1335 class ShowVcenterCredentialsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |