Table of Contents

Class ConfigurationTemplateBindRequest

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

A ConfigurationTemplate bind request

[DataContract]
public class ConfigurationTemplateBindRequest
Inheritance
ConfigurationTemplateBindRequest
Inherited Members

Properties

AutoBind

Optional boolean indicating whether the network's switches should automatically bind to profiles of the same model. Defaults to false if left unspecified. This option only affects switch networks and switch templates. Auto-bind is not valid unless the switch template has at least one profile and has at most one profile per switch model.

[DataMember(Name = "autoBind")]
public bool? AutoBind { get; set; }

Property Value

bool?

Optional boolean indicating whether the network's switches should automatically bind to profiles of the same model. Defaults to false if left unspecified. This option only affects switch networks and switch templates. Auto-bind is not valid unless the switch template has at least one profile and has at most one profile per switch model.

ConfigurationTemplateId

The ID of the template to which the network should be bound.

[DataMember(Name = "configTemplateId")]
public string ConfigurationTemplateId { get; set; }

Property Value

string

The ID of the template to which the network should be bound.