public static final class RunInstancesRequest.NetworkOptions.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
RunInstancesRequest.NetworkOptions |
build() |
RunInstancesRequest.NetworkOptions.Builder |
enableJumboFrame(Boolean enableJumboFrame)
Specifies whether to enable the Jumbo Frames feature for the instance.
|
public RunInstancesRequest.NetworkOptions.Builder enableJumboFrame(Boolean enableJumboFrame)
* false: does not enable the Jumbo Frames feature for the instance. The maximum transmission unit (MTU) value of all ENIs on the instance is set to 1500. * true: enables the Jumbo Frames feature for the instance. The MTU value of all ENIs on the instance is set to 8500. Default value: true. > The Jumbo Frames feature is supported by only 8th-generation or later instance types. For more information, see [MTUs](~~200512~~).
public RunInstancesRequest.NetworkOptions build()
Copyright © 2024. All rights reserved.