Class GrpcFindIPAddressReply
Returns information about a virtual IP address.
Namespace: Neon.Kube.GrpcProto.Desktop
Assembly: Neon.Kube.GrpcProto.dll
Syntax
[DataContract]
public class GrpcFindIPAddressReply
Constructors
GrpcFindIPAddressReply()
Default constructor.
Declaration
public GrpcFindIPAddressReply()
GrpcFindIPAddressReply(GrpcVirtualIPAddress?)
Constructor.
Declaration
public GrpcFindIPAddressReply(GrpcVirtualIPAddress? address)
Parameters
Type | Name | Description |
---|---|---|
GrpcVirtualIPAddress | address | The virtual IP address. |
GrpcFindIPAddressReply(Exception)
Error constructor.
Declaration
public GrpcFindIPAddressReply(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | The exception. |
Properties
Address
Describes the switch or null
when the switch doesn't exist.
Declaration
[DataMember(Order = 2)]
public GrpcVirtualIPAddress? Address { get; set; }
Property Value
Type | Description |
---|---|
GrpcVirtualIPAddress |
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 |