Class SnapshotImportDiskContainerArgs


  • public final class SnapshotImportDiskContainerArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        The description of the disk image being imported.
      • format

        public com.pulumi.core.Output<java.lang.String> format()
        Returns:
        The format of the disk image being imported. One of `VHD` or `VMDK`.
      • url

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> url()
        Returns:
        The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..). One of `url` or `user_bucket` must be set.
      • userBucket

        public java.util.Optional<com.pulumi.core.Output<SnapshotImportDiskContainerUserBucketArgs>> userBucket()
        Returns:
        The Amazon S3 bucket for the disk image. One of `url` or `user_bucket` must be set. Detailed below.