GuestAgentProfileArgs

data class GuestAgentProfileArgs(val clientPublicKey: Output<String>? = null) : ConvertibleToJava<GuestAgentProfileArgs>

Specifies the guest agent settings for the virtual machine.

Constructors

Link copied to clipboard
constructor(clientPublicKey: Output<String>? = null)

Properties

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

Gets or sets the Public Key provided by the client for enabling guest management.

Functions

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