struct Hetzner::DNS::Zone

Included Modules

Defined in:

hetzner/zone.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def created : CustomTime #

[View source]
def created=(created : CustomTime) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def is_secondary_dns : Bool #

[View source]
def is_secondary_dns=(is_secondary_dns : Bool) #

[View source]
def legacy_dns_host : String #

[View source]
def legacy_dns_host=(legacy_dns_host : String) #

[View source]
def legacy_ns : Array(String) #

[View source]
def legacy_ns=(legacy_ns : Array(String)) #

[View source]
def modified : CustomTime #

[View source]
def modified=(modified : CustomTime) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def ns : Array(String) #

[View source]
def ns=(ns : Array(String)) #

[View source]
def owner : String #

[View source]
def owner=(owner : String) #

[View source]
def paused : Bool #

[View source]
def paused=(paused : Bool) #

[View source]
def permission : String #

[View source]
def permission=(permission : String) #

[View source]
def project : String #

[View source]
def project=(project : String) #

[View source]
def records_count : Int32 #

[View source]
def records_count=(records_count : Int32) #

[View source]
def registrar : String #

[View source]
def registrar=(registrar : String) #

[View source]
def status : String #

[View source]
def status=(status : String) #

[View source]
def ttl : Int32 #

[View source]
def ttl=(ttl : Int32) #

[View source]
def txt_verification : ZoneTxtVerification #

[View source]
def txt_verification=(txt_verification : ZoneTxtVerification) #

[View source]

[View source]
def verified=(verified : CustomTimeWithMonotonicClock) #

[View source]