AddVCenterRequestPropertiesArgs

data class AddVCenterRequestPropertiesArgs(val friendlyName: Output<String>? = null, val ipAddress: Output<String>? = null, val port: Output<String>? = null, val processServerId: Output<String>? = null, val runAsAccountId: Output<String>? = null) : ConvertibleToJava<AddVCenterRequestPropertiesArgs>

The properties of an add vCenter request.

Constructors

Link copied to clipboard
constructor(friendlyName: Output<String>? = null, ipAddress: Output<String>? = null, port: Output<String>? = null, processServerId: Output<String>? = null, runAsAccountId: Output<String>? = null)

Properties

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

The friendly name of the vCenter.

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

The IP address of the vCenter to be discovered.

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

The port number for discovery.

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

The process server Id from where the discovery is orchestrated.

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

The account Id which has privileges to discover the vCenter.

Functions

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