public static final class DescribeEciScalingConfigurationsResponseBody.VolumeMounts.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeEciScalingConfigurationsResponseBody.VolumeMounts |
build() |
DescribeEciScalingConfigurationsResponseBody.VolumeMounts.Builder |
mountPath(String mountPath)
The directory to which the volume is mounted.
|
DescribeEciScalingConfigurationsResponseBody.VolumeMounts.Builder |
mountPropagation(String mountPropagation)
The mount propagation settings.
|
DescribeEciScalingConfigurationsResponseBody.VolumeMounts.Builder |
name(String name)
The volume name.
|
DescribeEciScalingConfigurationsResponseBody.VolumeMounts.Builder |
readOnly(Boolean readOnly)
Indicates whether the volume is read-only.
|
DescribeEciScalingConfigurationsResponseBody.VolumeMounts.Builder |
subPath(String subPath)
The volume subdirectory.
|
public DescribeEciScalingConfigurationsResponseBody.VolumeMounts.Builder mountPath(String mountPath)
> Data in this directory is overwritten by the data on the volume. Proceed with caution if you specify this parameter.
public DescribeEciScalingConfigurationsResponseBody.VolumeMounts.Builder mountPropagation(String mountPropagation)
* None: Subsequent mounts executed either on the volume itself or its subdirectories do not propagate to the already established volume mount. * HostToCotainer: Subsequent mounts executed either on the volume itself or its subdirectories propagate to the already established volume mount. * Bidirectional: This value is similar to HostToCotainer. Subsequent mounts executed either on the volume itself or its subdirectories propagate to the already established volume mount. In addition, any volume mounts executed on a container not only propagate back to the underlying host but also to all containers across every pod that uses the same volume. Default value: None.
public DescribeEciScalingConfigurationsResponseBody.VolumeMounts.Builder name(String name)
public DescribeEciScalingConfigurationsResponseBody.VolumeMounts.Builder readOnly(Boolean readOnly)
Default value: false.
public DescribeEciScalingConfigurationsResponseBody.VolumeMounts.Builder subPath(String subPath)
public DescribeEciScalingConfigurationsResponseBody.VolumeMounts build()
Copyright © 2024. All rights reserved.