Class VolumeAttachVendorOptionsArgs.Builder

    • Method Detail

      • ignoreVolumeConfirmation

        public VolumeAttachVendorOptionsArgs.Builder ignoreVolumeConfirmation​(@Nullable
                                                                              com.pulumi.core.Output<java.lang.Boolean> ignoreVolumeConfirmation)
        Parameters:
        ignoreVolumeConfirmation - Boolean to control whether to ignore volume status confirmation of the attached volume. This can be helpful to work with some OpenStack clouds which don't have the Block Storage V3 API available.
        Returns:
        builder
      • ignoreVolumeConfirmation

        public VolumeAttachVendorOptionsArgs.Builder ignoreVolumeConfirmation​(java.lang.Boolean ignoreVolumeConfirmation)
        Parameters:
        ignoreVolumeConfirmation - Boolean to control whether to ignore volume status confirmation of the attached volume. This can be helpful to work with some OpenStack clouds which don't have the Block Storage V3 API available.
        Returns:
        builder