DomainServiceSoftwareOptions

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)

Constructors

Link copied to clipboard
constructor(automatedUpdateDate: String? = null, cancellable: Boolean? = null, currentVersion: String? = null, description: String? = null, newVersion: String? = null, optionalDeployment: Boolean? = null, updateAvailable: Boolean? = null, updateStatus: String? = null)

Types

Link copied to clipboard
object Companion

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
val cancellable: Boolean? = null

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
val currentVersion: String? = null

The current service software version present on the domain.

Link copied to clipboard
val description: String? = null

A description of the service software update status.

Link copied to clipboard
val newVersion: String? = null

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
val updateStatus: String? = null

The status of your service software update.