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];
| 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];
| Type | Description |
| ByteString | The bytes for password. |
getThumbprint()
public abstract String getThumbprint()The thumbprint representing the certificate for the vcenter.
string thumbprint = 4;
| Type | Description |
| String | The thumbprint. |
getThumbprintBytes()
public abstract ByteString getThumbprintBytes()The thumbprint representing the certificate for the vcenter.
string thumbprint = 4;
| Type | Description |
| ByteString | The bytes for thumbprint. |
getUsername()
public abstract String getUsername()The credentials username.
string username = 1;
| Type | Description |
| String | The username. |
getUsernameBytes()
public abstract ByteString getUsernameBytes()The credentials username.
string username = 1;
| 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;
| Type | Description |
| String | The vcenterIp. |
getVcenterIpBytes()
public abstract ByteString getVcenterIpBytes()The ip address of the vcenter this Source represents.
string vcenter_ip = 3;
| Type | Description |
| ByteString | The bytes for vcenterIp. |