Table of Contents

Class FirewallStateResult

Namespace
Quilt4Net.Toolkit.Features.Atlas
Assembly
Quilt4Net.Toolkit.dll
public record FirewallStateResult : IEquatable<FirewallStateResult>
Inheritance
FirewallStateResult
Implements
Inherited Members

Properties

ClosesAtUtc

public DateTime? ClosesAtUtc { get; init; }

Property Value

DateTime?

Ip

public string Ip { get; init; }

Property Value

string

IsOpen

public bool IsOpen { get; init; }

Property Value

bool

IsPermanent

public bool IsPermanent { get; init; }

Property Value

bool

LastUsedUtc

public DateTime? LastUsedUtc { get; init; }

Property Value

DateTime?

OpenedUtc

public DateTime? OpenedUtc { get; init; }

Property Value

DateTime?