psc Interface Configs
suspend fun pscInterfaceConfigs(value: Output<List<InstancePscInstanceConfigPscInterfaceConfigArgs>>)
Parameters
value
Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Currently, AlloyDB supports only 0 or 1 PSC interface. Structure is documented below.
suspend fun pscInterfaceConfigs(vararg values: Output<InstancePscInstanceConfigPscInterfaceConfigArgs>)
suspend fun pscInterfaceConfigs(values: List<Output<InstancePscInstanceConfigPscInterfaceConfigArgs>>)
Parameters
values
Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Currently, AlloyDB supports only 0 or 1 PSC interface. Structure is documented below.
suspend fun pscInterfaceConfigs(argument: List<suspend InstancePscInstanceConfigPscInterfaceConfigArgsBuilder.() -> Unit>)
suspend fun pscInterfaceConfigs(vararg argument: suspend InstancePscInstanceConfigPscInterfaceConfigArgsBuilder.() -> Unit)
suspend fun pscInterfaceConfigs(argument: suspend InstancePscInstanceConfigPscInterfaceConfigArgsBuilder.() -> Unit)
Parameters
argument
Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Currently, AlloyDB supports only 0 or 1 PSC interface. Structure is documented below.