Domain Service Software Options
data class DomainServiceSoftwareOptions(val automatedUpdateDate: String? = null, val cancellable: Boolean? = null, val currentVersion: String? = null, val description: String? = null, val newVersion: String? = null, val optionalDeployment: Boolean? = null, val updateAvailable: Boolean? = null, val updateStatus: String? = null)
Properties
Link copied to clipboard
The timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.
Link copied to clipboard
True if you're able to cancel your service software version update. False if you can't cancel your service software update.
Link copied to clipboard
The current service software version present on the domain.
Link copied to clipboard
A description of the service software update status.
Link copied to clipboard
The new service software version, if one is available.
Link copied to clipboard
True if a service software is never automatically updated. False if a service software is automatically updated after the automated update date.
Link copied to clipboard
True if you're able to update your service software version. False if you can't update your service software version.
Link copied to clipboard
The status of your service software update.