Guest OSCustomization Args
data class GuestOSCustomizationArgs(val dnsServers: Output<List<String>>? = null, val hostName: Output<String>? = null, val password: Output<String>? = null, val policyId: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<GuestOSCustomizationArgs>
Guest OS Customization properties