Interface VolumeDevice

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    VolumeDevice.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.69.0 (build f656c31)",
               date="2022-10-06T02:54:46.032Z")
    @Stability(Stable)
    public interface VolumeDevice
    extends software.amazon.jsii.JsiiSerializable
    volumeDevice describes a mapping of a raw block device within a container.
    • Method Detail

      • getDevicePath

        @Stability(Stable)
        @NotNull
        String getDevicePath()
        devicePath is the path inside of the container that the device will be mapped to.
      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        name must match the name of a persistentVolumeClaim in the pod.