public class com.microsoft.azure.management.batchai.implementation.ClusterInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.ClusterInner
  super_class: com.microsoft.azure.ProxyResource
{
  private java.lang.String vmSize;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vmSize")

  private com.microsoft.azure.management.batchai.VmPriority vmPriority;
    descriptor: Lcom/microsoft/azure/management/batchai/VmPriority;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vmPriority")

  private com.microsoft.azure.management.batchai.ScaleSettings scaleSettings;
    descriptor: Lcom/microsoft/azure/management/batchai/ScaleSettings;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.scaleSettings")

  private com.microsoft.azure.management.batchai.VirtualMachineConfiguration virtualMachineConfiguration;
    descriptor: Lcom/microsoft/azure/management/batchai/VirtualMachineConfiguration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.virtualMachineConfiguration")

  private com.microsoft.azure.management.batchai.NodeSetup nodeSetup;
    descriptor: Lcom/microsoft/azure/management/batchai/NodeSetup;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.nodeSetup")

  private com.microsoft.azure.management.batchai.UserAccountSettings userAccountSettings;
    descriptor: Lcom/microsoft/azure/management/batchai/UserAccountSettings;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.userAccountSettings")

  private com.microsoft.azure.management.batchai.ResourceId subnet;
    descriptor: Lcom/microsoft/azure/management/batchai/ResourceId;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.subnet")

  private org.joda.time.DateTime creationTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.creationTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.batchai.ProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/batchai/ProvisioningState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime provisioningStateTransitionTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningStateTransitionTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.batchai.AllocationState allocationState;
    descriptor: Lcom/microsoft/azure/management/batchai/AllocationState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.allocationState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime allocationStateTransitionTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.allocationStateTransitionTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.batchai.BatchAIError> errors;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/batchai/BatchAIError;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.errors", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.Integer currentNodeCount;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.currentNodeCount", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.batchai.NodeStateCounts nodeStateCounts;
    descriptor: Lcom/microsoft/azure/management/batchai/NodeStateCounts;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.nodeStateCounts", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

  public com.microsoft.azure.management.batchai.VmPriority vmPriority();
    descriptor: ()Lcom/microsoft/azure/management/batchai/VmPriority;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
         0: .line 180
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.vmPriority:Lcom/microsoft/azure/management/batchai/VmPriority;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;

  public com.microsoft.azure.management.batchai.implementation.ClusterInner withVmPriority(com.microsoft.azure.management.batchai.VmPriority);
    descriptor: (Lcom/microsoft/azure/management/batchai/VmPriority;)Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
        start local 1 // com.microsoft.azure.management.batchai.VmPriority vmPriority
         0: .line 190
            aload 0 /* this */
            aload 1 /* vmPriority */
            putfield com.microsoft.azure.management.batchai.implementation.ClusterInner.vmPriority:Lcom/microsoft/azure/management/batchai/VmPriority;
         1: .line 191
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.VmPriority vmPriority
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;
            0    2     1  vmPriority  Lcom/microsoft/azure/management/batchai/VmPriority;
    MethodParameters:
            Name  Flags
      vmPriority  

  public com.microsoft.azure.management.batchai.ScaleSettings scaleSettings();
    descriptor: ()Lcom/microsoft/azure/management/batchai/ScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
         0: .line 200
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.scaleSettings:Lcom/microsoft/azure/management/batchai/ScaleSettings;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;

  public com.microsoft.azure.management.batchai.implementation.ClusterInner withScaleSettings(com.microsoft.azure.management.batchai.ScaleSettings);
    descriptor: (Lcom/microsoft/azure/management/batchai/ScaleSettings;)Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
        start local 1 // com.microsoft.azure.management.batchai.ScaleSettings scaleSettings
         0: .line 210
            aload 0 /* this */
            aload 1 /* scaleSettings */
            putfield com.microsoft.azure.management.batchai.implementation.ClusterInner.scaleSettings:Lcom/microsoft/azure/management/batchai/ScaleSettings;
         1: .line 211
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.ScaleSettings scaleSettings
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;
            0    2     1  scaleSettings  Lcom/microsoft/azure/management/batchai/ScaleSettings;
    MethodParameters:
               Name  Flags
      scaleSettings  

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

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

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

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

  public com.microsoft.azure.management.batchai.UserAccountSettings userAccountSettings();
    descriptor: ()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
         0: .line 260
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.userAccountSettings:Lcom/microsoft/azure/management/batchai/UserAccountSettings;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;

  public com.microsoft.azure.management.batchai.implementation.ClusterInner withUserAccountSettings(com.microsoft.azure.management.batchai.UserAccountSettings);
    descriptor: (Lcom/microsoft/azure/management/batchai/UserAccountSettings;)Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
        start local 1 // com.microsoft.azure.management.batchai.UserAccountSettings userAccountSettings
         0: .line 270
            aload 0 /* this */
            aload 1 /* userAccountSettings */
            putfield com.microsoft.azure.management.batchai.implementation.ClusterInner.userAccountSettings:Lcom/microsoft/azure/management/batchai/UserAccountSettings;
         1: .line 271
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.UserAccountSettings userAccountSettings
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;
            0    2     1  userAccountSettings  Lcom/microsoft/azure/management/batchai/UserAccountSettings;
    MethodParameters:
                     Name  Flags
      userAccountSettings  

  public com.microsoft.azure.management.batchai.ResourceId subnet();
    descriptor: ()Lcom/microsoft/azure/management/batchai/ResourceId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
         0: .line 280
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.subnet:Lcom/microsoft/azure/management/batchai/ResourceId;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;

  public com.microsoft.azure.management.batchai.implementation.ClusterInner withSubnet(com.microsoft.azure.management.batchai.ResourceId);
    descriptor: (Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
        start local 1 // com.microsoft.azure.management.batchai.ResourceId subnet
         0: .line 290
            aload 0 /* this */
            aload 1 /* subnet */
            putfield com.microsoft.azure.management.batchai.implementation.ClusterInner.subnet:Lcom/microsoft/azure/management/batchai/ResourceId;
         1: .line 291
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.ResourceId subnet
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;
            0    2     1  subnet  Lcom/microsoft/azure/management/batchai/ResourceId;
    MethodParameters:
        Name  Flags
      subnet  

  public org.joda.time.DateTime creationTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
         0: .line 300
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.creationTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;

  public com.microsoft.azure.management.batchai.ProvisioningState provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/batchai/ProvisioningState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
         0: .line 309
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.provisioningState:Lcom/microsoft/azure/management/batchai/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;

  public org.joda.time.DateTime provisioningStateTransitionTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
         0: .line 318
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.provisioningStateTransitionTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;

  public com.microsoft.azure.management.batchai.AllocationState allocationState();
    descriptor: ()Lcom/microsoft/azure/management/batchai/AllocationState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
         0: .line 327
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.allocationState:Lcom/microsoft/azure/management/batchai/AllocationState;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;

  public org.joda.time.DateTime allocationStateTransitionTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
         0: .line 336
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.allocationStateTransitionTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;

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

  public java.lang.Integer currentNodeCount();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
         0: .line 354
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.currentNodeCount:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;

  public com.microsoft.azure.management.batchai.NodeStateCounts nodeStateCounts();
    descriptor: ()Lcom/microsoft/azure/management/batchai/NodeStateCounts;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
         0: .line 363
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.nodeStateCounts:Lcom/microsoft/azure/management/batchai/NodeStateCounts;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.ClusterInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/ClusterInner;
}
SourceFile: "ClusterInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()