network Performance Config
suspend fun networkPerformanceConfig(value: Output<InstanceFromMachineImageNetworkPerformanceConfigArgs>)
Parameters
value
Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.
suspend fun networkPerformanceConfig(argument: suspend InstanceFromMachineImageNetworkPerformanceConfigArgsBuilder.() -> Unit)
Parameters
argument
Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.