Class GrpcFindNatByNameRequest
Returns information about a virtual Hyper-V NAT by name. This returns a GrpcFindNatReply.
Namespace: Neon.Kube.GrpcProto.Desktop
Assembly: Neon.Kube.GrpcProto.dll
Syntax
[DataContract]
public class GrpcFindNatByNameRequest
Constructors
GrpcFindNatByNameRequest()
Default constructor.
Declaration
public GrpcFindNatByNameRequest()
GrpcFindNatByNameRequest(string)
Constructor.
Declaration
public GrpcFindNatByNameRequest(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Specifies the desired NAT name. |
Properties
Name
Identifies the NAT by name.
Declaration
[DataMember(Order = 1)]
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |