InstanceGroupManagerStatusAllInstancesConfig

data class InstanceGroupManagerStatusAllInstancesConfig(val currentRevision: String? = null, val effective: Boolean? = null)

Constructors

constructor(currentRevision: String? = null, effective: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currentRevision: String? = null

Current all-instances configuration revision. This value is in RFC3339 text format.

Link copied to clipboard
val effective: Boolean? = null

A bit indicating whether this configuration has been applied to all managed instances in the group.