public class ClusterCreateParameters extends Object
Constructor and Description |
---|
ClusterCreateParameters() |
Modifier and Type | Method and Description |
---|---|
NodeSetup |
nodeSetup()
Get setup to be performed on each compute node in the cluster.
|
ScaleSettings |
scaleSettings()
Get scale settings for the cluster.
|
ResourceId |
subnet()
Get existing virtual network subnet to put the cluster nodes in.
|
UserAccountSettings |
userAccountSettings()
Get settings for an administrator user account that will be created on each compute node in the cluster.
|
VirtualMachineConfiguration |
virtualMachineConfiguration()
Get oS image configuration for cluster nodes.
|
VmPriority |
vmPriority()
Get vM priority.
|
String |
vmSize()
Get the size of the virtual machines in the cluster.
|
ClusterCreateParameters |
withNodeSetup(NodeSetup nodeSetup)
Set setup to be performed on each compute node in the cluster.
|
ClusterCreateParameters |
withScaleSettings(ScaleSettings scaleSettings)
Set scale settings for the cluster.
|
ClusterCreateParameters |
withSubnet(ResourceId subnet)
Set existing virtual network subnet to put the cluster nodes in.
|
ClusterCreateParameters |
withUserAccountSettings(UserAccountSettings userAccountSettings)
Set settings for an administrator user account that will be created on each compute node in the cluster.
|
ClusterCreateParameters |
withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)
Set oS image configuration for cluster nodes.
|
ClusterCreateParameters |
withVmPriority(VmPriority vmPriority)
Set vM priority.
|
ClusterCreateParameters |
withVmSize(String vmSize)
Set the size of the virtual machines in the cluster.
|
public String vmSize()
public ClusterCreateParameters withVmSize(String vmSize)
vmSize
- the vmSize value to setpublic VmPriority vmPriority()
public ClusterCreateParameters withVmPriority(VmPriority vmPriority)
vmPriority
- the vmPriority value to setpublic ScaleSettings scaleSettings()
public ClusterCreateParameters withScaleSettings(ScaleSettings scaleSettings)
scaleSettings
- the scaleSettings value to setpublic VirtualMachineConfiguration virtualMachineConfiguration()
public ClusterCreateParameters withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)
virtualMachineConfiguration
- the virtualMachineConfiguration value to setpublic NodeSetup nodeSetup()
public ClusterCreateParameters withNodeSetup(NodeSetup nodeSetup)
nodeSetup
- the nodeSetup value to setpublic UserAccountSettings userAccountSettings()
public ClusterCreateParameters withUserAccountSettings(UserAccountSettings userAccountSettings)
userAccountSettings
- the userAccountSettings value to setpublic ResourceId subnet()
public ClusterCreateParameters withSubnet(ResourceId subnet)
subnet
- the subnet value to setCopyright © 2019. All rights reserved.