Interface VolumeAttachmentSpec

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

    @Generated(value="jsii-pacmak/1.79.0 (build b22f628)",
               date="2023-03-31T02:28:42.085Z")
    @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()
        The node that the volume should be attached to.
      • getSource

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