Class CmdhNetworkAccessRules
Inheritance
object
CmdhNetworkAccessRules
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cmnr")]
public class CmdhNetworkAccessRules : MgmtResource
Properties
|
Edit this page
View Source
ApplicableEventCategories
Declaration
[JsonProperty("aecs")]
public ICollection<string> ApplicableEventCategories { get; set; }
Property Value
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
CmdhNwAccessRule
Declaration
[JsonProperty("m2m:cmwr")]
public ICollection<CmdhNwAccessRule> CmdhNwAccessRule { get; set; }
Property Value
|
Edit this page
View Source
MgmtLink
Declaration
[JsonProperty("cmlk")]
public ICollection<MgmtLinkRef> MgmtLink { get; set; }
Property Value