Environment Config Response
data class EnvironmentConfigResponse(val airflowByoidUri: String, val airflowUri: String, val dagGcsPrefix: String, val databaseConfig: DatabaseConfigResponse, val encryptionConfig: EncryptionConfigResponse, val environmentSize: String, val gkeCluster: String, val maintenanceWindow: MaintenanceWindowResponse, val masterAuthorizedNetworksConfig: MasterAuthorizedNetworksConfigResponse, val nodeConfig: NodeConfigResponse, val nodeCount: Int, val privateEnvironmentConfig: PrivateEnvironmentConfigResponse, val recoveryConfig: RecoveryConfigResponse, val softwareConfig: SoftwareConfigResponse, val webServerConfig: WebServerConfigResponse, val webServerNetworkAccessControl: WebServerNetworkAccessControlResponse, val workloadsConfig: WorkloadsConfigResponse)
Configuration information for an environment.
Constructors
Link copied to clipboard
fun EnvironmentConfigResponse(airflowByoidUri: String, airflowUri: String, dagGcsPrefix: String, databaseConfig: DatabaseConfigResponse, encryptionConfig: EncryptionConfigResponse, environmentSize: String, gkeCluster: String, maintenanceWindow: MaintenanceWindowResponse, masterAuthorizedNetworksConfig: MasterAuthorizedNetworksConfigResponse, nodeConfig: NodeConfigResponse, nodeCount: Int, privateEnvironmentConfig: PrivateEnvironmentConfigResponse, recoveryConfig: RecoveryConfigResponse, softwareConfig: SoftwareConfigResponse, webServerConfig: WebServerConfigResponse, webServerNetworkAccessControl: WebServerNetworkAccessControlResponse, workloadsConfig: WorkloadsConfigResponse)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Optional. The maintenance window is the period when Cloud Composer components may undergo maintenance. It is defined so that maintenance is not executed during peak hours or critical time periods. The system will not be under maintenance for every occurrence of this window, but when maintenance is planned, it will be scheduled during the window. The maintenance window period must encompass at least 12 hours per week. This may be split into multiple chunks, each with a size of at least 4 hours. If this value is omitted, Cloud Composer components may be subject to maintenance at any time.
Link copied to clipboard