Class GrpcInsertVmDvdRequest
Inserts an ISO file as the DVD/CD for a virtual machine, ejecting any existing disc first. This request returns a GrpcBaseReply.
Namespace: Neon.Kube.GrpcProto.Desktop
Assembly: Neon.Kube.GrpcProto.dll
Syntax
[DataContract]
public class GrpcInsertVmDvdRequest
Constructors
GrpcInsertVmDvdRequest()
Default constructor.
Declaration
public GrpcInsertVmDvdRequest()
GrpcInsertVmDvdRequest(string, string)
Constructor.
Declaration
public GrpcInsertVmDvdRequest(string machineName, string isoPath)
Parameters
Type | Name | Description |
---|---|---|
string | machineName | Specifies the machine name. |
string | isoPath | Path to the ISO file. |
Properties
IsoPath
Path to the ISO file
Declaration
[DataMember(Order = 2)]
public string? IsoPath { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineName
Identifies the desired virtual machine.
Declaration
[DataMember(Order = 1)]
public string? MachineName { get; set; }
Property Value
Type | Description |
---|---|
string |