Class Configuration
java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.Configuration
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:com.io7m.certusine:configuration:2}Options"/>
<element ref="{urn:com.io7m.certusine:configuration:2}Accounts"/>
<element ref="{urn:com.io7m.certusine:configuration:2}Outputs"/>
<element ref="{urn:com.io7m.certusine:configuration:2}DNSConfigurators"/>
<element ref="{urn:com.io7m.certusine:configuration:2}Domains"/>
<element ref="{urn:com.io7m.certusine:configuration:2}OpenTelemetry" minOccurs="0"/>
<element ref="{urn:com.io7m.certusine:configuration:2}FaultInjection" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Accountsprotected DNSConfiguratorsprotected Domainsprotected FaultInjectionprotected OpenTelemetryprotected Optionsprotected Outputs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accounts property.Gets the value of the dnsConfigurators property.Gets the value of the domains property.Gets the value of the faultInjection property.Gets the value of the openTelemetry property.Gets the value of the options property.Gets the value of the outputs property.voidsetAccounts(Accounts value) Sets the value of the accounts property.voidSets the value of the dnsConfigurators property.voidsetDomains(Domains value) Sets the value of the domains property.voidsetFaultInjection(FaultInjection value) Sets the value of the faultInjection property.voidsetOpenTelemetry(OpenTelemetry value) Sets the value of the openTelemetry property.voidsetOptions(Options value) Sets the value of the options property.voidsetOutputs(Outputs value) Sets the value of the outputs property.
-
Field Details
-
options
-
accounts
-
outputs
-
dnsConfigurators
-
domains
-
openTelemetry
-
faultInjection
-
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
getOptions
-
setOptions
-
getAccounts
-
setAccounts
-
getOutputs
-
setOutputs
-
getDNSConfigurators
Gets the value of the dnsConfigurators property.- Returns:
- possible object is
DNSConfigurators
-
setDNSConfigurators
Sets the value of the dnsConfigurators property.- Parameters:
value- allowed object isDNSConfigurators
-
getDomains
-
setDomains
-
getOpenTelemetry
Gets the value of the openTelemetry property.- Returns:
- possible object is
OpenTelemetry
-
setOpenTelemetry
Sets the value of the openTelemetry property.- Parameters:
value- allowed object isOpenTelemetry
-
getFaultInjection
Gets the value of the faultInjection property.- Returns:
- possible object is
FaultInjection
-
setFaultInjection
Sets the value of the faultInjection property.- Parameters:
value- allowed object isFaultInjection
-