NetworkAdapter.RdmaStatus Property

Definition

Gets or sets value indicating whether this adapter is RDMA capable. Possible values include: 'Incapable', 'Capable'

[Newtonsoft.Json.JsonProperty(PropertyName="rdmaStatus")]
public string RdmaStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rdmaStatus")>]
member this.RdmaStatus : string with get, set
Public Property RdmaStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to