Table of Contents

Class TrustedServerUpdateRequest

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

Trusted Server Update Request

[DataContract]
public class TrustedServerUpdateRequest
Inheritance
TrustedServerUpdateRequest
Inherited Members

Properties

Ipv4

The IPv4 attributes of the trusted server being added

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ipv4")]
public TrustedServerIpv4? Ipv4 { get; set; }

Property Value

TrustedServerIpv4

Mac

The mac address of the trusted server being added

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

Property Value

string

Vlan

The VLAN of the trusted server being added. It must be between 1 and 4094

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vlan")]
public int? Vlan { get; set; }

Property Value

int?