AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Your VirtualMachine objects, ordered by their Amazon Resource Names (ARNs).

Inheritance Hierarchy

System.Object
  Amazon.BackupGateway.Model.VirtualMachineDetails

Namespace: Amazon.BackupGateway.Model
Assembly: AWSSDK.BackupGateway.dll
Version: 3.x.y.z

Syntax

C#
public class VirtualMachineDetails

The VirtualMachineDetails type exposes the following members

Constructors

NameDescription
Public Method VirtualMachineDetails()

Properties

NameTypeDescription
Public Property HostName System.String

Gets and sets the property HostName.

The host name of the virtual machine.

Public Property HypervisorId System.String

Gets and sets the property HypervisorId.

The ID of the virtual machine's hypervisor.

Public Property LastBackupDate System.DateTime

Gets and sets the property LastBackupDate.

The most recent date a virtual machine was backed up, in Unix format and UTC time.

Public Property Name System.String

Gets and sets the property Name.

The name of the virtual machine.

Public Property Path System.String

Gets and sets the property Path.

The path of the virtual machine.

Public Property ResourceArn System.String

Gets and sets the property ResourceArn.

The Amazon Resource Name (ARN) of the virtual machine. For example, arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.

Public Property VmwareTags System.Collections.Generic.List<Amazon.BackupGateway.Model.VmwareTag>

Gets and sets the property VmwareTags.

These are the details of the VMware tags associated with the specified virtual machine.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5