Class AttachNewDataDiskOptionsArgs


  • public final class AttachNewDataDiskOptionsArgs
    extends com.pulumi.resources.ResourceArgs
    Properties to attach new disk to the Virtual Machine.
    • Method Detail

      • diskName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> diskName()
        Returns:
        The name of the disk to be attached.
      • diskSizeGiB

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> diskSizeGiB()
        Returns:
        Size of the disk to be attached in Gibibytes.
      • diskType

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​StorageType>>> diskType()
        Returns:
        The storage type for the disk (i.e. Standard, Premium).