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
fun GuestAgentProfileArgs(clientPublicKey: Output<String>? = null)

Functions

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

Properties

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

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