guest Agent Resource
suspend fun guestAgentResource(name: String, block: suspend GuestAgentResourceBuilder.() -> Unit): GuestAgent
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for GuestAgent.
The unique name of the resulting resource.
Builder for GuestAgent.