public class com.microsoft.azure.management.compute.DiskEncryptionSettings
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.compute.DiskEncryptionSettings
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.compute.KeyVaultSecretReference diskEncryptionKey;
    descriptor: Lcom/microsoft/azure/management/compute/KeyVaultSecretReference;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "diskEncryptionKey")

  private com.microsoft.azure.management.compute.KeyVaultKeyReference keyEncryptionKey;
    descriptor: Lcom/microsoft/azure/management/compute/KeyVaultKeyReference;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "keyEncryptionKey")

  private java.lang.Boolean enabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "enabled")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/DiskEncryptionSettings;

  public com.microsoft.azure.management.compute.KeyVaultSecretReference diskEncryptionKey();
    descriptor: ()Lcom/microsoft/azure/management/compute/KeyVaultSecretReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
         0: .line 43
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.DiskEncryptionSettings.diskEncryptionKey:Lcom/microsoft/azure/management/compute/KeyVaultSecretReference;
            areturn
        end local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/DiskEncryptionSettings;

  public com.microsoft.azure.management.compute.DiskEncryptionSettings withDiskEncryptionKey(com.microsoft.azure.management.compute.KeyVaultSecretReference);
    descriptor: (Lcom/microsoft/azure/management/compute/KeyVaultSecretReference;)Lcom/microsoft/azure/management/compute/DiskEncryptionSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
        start local 1 // com.microsoft.azure.management.compute.KeyVaultSecretReference diskEncryptionKey
         0: .line 53
            aload 0 /* this */
            aload 1 /* diskEncryptionKey */
            putfield com.microsoft.azure.management.compute.DiskEncryptionSettings.diskEncryptionKey:Lcom/microsoft/azure/management/compute/KeyVaultSecretReference;
         1: .line 54
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.KeyVaultSecretReference diskEncryptionKey
        end local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/compute/DiskEncryptionSettings;
            0    2     1  diskEncryptionKey  Lcom/microsoft/azure/management/compute/KeyVaultSecretReference;
    MethodParameters:
                   Name  Flags
      diskEncryptionKey  

  public com.microsoft.azure.management.compute.KeyVaultKeyReference keyEncryptionKey();
    descriptor: ()Lcom/microsoft/azure/management/compute/KeyVaultKeyReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
         0: .line 63
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.DiskEncryptionSettings.keyEncryptionKey:Lcom/microsoft/azure/management/compute/KeyVaultKeyReference;
            areturn
        end local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/DiskEncryptionSettings;

  public com.microsoft.azure.management.compute.DiskEncryptionSettings withKeyEncryptionKey(com.microsoft.azure.management.compute.KeyVaultKeyReference);
    descriptor: (Lcom/microsoft/azure/management/compute/KeyVaultKeyReference;)Lcom/microsoft/azure/management/compute/DiskEncryptionSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
        start local 1 // com.microsoft.azure.management.compute.KeyVaultKeyReference keyEncryptionKey
         0: .line 73
            aload 0 /* this */
            aload 1 /* keyEncryptionKey */
            putfield com.microsoft.azure.management.compute.DiskEncryptionSettings.keyEncryptionKey:Lcom/microsoft/azure/management/compute/KeyVaultKeyReference;
         1: .line 74
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.KeyVaultKeyReference keyEncryptionKey
        end local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/compute/DiskEncryptionSettings;
            0    2     1  keyEncryptionKey  Lcom/microsoft/azure/management/compute/KeyVaultKeyReference;
    MethodParameters:
                  Name  Flags
      keyEncryptionKey  

  public java.lang.Boolean enabled();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
         0: .line 83
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.DiskEncryptionSettings.enabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/DiskEncryptionSettings;

  public com.microsoft.azure.management.compute.DiskEncryptionSettings withEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/compute/DiskEncryptionSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
        start local 1 // java.lang.Boolean enabled
         0: .line 93
            aload 0 /* this */
            aload 1 /* enabled */
            putfield com.microsoft.azure.management.compute.DiskEncryptionSettings.enabled:Ljava/lang/Boolean;
         1: .line 94
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enabled
        end local 0 // com.microsoft.azure.management.compute.DiskEncryptionSettings this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/compute/DiskEncryptionSettings;
            0    2     1  enabled  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      enabled  
}
SourceFile: "DiskEncryptionSettings.java"