Package-level declarations
Types
Link copied to clipboard
data class GameServerClusterConnectionInfo(val gkeClusterReference: GameServerClusterConnectionInfoGkeClusterReference, val namespace: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GameServerConfigScalingConfig(val fleetAutoscalerSpec: String, val name: String, val schedules: List<GameServerConfigScalingConfigSchedule>? = null, val selectors: List<GameServerConfigScalingConfigSelector>? = null)
Link copied to clipboard
data class GameServerConfigScalingConfigSchedule(val cronJobDuration: String? = null, val cronSpec: String? = null, val endTime: String? = null, val startTime: String? = null)
Link copied to clipboard
Link copied to clipboard
data class GameServerDeploymentRolloutGameServerConfigOverride(val configVersion: String? = null, val realmsSelector: GameServerDeploymentRolloutGameServerConfigOverrideRealmsSelector? = null)
Link copied to clipboard
data class GameServerDeploymentRolloutGameServerConfigOverrideRealmsSelector(val realms: List<String>? = null)
Link copied to clipboard
data class GetGameServerDeploymentRolloutGameServerConfigOverride(val configVersion: String, val realmsSelectors: List<GetGameServerDeploymentRolloutGameServerConfigOverrideRealmsSelector>)
Link copied to clipboard
data class GetGameServerDeploymentRolloutGameServerConfigOverrideRealmsSelector(val realms: List<String>)
Link copied to clipboard
data class GetGameServerDeploymentRolloutResult(val defaultGameServerConfig: String, val deploymentId: String, val gameServerConfigOverrides: List<GetGameServerDeploymentRolloutGameServerConfigOverride>, val id: String, val name: String, val project: String)
A collection of values returned by getGameServerDeploymentRollout.