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:1}Options"/>
<element ref="{urn:com.io7m.certusine:configuration:1}Accounts"/>
<element ref="{urn:com.io7m.certusine:configuration:1}Outputs"/>
<element ref="{urn:com.io7m.certusine:configuration:1}DNSConfigurators"/>
<element ref="{urn:com.io7m.certusine:configuration:1}Domains"/>
<element ref="{urn:com.io7m.certusine:configuration:1}OpenTelemetry" minOccurs="0"/>
<element ref="{urn:com.io7m.certusine:configuration:1}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
Gets the value of the options property.- Returns:
- possible object is
Options
-
setOptions
Sets the value of the options property.- Parameters:
value- allowed object isOptions
-
getAccounts
Gets the value of the accounts property.- Returns:
- possible object is
Accounts
-
setAccounts
Sets the value of the accounts property.- Parameters:
value- allowed object isAccounts
-
getOutputs
Gets the value of the outputs property.- Returns:
- possible object is
Outputs
-
setOutputs
Sets the value of the outputs property.- Parameters:
value- allowed object isOutputs
-
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
Gets the value of the domains property.- Returns:
- possible object is
Domains
-
setDomains
Sets the value of the domains property.- Parameters:
value- allowed object isDomains
-
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
-