Table of Contents

Class SecureConnectDestinationListDestination

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

A destination

[DataContract]
public class SecureConnectDestinationListDestination
Inheritance
SecureConnectDestinationListDestination
Inherited Members

Constructors

SecureConnectDestinationListDestination()

public SecureConnectDestinationListDestination()

Properties

Comment

The comment about the destination.

[DataMember(Name = "comment")]
public string? Comment { get; set; }

Property Value

string

Destination

A domain, URL, or IP.

[DataMember(Name = "destination")]
public string? Destination { get; set; }

Property Value

string

Type

The type of the destination. enum = ["domain", "url", "ipv4"]

[DataMember(Name = "type")]
public SecureConnectDestinationListDestinationType? Type { get; set; }

Property Value

SecureConnectDestinationListDestinationType?