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

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

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

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

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

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

  private java.util.List<com.microsoft.azure.management.compute.VaultSecretGroup> secrets;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/compute/VaultSecretGroup;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "secrets")

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

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

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

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

  public com.microsoft.azure.management.compute.OSProfile withComputerName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/OSProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.OSProfile this
        start local 1 // java.lang.String computerName
         0: .line 150
            aload 0 /* this */
            aload 1 /* computerName */
            putfield com.microsoft.azure.management.compute.OSProfile.computerName:Ljava/lang/String;
         1: .line 151
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String computerName
        end local 0 // com.microsoft.azure.management.compute.OSProfile this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/compute/OSProfile;
            0    2     1  computerName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      computerName  

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

  public com.microsoft.azure.management.compute.OSProfile withAdminUsername(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/OSProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.OSProfile this
        start local 1 // java.lang.String adminUsername
         0: .line 170
            aload 0 /* this */
            aload 1 /* adminUsername */
            putfield com.microsoft.azure.management.compute.OSProfile.adminUsername:Ljava/lang/String;
         1: .line 171
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String adminUsername
        end local 0 // com.microsoft.azure.management.compute.OSProfile this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/compute/OSProfile;
            0    2     1  adminUsername  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      adminUsername  

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

  public com.microsoft.azure.management.compute.OSProfile withAdminPassword(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/OSProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.OSProfile this
        start local 1 // java.lang.String adminPassword
         0: .line 190
            aload 0 /* this */
            aload 1 /* adminPassword */
            putfield com.microsoft.azure.management.compute.OSProfile.adminPassword:Ljava/lang/String;
         1: .line 191
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String adminPassword
        end local 0 // com.microsoft.azure.management.compute.OSProfile this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/compute/OSProfile;
            0    2     1  adminPassword  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      adminPassword  

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

  public com.microsoft.azure.management.compute.OSProfile withCustomData(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/OSProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.OSProfile this
        start local 1 // java.lang.String customData
         0: .line 210
            aload 0 /* this */
            aload 1 /* customData */
            putfield com.microsoft.azure.management.compute.OSProfile.customData:Ljava/lang/String;
         1: .line 211
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String customData
        end local 0 // com.microsoft.azure.management.compute.OSProfile this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/compute/OSProfile;
            0    2     1  customData  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      customData  

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

  public com.microsoft.azure.management.compute.OSProfile withWindowsConfiguration(com.microsoft.azure.management.compute.WindowsConfiguration);
    descriptor: (Lcom/microsoft/azure/management/compute/WindowsConfiguration;)Lcom/microsoft/azure/management/compute/OSProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.OSProfile this
        start local 1 // com.microsoft.azure.management.compute.WindowsConfiguration windowsConfiguration
         0: .line 230
            aload 0 /* this */
            aload 1 /* windowsConfiguration */
            putfield com.microsoft.azure.management.compute.OSProfile.windowsConfiguration:Lcom/microsoft/azure/management/compute/WindowsConfiguration;
         1: .line 231
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.WindowsConfiguration windowsConfiguration
        end local 0 // com.microsoft.azure.management.compute.OSProfile this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/compute/OSProfile;
            0    2     1  windowsConfiguration  Lcom/microsoft/azure/management/compute/WindowsConfiguration;
    MethodParameters:
                      Name  Flags
      windowsConfiguration  

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

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

  public java.util.List<com.microsoft.azure.management.compute.VaultSecretGroup> secrets();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.OSProfile this
         0: .line 260
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.OSProfile.secrets:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.compute.OSProfile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/OSProfile;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/compute/VaultSecretGroup;>;

  public com.microsoft.azure.management.compute.OSProfile withSecrets(java.util.List<com.microsoft.azure.management.compute.VaultSecretGroup>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/OSProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.OSProfile this
        start local 1 // java.util.List secrets
         0: .line 270
            aload 0 /* this */
            aload 1 /* secrets */
            putfield com.microsoft.azure.management.compute.OSProfile.secrets:Ljava/util/List;
         1: .line 271
            aload 0 /* this */
            areturn
        end local 1 // java.util.List secrets
        end local 0 // com.microsoft.azure.management.compute.OSProfile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/compute/OSProfile;
            0    2     1  secrets  Ljava/util/List<Lcom/microsoft/azure/management/compute/VaultSecretGroup;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/compute/VaultSecretGroup;>;)Lcom/microsoft/azure/management/compute/OSProfile;
    MethodParameters:
         Name  Flags
      secrets  

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

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

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

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