public class com.microsoft.azure.management.batchai.ClusterCreateParameters
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.batchai.ClusterCreateParameters
super_class: java.lang.Object
{
private java.lang.String vmSize;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vmSize", required = true)
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", required = true)
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")
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
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.ClusterCreateParameters.vmSize:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
public com.microsoft.azure.management.batchai.ClusterCreateParameters withVmSize(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
public com.microsoft.azure.management.batchai.ClusterCreateParameters withVmPriority(com.microsoft.azure.management.batchai.VmPriority);
descriptor: (Lcom/microsoft/azure/management/batchai/VmPriority;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
public com.microsoft.azure.management.batchai.ClusterCreateParameters withScaleSettings(com.microsoft.azure.management.batchai.ScaleSettings);
descriptor: (Lcom/microsoft/azure/management/batchai/ScaleSettings;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
public com.microsoft.azure.management.batchai.ClusterCreateParameters withVirtualMachineConfiguration(com.microsoft.azure.management.batchai.VirtualMachineConfiguration);
descriptor: (Lcom/microsoft/azure/management/batchai/VirtualMachineConfiguration;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
public com.microsoft.azure.management.batchai.ClusterCreateParameters withNodeSetup(com.microsoft.azure.management.batchai.NodeSetup);
descriptor: (Lcom/microsoft/azure/management/batchai/NodeSetup;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
public com.microsoft.azure.management.batchai.ClusterCreateParameters withUserAccountSettings(com.microsoft.azure.management.batchai.UserAccountSettings);
descriptor: (Lcom/microsoft/azure/management/batchai/UserAccountSettings;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
public com.microsoft.azure.management.batchai.ClusterCreateParameters withSubnet(com.microsoft.azure.management.batchai.ResourceId);
descriptor: (Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
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.ClusterCreateParameters.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/ClusterCreateParameters;
0 2 1 subnet Lcom/microsoft/azure/management/batchai/ResourceId;
MethodParameters:
Name Flags
subnet
}
SourceFile: "ClusterCreateParameters.java"
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()