public interface VmwareSourceDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPassword()
public abstract String getPassword()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()
public abstract ByteString getPasswordBytes()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()
public abstract String getResolvedVcenterHost()The hostname of the vcenter.
string resolved_vcenter_host = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The resolvedVcenterHost. |
getResolvedVcenterHostBytes()
public abstract ByteString getResolvedVcenterHostBytes()The hostname of the vcenter.
string resolved_vcenter_host = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resolvedVcenterHost. |
getThumbprint()
public abstract String getThumbprint()The thumbprint representing the certificate for the vcenter.
string thumbprint = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The thumbprint. |
getThumbprintBytes()
public abstract ByteString getThumbprintBytes()The thumbprint representing the certificate for the vcenter.
string thumbprint = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for thumbprint. |
getUsername()
public abstract String getUsername()The credentials username.
string username = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The username. |
getUsernameBytes()
public abstract ByteString getUsernameBytes()The credentials username.
string username = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for username. |
getVcenterIp()
public abstract String getVcenterIp()The ip address of the vcenter this Source represents.
string vcenter_ip = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The vcenterIp. |
getVcenterIpBytes()
public abstract ByteString getVcenterIpBytes()The ip address of the vcenter this Source represents.
string vcenter_ip = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for vcenterIp. |