Table of Contents

Class NetworkCellularGatewaySubnetPoolUpdateRequest

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

UpdateNetworkCellularGatewaySettingsSubnetPool

[DataContract]
public class NetworkCellularGatewaySubnetPoolUpdateRequest
Inheritance
NetworkCellularGatewaySubnetPoolUpdateRequest
Derived
Inherited Members

Properties

Cidr

CIDR of the pool of subnets. Each MG in this network will automatically pick a subnet from this pool.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "cidr")]
public string Cidr { get; set; }

Property Value

string

DeploymentMode

DeploymentMode (not documented)

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "deploymentMode")]
public string? DeploymentMode { get; set; }

Property Value

string

Mask

Mask used for the subnet of all MGs in this network.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "mask")]
public int? Mask { get; set; }

Property Value

int?