public interface VmwareSourceDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |