ConfigYaml class

Constructors

ConfigYaml()
factory

Properties

authProvider String?
the DNS authentication provider to be used by certbot
getter/setter pair
certificateType String?
getter/setter pair
configPath String
no setter
containerid String?
the name of the container to run
getter/setter pair
contentProvider String?
getter/setter pair
domain String?
no setter
domainWildcard bool
If true we are using a wildcard dns (e.g. *.squarephone.biz)
getter/setter pair
emailaddress String?
email
getter/setter pair
fqdn String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostIncludePath String?
getter/setter pair
hostname String?
no setter
image ↔ Image?
getter/setter pair
isConfigured bool
no setter
isModePrivate bool
no setter
isProduction bool
no setter
mode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings ↔ SettingsYaml
getter/setter pair
smtpServer String?
getter/setter pair
smtpServerPort int
getter/setter pair
startMethod String?
getter/setter pair
startPaused bool?
getter/setter pair
tld String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Future<void>
toString() String
A string representation of this object.
inherited
validate(void showUsage()) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited