Skip to content

Get Virtual Machine

backupgateway_get_virtual_machine R Documentation

By providing the ARN (Amazon Resource Name), this API returns the virtual machine

Description

By providing the ARN (Amazon Resource Name), this API returns the virtual machine.

Usage

backupgateway_get_virtual_machine(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the virtual machine.

Value

A list with the following syntax:

list(
  VirtualMachine = list(
    HostName = "string",
    HypervisorId = "string",
    LastBackupDate = as.POSIXct(
      "2015-01-01"
    ),
    Name = "string",
    Path = "string",
    ResourceArn = "string",
    VmwareTags = list(
      list(
        VmwareCategory = "string",
        VmwareTagDescription = "string",
        VmwareTagName = "string"
      )
    )
  )
)

Request syntax

svc$get_virtual_machine(
  ResourceArn = "string"
)