GetHypervisorResult

data class GetHypervisorResult(val host: String? = null, val hypervisorArn: String? = null)

Constructors

Link copied to clipboard
constructor(host: String? = null, hypervisorArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val host: String? = null

The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).

Link copied to clipboard
val hypervisorArn: String? = null

Returns HypervisorArn , an Amazon Resource Name (ARN) that uniquely identifies a Hypervisor. For example: arn:aws:backup-gateway:us-east-1:123456789012:hypervisor/hype-1234D67D