Table of Contents

Class FixedIpAssignment

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class FixedIpAssignment : NamedItem
Inheritance
FixedIpAssignment
Inherited Members

Properties

Ip

The IP address you want to assign to a specific server or device

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

Property Value

string

Mac

The MAC address of the server or device that hosts the internal resource that you wish to receive the specified IP address

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

Property Value

string

Name

A descriptive name of the assignment

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

Property Value

string