Interface VmwareSourceDetailsOrBuilder (0.14.1)

public interface VmwareSourceDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResolvedVcenterHost()

public abstract String getResolvedVcenterHost()

The hostname of the vcenter.

string resolved_vcenter_host = 5;

Returns
TypeDescription
String

The resolvedVcenterHost.

getResolvedVcenterHostBytes()

public abstract ByteString getResolvedVcenterHostBytes()

The hostname of the vcenter.

string resolved_vcenter_host = 5;

Returns
TypeDescription
ByteString

The bytes for resolvedVcenterHost.

getThumbprint()

public abstract String getThumbprint()

The thumbprint representing the certificate for the vcenter.

string thumbprint = 4;

Returns
TypeDescription
String

The thumbprint.

getThumbprintBytes()

public abstract ByteString getThumbprintBytes()

The thumbprint representing the certificate for the vcenter.

string thumbprint = 4;

Returns
TypeDescription
ByteString

The bytes for thumbprint.

getUsername()

public abstract String getUsername()

The credentials username.

string username = 1;

Returns
TypeDescription
String

The username.

getUsernameBytes()

public abstract ByteString getUsernameBytes()

The credentials username.

string username = 1;

Returns
TypeDescription
ByteString

The bytes for username.

getVcenterIp()

public abstract String getVcenterIp()

The ip address of the vcenter this Source represents.

string vcenter_ip = 3;

Returns
TypeDescription
String

The vcenterIp.

getVcenterIpBytes()

public abstract ByteString getVcenterIpBytes()

The ip address of the vcenter this Source represents.

string vcenter_ip = 3;

Returns
TypeDescription
ByteString

The bytes for vcenterIp.