Interface VmwareSourceDetailsOrBuilder (1.80.0)

publicinterface VmwareSourceDetailsOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getPassword()

publicabstractStringgetPassword()

Input only. The credentials password. This is write only and can not be read in a GET operation.

string password = 2 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
String

The password.

getPasswordBytes()

publicabstractByteStringgetPasswordBytes()

Input only. The credentials password. This is write only and can not be read in a GET operation.

string password = 2 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
ByteString

The bytes for password.

getResolvedVcenterHost()

publicabstractStringgetResolvedVcenterHost()

The hostname of the vcenter.

string resolved_vcenter_host = 5;

Returns
Type Description
String

The resolvedVcenterHost.

getResolvedVcenterHostBytes()

publicabstractByteStringgetResolvedVcenterHostBytes()

The hostname of the vcenter.

string resolved_vcenter_host = 5;

Returns
Type Description
ByteString

The bytes for resolvedVcenterHost.

getThumbprint()

publicabstractStringgetThumbprint()

The thumbprint representing the certificate for the vcenter.

string thumbprint = 4;

Returns
Type Description
String

The thumbprint.

getThumbprintBytes()

publicabstractByteStringgetThumbprintBytes()

The thumbprint representing the certificate for the vcenter.

string thumbprint = 4;

Returns
Type Description
ByteString

The bytes for thumbprint.

getUsername()

publicabstractStringgetUsername()

The credentials username.

string username = 1;

Returns
Type Description
String

The username.

getUsernameBytes()

publicabstractByteStringgetUsernameBytes()

The credentials username.

string username = 1;

Returns
Type Description
ByteString

The bytes for username.

getVcenterIp()

publicabstractStringgetVcenterIp()

The ip address of the vcenter this Source represents.

string vcenter_ip = 3;

Returns
Type Description
String

The vcenterIp.

getVcenterIpBytes()

publicabstractByteStringgetVcenterIpBytes()

The ip address of the vcenter this Source represents.

string vcenter_ip = 3;

Returns
Type Description
ByteString

The bytes for vcenterIp.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.