Table of Contents

Class TrustedServerIpv4

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

Trusted Server Ipv4 Settings

[DataContract]
public class TrustedServerIpv4
Inheritance
TrustedServerIpv4
Inherited Members

Constructors

TrustedServerIpv4()

public TrustedServerIpv4()

Properties

Address

The IPv4 address of the trusted server being added

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

Property Value

string