Interface VolumeAttachmentSpec

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-03T12:13:25.894Z")
    @Stability(Stable)
    public interface VolumeAttachmentSpec
    extends software.amazon.jsii.JsiiSerializable
    VolumeAttachmentSpec is the specification of a VolumeAttachment request.
    • Method Detail

      • getAttacher

        @Stability(Stable)
        @NotNull
        String getAttacher()
        attacher indicates the name of the volume driver that MUST handle this request.

        This is the name returned by GetPluginName().

      • getNodeName

        @Stability(Stable)
        @NotNull
        String getNodeName()
        nodeName represents the node that the volume should be attached to.
      • getSource

        @Stability(Stable)
        @NotNull
        VolumeAttachmentSource getSource()
        source represents the volume that should be attached.