struct
Hetzner::DNS::Zone
- Hetzner::DNS::Zone
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
hetzner/zone.crConstructors
Instance Method Summary
- #created : CustomTime
- #created=(created : CustomTime)
- #id : String
- #id=(id : String)
- #is_secondary_dns : Bool
- #is_secondary_dns=(is_secondary_dns : Bool)
- #legacy_dns_host : String
- #legacy_dns_host=(legacy_dns_host : String)
- #legacy_ns : Array(String)
- #legacy_ns=(legacy_ns : Array(String))
- #modified : CustomTime
- #modified=(modified : CustomTime)
- #name : String
- #name=(name : String)
- #ns : Array(String)
- #ns=(ns : Array(String))
- #owner : String
- #owner=(owner : String)
- #paused : Bool
- #paused=(paused : Bool)
- #permission : String
- #permission=(permission : String)
- #project : String
- #project=(project : String)
- #records_count : Int32
- #records_count=(records_count : Int32)
- #registrar : String
- #registrar=(registrar : String)
- #status : String
- #status=(status : String)
- #ttl : Int32
- #ttl=(ttl : Int32)
- #txt_verification : ZoneTxtVerification
- #txt_verification=(txt_verification : ZoneTxtVerification)
- #verified : CustomTimeWithMonotonicClock
- #verified=(verified : CustomTimeWithMonotonicClock)