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

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

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

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

  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.LinuxConfiguration this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.compute.LinuxConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/LinuxConfiguration;

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

  public com.microsoft.azure.management.compute.LinuxConfiguration withDisablePasswordAuthentication(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/compute/LinuxConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.LinuxConfiguration this
        start local 1 // java.lang.Boolean disablePasswordAuthentication
         0: .line 68
            aload 0 /* this */
            aload 1 /* disablePasswordAuthentication */
            putfield com.microsoft.azure.management.compute.LinuxConfiguration.disablePasswordAuthentication:Ljava/lang/Boolean;
         1: .line 69
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean disablePasswordAuthentication
        end local 0 // com.microsoft.azure.management.compute.LinuxConfiguration this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    2     0                           this  Lcom/microsoft/azure/management/compute/LinuxConfiguration;
            0    2     1  disablePasswordAuthentication  Ljava/lang/Boolean;
    MethodParameters:
                               Name  Flags
      disablePasswordAuthentication  

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

  public com.microsoft.azure.management.compute.LinuxConfiguration withSsh(com.microsoft.azure.management.compute.SshConfiguration);
    descriptor: (Lcom/microsoft/azure/management/compute/SshConfiguration;)Lcom/microsoft/azure/management/compute/LinuxConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.LinuxConfiguration this
        start local 1 // com.microsoft.azure.management.compute.SshConfiguration ssh
         0: .line 88
            aload 0 /* this */
            aload 1 /* ssh */
            putfield com.microsoft.azure.management.compute.LinuxConfiguration.ssh:Lcom/microsoft/azure/management/compute/SshConfiguration;
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.SshConfiguration ssh
        end local 0 // com.microsoft.azure.management.compute.LinuxConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/compute/LinuxConfiguration;
            0    2     1   ssh  Lcom/microsoft/azure/management/compute/SshConfiguration;
    MethodParameters:
      Name  Flags
      ssh   

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

  public com.microsoft.azure.management.compute.LinuxConfiguration withProvisionVMAgent(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/compute/LinuxConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.LinuxConfiguration this
        start local 1 // java.lang.Boolean provisionVMAgent
         0: .line 108
            aload 0 /* this */
            aload 1 /* provisionVMAgent */
            putfield com.microsoft.azure.management.compute.LinuxConfiguration.provisionVMAgent:Ljava/lang/Boolean;
         1: .line 109
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean provisionVMAgent
        end local 0 // com.microsoft.azure.management.compute.LinuxConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/compute/LinuxConfiguration;
            0    2     1  provisionVMAgent  Ljava/lang/Boolean;
    MethodParameters:
                  Name  Flags
      provisionVMAgent  

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

  public com.microsoft.azure.management.compute.LinuxConfiguration withPatchSettings(com.microsoft.azure.management.compute.LinuxPatchSettings);
    descriptor: (Lcom/microsoft/azure/management/compute/LinuxPatchSettings;)Lcom/microsoft/azure/management/compute/LinuxConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.LinuxConfiguration this
        start local 1 // com.microsoft.azure.management.compute.LinuxPatchSettings patchSettings
         0: .line 128
            aload 0 /* this */
            aload 1 /* patchSettings */
            putfield com.microsoft.azure.management.compute.LinuxConfiguration.patchSettings:Lcom/microsoft/azure/management/compute/LinuxPatchSettings;
         1: .line 129
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.LinuxPatchSettings patchSettings
        end local 0 // com.microsoft.azure.management.compute.LinuxConfiguration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/compute/LinuxConfiguration;
            0    2     1  patchSettings  Lcom/microsoft/azure/management/compute/LinuxPatchSettings;
    MethodParameters:
               Name  Flags
      patchSettings  
}
SourceFile: "LinuxConfiguration.java"