Class VolumeAttachmentSpecArgs


  • public final class VolumeAttachmentSpecArgs
    extends com.pulumi.resources.ResourceArgs
    VolumeAttachmentSpec is the specification of a VolumeAttachment request.
    • Method Detail

      • attacher

        public com.pulumi.core.Output<java.lang.String> attacher()
        Returns:
        attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
      • nodeName

        public com.pulumi.core.Output<java.lang.String> nodeName()
        Returns:
        nodeName represents the node that the volume should be attached to.
      • source

        public com.pulumi.core.Output<VolumeAttachmentSourceArgs> source()
        Returns:
        source represents the volume that should be attached.