Table of Contents

Class LicensingSubscriptionBindRequest

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

Licensing Subscrption Bind Request

[DataContract]
public class LicensingSubscriptionBindRequest
Inheritance
LicensingSubscriptionBindRequest
Inherited Members

Properties

NetworkIds

List of network ids to bind to the subscription

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkIds")]
public List<string> NetworkIds { get; set; }

Property Value

List<string>

Validate

Check if the provided networks can be bound to the subscription. Returns any licensing problems and does not commit the results.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "validate")]
public bool? Validate { get; set; }

Property Value

bool?