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 0: aload 0
invokespecial com.microsoft.azure.ProxyResource.<init>:()V
return
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.vmSize:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.ClusterInner.vmSize:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.vmPriority:Lcom/microsoft/azure/management/batchai/VmPriority;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.ClusterInner.vmPriority:Lcom/microsoft/azure/management/batchai/VmPriority;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.scaleSettings:Lcom/microsoft/azure/management/batchai/ScaleSettings;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.ClusterInner.scaleSettings:Lcom/microsoft/azure/management/batchai/ScaleSettings;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.virtualMachineConfiguration:Lcom/microsoft/azure/management/batchai/VirtualMachineConfiguration;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.ClusterInner.virtualMachineConfiguration:Lcom/microsoft/azure/management/batchai/VirtualMachineConfiguration;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.nodeSetup:Lcom/microsoft/azure/management/batchai/NodeSetup;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.ClusterInner.nodeSetup:Lcom/microsoft/azure/management/batchai/NodeSetup;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.userAccountSettings:Lcom/microsoft/azure/management/batchai/UserAccountSettings;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.ClusterInner.userAccountSettings:Lcom/microsoft/azure/management/batchai/UserAccountSettings;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.subnet:Lcom/microsoft/azure/management/batchai/ResourceId;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.ClusterInner.subnet:Lcom/microsoft/azure/management/batchai/ResourceId;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.creationTime:Lorg/joda/time/DateTime;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.provisioningState:Lcom/microsoft/azure/management/batchai/ProvisioningState;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.provisioningStateTransitionTime:Lorg/joda/time/DateTime;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.allocationState:Lcom/microsoft/azure/management/batchai/AllocationState;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.allocationStateTransitionTime:Lorg/joda/time/DateTime;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.errors:Ljava/util/List;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.currentNodeCount:Ljava/lang/Integer;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ClusterInner.nodeStateCounts:Lcom/microsoft/azure/management/batchai/NodeStateCounts;
areturn
end local 0 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()