Class GrpcFindIPAddressRequest
Returns information about a virtual IP address.
Namespace: Neon.Kube.GrpcProto.Desktop
Assembly: Neon.Kube.GrpcProto.dll
Syntax
[DataContract]
public class GrpcFindIPAddressRequest
Constructors
GrpcFindIPAddressRequest()
Default constructor.
Declaration
public GrpcFindIPAddressRequest()
GrpcFindIPAddressRequest(string)
Constructor
Declaration
public GrpcFindIPAddressRequest(string address)
Parameters
Type | Name | Description |
---|---|---|
string | address | The desired IP address. |
Properties
Address
The desired IP addess.
Declaration
[DataMember(Order = 1)]
public string? Address { get; set; }
Property Value
Type | Description |
---|---|
string |