Skip to main content
Version: 0.77.4

UpdateServiceConfig

The UpdateServiceConfig contains the attributes of ServiceConfig that are live-updatable. For now, only the subnetwork attribute of a service can be updated once the service is started.

update_service_config = UpdateServiceConfig(
# The subnetwork to which the service will be moved.
# "default" can be used to move the service to the default subnetwork
# MANDATORY
subnetwork = "subnetwork_1",
)