Class CmdhNwAccessRule
Inheritance
object
CmdhNwAccessRule
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cmwr")]
public class CmdhNwAccessRule : MgmtResource
Properties
|
Edit this page
View Source
BackOffParameters
Declaration
[JsonProperty("bop")]
public BackOffParameters BackOffParameters { get; set; }
Property Value
|
Edit this page
View Source
MgmtLink
Declaration
[JsonProperty("cmlk")]
public MgmtLinkRef MgmtLink { get; set; }
Property Value
|
Edit this page
View Source
MinReqVolume
Declaration
[JsonProperty("mrv")]
public long MinReqVolume { get; set; }
Property Value
|
Edit this page
View Source
OtherConditions
Declaration
[JsonProperty("ohc")]
public object OtherConditions { get; set; }
Property Value
|
Edit this page
View Source
SpreadingWaitTime
Declaration
[JsonProperty("swt")]
public long SpreadingWaitTime { get; set; }
Property Value
|
Edit this page
View Source
TargetNetwork
Declaration
[JsonProperty("ttn")]
public ICollection<string> TargetNetwork { get; set; }
Property Value