LBFrontendIPConfigurationResourceSettings Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.LBFrontendIPConfigurationResourceSettings
- com.
public class LBFrontendIPConfigurationResourceSettings
Defines load balancer frontend IP configuration properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| LBFrontendIPConfigurationResourceSettings() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
name()
Get gets or sets the frontend IP configuration name. |
| java.lang.String |
privateIpAddress()
Get gets or sets the IP address of the Load Balancer. |
| java.lang.String |
privateIpAllocationMethod()
Get gets or sets PrivateIP allocation method (Static/Dynamic). |
|
Subnet |
subnet()
Get the subnet value. |
|
LBFrontend |
withName(String name)
Set gets or sets the frontend IP configuration name. |
|
LBFrontend |
withPrivateIpAddress(String privateIpAddress)
Set gets or sets the IP address of the Load Balancer. |
|
LBFrontend |
withPrivateIpAllocationMethod(String privateIpAllocationMethod)
Set gets or sets PrivateIP allocation method (Static/Dynamic). |
|
LBFrontend |
withSubnet(SubnetReference subnet)
Set the subnet value. |
|
LBFrontend |
withZones(String zones)
Set gets or sets the csv list of zones. |
| java.lang.String |
zones()
Get gets or sets the csv list of zones. |
Methods inherited from java.lang.Object
Constructor Details
LBFrontendIPConfigurationResourceSettings
public LBFrontendIPConfigurationResourceSettings()
Method Details
name
public String name()
Get gets or sets the frontend IP configuration name.
Returns:
privateIpAddress
public String privateIpAddress()
Get gets or sets the IP address of the Load Balancer.This is only specified if a specific private IP address shall be allocated from the subnet specified in subnetRef.
Returns:
privateIpAllocationMethod
public String privateIpAllocationMethod()
Get gets or sets PrivateIP allocation method (Static/Dynamic).
Returns:
subnet
public SubnetReference subnet()
Get the subnet value.
Returns:
withName
public LBFrontendIPConfigurationResourceSettings withName(String name)
Set gets or sets the frontend IP configuration name.
Parameters:
Returns:
withPrivateIpAddress
public LBFrontendIPConfigurationResourceSettings withPrivateIpAddress(String privateIpAddress)
Set gets or sets the IP address of the Load Balancer.This is only specified if a specific private IP address shall be allocated from the subnet specified in subnetRef.
Parameters:
Returns:
withPrivateIpAllocationMethod
public LBFrontendIPConfigurationResourceSettings withPrivateIpAllocationMethod(String privateIpAllocationMethod)
Set gets or sets PrivateIP allocation method (Static/Dynamic).
Parameters:
Returns:
withSubnet
public LBFrontendIPConfigurationResourceSettings withSubnet(SubnetReference subnet)
Set the subnet value.
Parameters:
Returns:
withZones
public LBFrontendIPConfigurationResourceSettings withZones(String zones)
Set gets or sets the csv list of zones.
Parameters:
Returns:
zones
public String zones()
Get gets or sets the csv list of zones.
Returns: