public final class com.microsoft.azure.management.compute.CreationSourceType extends java.lang.Enum<com.microsoft.azure.management.compute.CreationSourceType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.microsoft.azure.management.compute.CreationSourceType
  super_class: java.lang.Enum
{
  public static final com.microsoft.azure.management.compute.CreationSourceType FROM_OS_DISK_IMAGE;
    descriptor: Lcom/microsoft/azure/management/compute/CreationSourceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.compute.CreationSourceType FROM_DATA_DISK_IMAGE;
    descriptor: Lcom/microsoft/azure/management/compute/CreationSourceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.compute.CreationSourceType IMPORTED_FROM_VHD;
    descriptor: Lcom/microsoft/azure/management/compute/CreationSourceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.compute.CreationSourceType COPIED_FROM_SNAPSHOT;
    descriptor: Lcom/microsoft/azure/management/compute/CreationSourceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.compute.CreationSourceType COPIED_FROM_DISK;
    descriptor: Lcom/microsoft/azure/management/compute/CreationSourceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.compute.CreationSourceType EMPTY;
    descriptor: Lcom/microsoft/azure/management/compute/CreationSourceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.compute.CreationSourceType UNKNOWN;
    descriptor: Lcom/microsoft/azure/management/compute/CreationSourceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final com.microsoft.azure.management.compute.CreationSourceType[] ENUM$VALUES;
    descriptor: [Lcom/microsoft/azure/management/compute/CreationSourceType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 16
            new com.microsoft.azure.management.compute.CreationSourceType
            dup
            ldc "FROM_OS_DISK_IMAGE"
            iconst_0
            invokespecial com.microsoft.azure.management.compute.CreationSourceType.<init>:(Ljava/lang/String;I)V
         1: .line 20
            putstatic com.microsoft.azure.management.compute.CreationSourceType.FROM_OS_DISK_IMAGE:Lcom/microsoft/azure/management/compute/CreationSourceType;
         2: .line 21
            new com.microsoft.azure.management.compute.CreationSourceType
            dup
            ldc "FROM_DATA_DISK_IMAGE"
            iconst_1
            invokespecial com.microsoft.azure.management.compute.CreationSourceType.<init>:(Ljava/lang/String;I)V
         3: .line 25
            putstatic com.microsoft.azure.management.compute.CreationSourceType.FROM_DATA_DISK_IMAGE:Lcom/microsoft/azure/management/compute/CreationSourceType;
         4: .line 26
            new com.microsoft.azure.management.compute.CreationSourceType
            dup
            ldc "IMPORTED_FROM_VHD"
            iconst_2
            invokespecial com.microsoft.azure.management.compute.CreationSourceType.<init>:(Ljava/lang/String;I)V
         5: .line 29
            putstatic com.microsoft.azure.management.compute.CreationSourceType.IMPORTED_FROM_VHD:Lcom/microsoft/azure/management/compute/CreationSourceType;
         6: .line 30
            new com.microsoft.azure.management.compute.CreationSourceType
            dup
            ldc "COPIED_FROM_SNAPSHOT"
            iconst_3
            invokespecial com.microsoft.azure.management.compute.CreationSourceType.<init>:(Ljava/lang/String;I)V
         7: .line 33
            putstatic com.microsoft.azure.management.compute.CreationSourceType.COPIED_FROM_SNAPSHOT:Lcom/microsoft/azure/management/compute/CreationSourceType;
         8: .line 34
            new com.microsoft.azure.management.compute.CreationSourceType
            dup
            ldc "COPIED_FROM_DISK"
            iconst_4
            invokespecial com.microsoft.azure.management.compute.CreationSourceType.<init>:(Ljava/lang/String;I)V
         9: .line 37
            putstatic com.microsoft.azure.management.compute.CreationSourceType.COPIED_FROM_DISK:Lcom/microsoft/azure/management/compute/CreationSourceType;
        10: .line 38
            new com.microsoft.azure.management.compute.CreationSourceType
            dup
            ldc "EMPTY"
            iconst_5
            invokespecial com.microsoft.azure.management.compute.CreationSourceType.<init>:(Ljava/lang/String;I)V
        11: .line 41
            putstatic com.microsoft.azure.management.compute.CreationSourceType.EMPTY:Lcom/microsoft/azure/management/compute/CreationSourceType;
        12: .line 42
            new com.microsoft.azure.management.compute.CreationSourceType
            dup
            ldc "UNKNOWN"
            bipush 6
            invokespecial com.microsoft.azure.management.compute.CreationSourceType.<init>:(Ljava/lang/String;I)V
        13: .line 45
            putstatic com.microsoft.azure.management.compute.CreationSourceType.UNKNOWN:Lcom/microsoft/azure/management/compute/CreationSourceType;
        14: .line 15
            bipush 7
            anewarray com.microsoft.azure.management.compute.CreationSourceType
            dup
            iconst_0
            getstatic com.microsoft.azure.management.compute.CreationSourceType.FROM_OS_DISK_IMAGE:Lcom/microsoft/azure/management/compute/CreationSourceType;
            aastore
            dup
            iconst_1
            getstatic com.microsoft.azure.management.compute.CreationSourceType.FROM_DATA_DISK_IMAGE:Lcom/microsoft/azure/management/compute/CreationSourceType;
            aastore
            dup
            iconst_2
            getstatic com.microsoft.azure.management.compute.CreationSourceType.IMPORTED_FROM_VHD:Lcom/microsoft/azure/management/compute/CreationSourceType;
            aastore
            dup
            iconst_3
            getstatic com.microsoft.azure.management.compute.CreationSourceType.COPIED_FROM_SNAPSHOT:Lcom/microsoft/azure/management/compute/CreationSourceType;
            aastore
            dup
            iconst_4
            getstatic com.microsoft.azure.management.compute.CreationSourceType.COPIED_FROM_DISK:Lcom/microsoft/azure/management/compute/CreationSourceType;
            aastore
            dup
            iconst_5
            getstatic com.microsoft.azure.management.compute.CreationSourceType.EMPTY:Lcom/microsoft/azure/management/compute/CreationSourceType;
            aastore
            dup
            bipush 6
            getstatic com.microsoft.azure.management.compute.CreationSourceType.UNKNOWN:Lcom/microsoft/azure/management/compute/CreationSourceType;
            aastore
            putstatic com.microsoft.azure.management.compute.CreationSourceType.ENUM$VALUES:[Lcom/microsoft/azure/management/compute/CreationSourceType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.compute.CreationSourceType this
         0: .line 15
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.microsoft.azure.management.compute.CreationSourceType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/CreationSourceType;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static com.microsoft.azure.management.compute.CreationSourceType[] values();
    descriptor: ()[Lcom/microsoft/azure/management/compute/CreationSourceType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.microsoft.azure.management.compute.CreationSourceType.ENUM$VALUES:[Lcom/microsoft/azure/management/compute/CreationSourceType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.microsoft.azure.management.compute.CreationSourceType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.microsoft.azure.management.compute.CreationSourceType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/CreationSourceType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/microsoft/azure/management/compute/CreationSourceType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.microsoft.azure.management.compute.CreationSourceType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/microsoft/azure/management/compute/CreationSourceType;>;
SourceFile: "CreationSourceType.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()