Class GrpcGetVmNetworkAdaptersRequest
Returns the network adapters attached to a virtual machine. This returns a GrpcGetVmNetworkAdaptersReply.
Namespace: Neon.Kube.GrpcProto.Desktop
Assembly: Neon.Kube.GrpcProto.dll
Syntax
[DataContract]
public class GrpcGetVmNetworkAdaptersRequest
Constructors
GrpcGetVmNetworkAdaptersRequest()
Default constructor.
Declaration
public GrpcGetVmNetworkAdaptersRequest()
GrpcGetVmNetworkAdaptersRequest(string)
Constructor.
Declaration
public GrpcGetVmNetworkAdaptersRequest(string machineName)
Parameters
Type | Name | Description |
---|---|---|
string | machineName | Specifies the machine name. |
Properties
MachineName
Identifies the desired virtual machine.
Declaration
[DataMember(Order = 1)]
public string? MachineName { get; set; }
Property Value
Type | Description |
---|---|
string |