You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c.argument('instance_count', help='"The number of nodes in the node type.')
316
318
c.argument('primary', arg_type=get_three_state_flag(), help='Specify if the node type is primary. On this node type will run system services. Only one node type should be marked as primary. Primary node type cannot be deleted or changed for existing clusters.')
317
319
c.argument('disk_size', type=int, options_list=['--disk-size', '--data-disk-size'], help='Disk size for each vm in the node type in GBs.', default=100)
c.argument('instance_count', help='"The number of nodes in the node type.')
343
+
c.argument('application_start_port', options_list=['--application-start-port', '--app-start-port'], help='Application start port of a range of ports.')
344
+
c.argument('application_end_port', options_list=['--application-end-port', '--app-end-port'], help='Application End port of a range of ports.')
345
+
c.argument('ephemeral_start_port', help='Ephemeral start port of a range of ports.')
346
+
c.argument('ephemeral_end_port', help='Ephemeral end port of a range of ports.')
347
+
c.argument('vm_size', help='The size of virtual machines in the pool. All virtual machines in a pool are the same size.')
0 commit comments