Table of Contents

Class AdaptivePolicyGroupCreateUpdate

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Adaptive policy group

[DataContract]
public class AdaptivePolicyGroupCreateUpdate
Inheritance
AdaptivePolicyGroupCreateUpdate
Inherited Members

Properties

Description

Description of the group

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string? Description { get; set; }

Property Value

string

Name

Name of the group

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string? Name { get; set; }

Property Value

string

PolicyObjects

The policy objects that belong to this group; traffic from addresses specified by these policy objects will be tagged with this group's SGT value if no other tagging scheme is being used (each requires one unique attribute)

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "policyObjects")]
public List<AdaptivePolicyGroupPolicyObjects>? PolicyObjects { get; set; }

Property Value

List<AdaptivePolicyGroupPolicyObjects>

Sgt

SGT value of the group

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "sgt")]
public int? Sgt { get; set; }

Property Value

int?