Class CmdhPolicy
Inheritance
object
CmdhPolicy
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cmp")]
public class CmdhPolicy : MgmtResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
CmdhBuffer
Declaration
[JsonProperty("m2m:cmbf")]
public ICollection<CmdhBuffer> CmdhBuffer { get; set; }
Property Value
|
Edit this page
View Source
CmdhDefaults
Declaration
[JsonProperty("m2m:cmdf")]
public ICollection<CmdhDefaults> CmdhDefaults { get; set; }
Property Value
|
Edit this page
View Source
CmdhLimits
Declaration
[JsonProperty("m2m:cml")]
public ICollection<CmdhLimits> CmdhLimits { get; set; }
Property Value
|
Edit this page
View Source
CmdhNetworkAccessRules
Declaration
[JsonProperty("m2m:cmnr")]
public ICollection<CmdhNetworkAccessRules> CmdhNetworkAccessRules { get; set; }
Property Value
|
Edit this page
View Source
CmdhPolicyName
Declaration
[JsonProperty("cpn")]
public string CmdhPolicyName { get; set; }
Property Value
|
Edit this page
View Source
MgmtLink
Declaration
[JsonProperty("cmlk")]
public ICollection<MgmtLinkRef> MgmtLink { get; set; }
Property Value