Class GrpGetVmDrivesReply
Holds information about a virtual machines attached drives.
Namespace: Neon.Kube.GrpcProto.Desktop
Assembly: Neon.Kube.GrpcProto.dll
Syntax
[DataContract]
public class GrpGetVmDrivesReplyConstructors
GrpGetVmDrivesReply()
Default constructor.
Declaration
public GrpGetVmDrivesReply()GrpGetVmDrivesReply(List<string>)
Constructor.
Declaration
public GrpGetVmDrivesReply(List<string> drivePaths)Parameters
| Type | Name | Description | 
|---|---|---|
| List<string> | drivePaths | The drive paths. | 
GrpGetVmDrivesReply(Exception)
Error constructor.
Declaration
public GrpGetVmDrivesReply(Exception e)Parameters
| Type | Name | Description | 
|---|---|---|
| Exception | e | The exception. | 
Properties
DrivePaths
The file system paths to the drives.
Declaration
[DataMember(Order = 2)]
public List<string>? DrivePaths { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | 
Error
Set to a non-null error when the request failed.
Declaration
[DataMember(Order = 1)]
public GrpcError? Error { get; set; }Property Value
| Type | Description | 
|---|---|
| GrpcError |