VmwareSourceDetailsArgs

data class VmwareSourceDetailsArgs(val password: Output<String>? = null, val resolvedVcenterHost: Output<String>? = null, val thumbprint: Output<String>? = null, val username: Output<String>? = null, val vcenterIp: Output<String>? = null) : ConvertibleToJava<VmwareSourceDetailsArgs>

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

Constructors

Link copied to clipboard
fun VmwareSourceDetailsArgs(password: Output<String>? = null, resolvedVcenterHost: Output<String>? = null, thumbprint: Output<String>? = null, username: Output<String>? = null, vcenterIp: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): VmwareSourceDetailsArgs

Properties

Link copied to clipboard
val password: Output<String>? = null

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

Link copied to clipboard
val resolvedVcenterHost: Output<String>? = null

The hostname of the vcenter.

Link copied to clipboard
val thumbprint: Output<String>? = null

The thumbprint representing the certificate for the vcenter.

Link copied to clipboard
val username: Output<String>? = null

The credentials username.

Link copied to clipboard
val vcenterIp: Output<String>? = null

The ip address of the vcenter this Source represents.