| Modifier and Type | Method and Description |
|---|---|
MountPropagation |
VolumeMount.Jsii$Proxy.getPropagation() |
default MountPropagation |
MountOptions.getPropagation()
Determines how mounts are propagated from the host to container and the other way around.
|
MountPropagation |
MountOptions.Jsii$Proxy.getPropagation() |
static MountPropagation |
MountPropagation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MountPropagation[] |
MountPropagation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VolumeMount.Builder |
VolumeMount.Builder.propagation(MountPropagation propagation)
Sets the value of
MountOptions.getPropagation() |
MountOptions.Builder |
MountOptions.Builder.propagation(MountPropagation propagation)
Sets the value of
MountOptions.getPropagation() |
| Constructor and Description |
|---|
Jsii$Proxy(MountPropagation propagation,
Boolean readOnly,
String subPath,
String subPathExpr)
Constructor that initializes the object based on literal property values passed by the
MountOptions.Builder. |
Jsii$Proxy(String path,
Volume volume,
MountPropagation propagation,
Boolean readOnly,
String subPath,
String subPathExpr)
Constructor that initializes the object based on literal property values passed by the
VolumeMount.Builder. |
Copyright © 2021. All rights reserved.