Class CentralServerConfiguration
java.lang.Object
com.azure.resourcemanager.workloads.models.CentralServerConfiguration
Gets or sets the central server configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Get the instanceCount property: The number of central server VMs.subnetId()
Get the subnetId property: The subnet id.void
validate()
Validates the instance.Get the virtualMachineConfiguration property: Gets or sets the virtual machine configuration.withInstanceCount
(long instanceCount) Set the instanceCount property: The number of central server VMs.withSubnetId
(String subnetId) Set the subnetId property: The subnet id.withVirtualMachineConfiguration
(VirtualMachineConfiguration virtualMachineConfiguration) Set the virtualMachineConfiguration property: Gets or sets the virtual machine configuration.
-
Constructor Details
-
CentralServerConfiguration
public CentralServerConfiguration()
-
-
Method Details
-
subnetId
Get the subnetId property: The subnet id.- Returns:
- the subnetId value.
-
withSubnetId
Set the subnetId property: The subnet id.- Parameters:
subnetId
- the subnetId value to set.- Returns:
- the CentralServerConfiguration object itself.
-
virtualMachineConfiguration
Get the virtualMachineConfiguration property: Gets or sets the virtual machine configuration.- Returns:
- the virtualMachineConfiguration value.
-
withVirtualMachineConfiguration
public CentralServerConfiguration withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration) Set the virtualMachineConfiguration property: Gets or sets the virtual machine configuration.- Parameters:
virtualMachineConfiguration
- the virtualMachineConfiguration value to set.- Returns:
- the CentralServerConfiguration object itself.
-
instanceCount
public long instanceCount()Get the instanceCount property: The number of central server VMs.- Returns:
- the instanceCount value.
-
withInstanceCount
Set the instanceCount property: The number of central server VMs.- Parameters:
instanceCount
- the instanceCount value to set.- Returns:
- the CentralServerConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-