ResourceStatusSchedulingResponse

data class ResourceStatusSchedulingResponse(val availabilityDomain: Int, val terminationTimestamp: String)

Constructors

Link copied to clipboard
fun ResourceStatusSchedulingResponse(availabilityDomain: Int, terminationTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the availability domain (AD), which this instance should be scheduled on. The AD belongs to the spread GroupPlacementPolicy resource policy that has been assigned to the instance. Specify a value between 1-max count of availability domains in your GroupPlacementPolicy. See go/placement-policy-extension for more details.

Link copied to clipboard

Time in future when the instance will be terminated in RFC3339 text format.