# Network Group Fields

Values stored in the Network Group object are listed below.

<table data-full-width="true"><thead><tr><th width="294">Name</th><th width="126">Type</th><th width="432">Description</th><th width="136">Read only</th><th>Template controlled</th></tr></thead><tbody><tr><td>Id</td><td>Guid</td><td>The id of this entity.</td><td>Yes</td><td>No</td></tr><tr><td>DateAdded</td><td>DateTime</td><td>The date time when this location was added</td><td>Yes</td><td>No</td></tr><tr><td>Name</td><td>string</td><td>Name of this network group.</td><td>No</td><td>No</td></tr><tr><td>ServerSecret</td><td>string</td><td>ServerSecret used on this network segment. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>BranchCacheFlags</td><td>long</td><td>Controls BranchCache settings. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>DeliveryOptimizationFlags</td><td>long</td><td>Controls DeliveryOptimization settings. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>LowBandwidthThreshold</td><td>uint</td><td>This is the low bandwidth threshold used which can be used to detect WAN usage.</td><td>No</td><td>No</td></tr><tr><td>HighBandwidthThreshold</td><td>uint</td><td>This is the high bandwidth threshold used which can be used to detect WAN usage.</td><td>No</td><td>No</td></tr><tr><td>BeaconId</td><td>Guid?</td><td>Server to act as a beacon for this subnet. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>BandwidthTuning</td><td>int</td><td>If Bandwidth tuning is enabled on this network segment.</td><td>No</td><td>No</td></tr><tr><td>Description</td><td>string</td><td>Description of this network group, can be anyting.</td><td>No</td><td>No</td></tr><tr><td>WellConnectedDOBandwidth</td><td>uint</td><td>Set the bandwidth used by DO per client in Well Connected scenarios. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>WellConnectedBITSBandwidth</td><td>uint</td><td>Set the bandwidth used by BITS per client in Well Connected scenarios. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>NonRedLeaderBITSBandwidth</td><td>uint</td><td>Set the bandwidth used by BITS per client in non leader scenarios. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>NonRedLeaderDOBandwidth</td><td>uint</td><td>Set the bandwidth used by DO non leader scenarios. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>LEDBATTargetBandwidth</td><td>uint</td><td>LEDBAT Bandwidth, i.e. our how much data we are allowed to use as maximum. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>TargetBandwidth</td><td>uint</td><td>Target Bandwidth, i.e. our how much data we are allowed to use as maximum. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>InternetBandwidth</td><td>uint</td><td>Shows the InternetBandwidth Bandwidth, i.e. our how much data we are allowed to use as maximum for Internet transfers. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>MaxBandwidthDownstream</td><td>uint</td><td>Max bandwidth downstream on this links. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>MaxBandwidthUpstream</td><td>uint</td><td>Max Bandwidth upstream of the link. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>PercentOfMaxDownstream</td><td>uint</td><td>Bandwidth as a percentage of the MaxBandwidthDownstream value. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>DODownloadMode</td><td>int</td><td>Delivery Optimization mode for the Network Group. Template controlled.</td><td>No</td><td>Yes</td></tr><tr><td>NetworkGroupFlags</td><td>long</td><td>What type of network is this. Template controlled. WellConnected = 1, VPN = 2, LocalInternetBreakOut = 4, DisableGreenLeader = 16, RoamingLocation = 32, DirectRoute = 64, MeasureOverridesTemplate = 128, CentralSwitching = 256</td><td>No</td><td>Yes</td></tr><tr><td>ProcessLimits</td><td>string</td><td>Bandwidth policy for an applications.</td><td>No</td><td>No</td></tr><tr><td>Type</td><td>long</td><td>Type of network group: Regular = 0, WellConnected = 1, VPN = 2, DataCenter = 8, BuildDepot = 16, VOIP = 32</td><td>No</td><td>No</td></tr><tr><td>AreaId</td><td>Guid?</td><td>The Area ID this Locaton is part of.</td><td>No</td><td>No</td></tr><tr><td>LocationId</td><td>Guid</td><td>The location unique identifier.</td><td>No</td><td>No</td></tr><tr><td>NetworkGroupTemplateId</td><td>Guid?</td><td>Which template is used.</td><td>No</td><td>No</td></tr><tr><td>Clients</td><td>long</td><td>How many clients are connected.</td><td>Yes</td><td>No</td></tr><tr><td>ActiveClients</td><td>long</td><td>How many clients are actively downloading</td><td>Yes</td><td>No</td></tr><tr><td>CurrentBandwidth</td><td>long</td><td>Active Current usage of bandwidth.</td><td>Yes</td><td>No</td></tr><tr><td>AverageBandwidth</td><td>long</td><td>Active average usage of bandwidth for the last minute.</td><td>Yes</td><td>No</td></tr><tr><td>DOGroupId</td><td>Guid?</td><td>Delivery Optimization group id for the Network Group.</td><td>Yes</td><td>No</td></tr><tr><td>LastBandwidthMeasurement</td><td>DateTime</td><td>Last time a measurement was completed</td><td>Yes</td><td>No</td></tr><tr><td>TunedBandwidth</td><td>uint</td><td>Shows the Tuned Bandwidth that will be used to lower from Target Bandwidth if WAN usage is detected. Template controlled.</td><td>Yes</td><td>No</td></tr><tr><td>ExternalAddresses</td><td>string</td><td>ExternalIPAddresses, this is linked to the direct route property</td><td>No</td><td>No</td></tr><tr><td>Networks</td><td>array</td><td>Array of guids for network id's allocated to this network group</td><td>No</td><td>No</td></tr></tbody></table>

### Network Group Templates

Templates are applied at the Network Group Level. See the seperate section for Templates.

###
