Class NodeInfoNetworkInterface
Inheritance
NodeInfoNetworkInterface
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class NodeInfoNetworkInterface
Properties
|
Edit this page
View Source
Address
Declaration
[DataMember(Name = "address")]
public string Address { get; }
Property Value
|
Edit this page
View Source
MacAddress
Declaration
[DataMember(Name = "mac_address")]
public string MacAddress { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; }
Property Value
Extension Methods