VmwareSourceDetailsResponse

data class VmwareSourceDetailsResponse(val password: String, val resolvedVcenterHost: String, val thumbprint: String, val username: String, val vcenterIp: String)

VmwareSourceDetails message describes a specific source details for the vmware source type.

Constructors

Link copied to clipboard
fun VmwareSourceDetailsResponse(password: String, resolvedVcenterHost: String, thumbprint: String, username: String, vcenterIp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The hostname of the vcenter.

Link copied to clipboard

The thumbprint representing the certificate for the vcenter.

Link copied to clipboard

The credentials username.

Link copied to clipboard

The ip address of the vcenter this Source represents.