NicIpConfigurationResourceSettings Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.NicIpConfigurationResourceSettings
- com.
public class NicIpConfigurationResourceSettings
Defines NIC IP configuration properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| NicIpConfigurationResourceSettings() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
java.util.List<Load |
loadBalancerBackendAddressPools()
Get gets or sets the references of the load balancer backend address pools. |
|
java.util.List<Load |
loadBalancerNatRules()
Get gets or sets the references of the load balancer NAT rules. |
| java.lang.String |
name()
Get gets or sets the IP configuration name. |
| java.lang.Boolean |
primary()
Get gets or sets a value indicating whether this IP configuration is the primary. |
| java.lang.String |
privateIpAddress()
Get gets or sets the private IP address of the network interface IP Configuration. |
| java.lang.String |
privateIpAllocationMethod()
Get gets or sets the private IP address allocation method. |
|
Public |
publicIp()
Get the public |
|
Subnet |
subnet()
Get the subnet value. |
|
Nic |
withLoadBalancerBackendAddressPools(List<LoadBalancerBackendAddressPoolReference> loadBalancerBackendAddressPools)
Set gets or sets the references of the load balancer backend address pools. |
|
Nic |
withLoadBalancerNatRules(List<LoadBalancerNatRuleReference> loadBalancerNatRules)
Set gets or sets the references of the load balancer NAT rules. |
|
Nic |
withName(String name)
Set gets or sets the IP configuration name. |
|
Nic |
withPrimary(Boolean primary)
Set gets or sets a value indicating whether this IP configuration is the primary. |
|
Nic |
withPrivateIpAddress(String privateIpAddress)
Set gets or sets the private IP address of the network interface IP Configuration. |
|
Nic |
withPrivateIpAllocationMethod(String privateIpAllocationMethod)
Set gets or sets the private IP address allocation method. |
|
Nic |
withPublicIp(PublicIpReference publicIp)
Set the public |
|
Nic |
withSubnet(SubnetReference subnet)
Set the subnet value. |
Methods inherited from java.lang.Object
Constructor Details
NicIpConfigurationResourceSettings
public NicIpConfigurationResourceSettings()
Method Details
loadBalancerBackendAddressPools
public List<LoadBalancerBackendAddressPoolReference> loadBalancerBackendAddressPools()
Get gets or sets the references of the load balancer backend address pools.
Returns:
loadBalancerNatRules
public List<LoadBalancerNatRuleReference> loadBalancerNatRules()
Get gets or sets the references of the load balancer NAT rules.
Returns:
name
public String name()
Get gets or sets the IP configuration name.
Returns:
primary
public Boolean primary()
Get gets or sets a value indicating whether this IP configuration is the primary.
Returns:
privateIpAddress
public String privateIpAddress()
Get gets or sets the private IP address of the network interface IP Configuration.
Returns:
privateIpAllocationMethod
public String privateIpAllocationMethod()
Get gets or sets the private IP address allocation method.
Returns:
publicIp
public PublicIpReference publicIp()
Get the publicIp value.
Returns:
subnet
public SubnetReference subnet()
Get the subnet value.
Returns:
withLoadBalancerBackendAddressPools
public NicIpConfigurationResourceSettings withLoadBalancerBackendAddressPools(List<LoadBalancerBackendAddressPoolReference> loadBalancerBackendAddressPools)
Set gets or sets the references of the load balancer backend address pools.
Parameters:
Returns:
withLoadBalancerNatRules
public NicIpConfigurationResourceSettings withLoadBalancerNatRules(List<LoadBalancerNatRuleReference> loadBalancerNatRules)
Set gets or sets the references of the load balancer NAT rules.
Parameters:
Returns:
withName
public NicIpConfigurationResourceSettings withName(String name)
Set gets or sets the IP configuration name.
Parameters:
Returns:
withPrimary
public NicIpConfigurationResourceSettings withPrimary(Boolean primary)
Set gets or sets a value indicating whether this IP configuration is the primary.
Parameters:
Returns:
withPrivateIpAddress
public NicIpConfigurationResourceSettings withPrivateIpAddress(String privateIpAddress)
Set gets or sets the private IP address of the network interface IP Configuration.
Parameters:
Returns:
withPrivateIpAllocationMethod
public NicIpConfigurationResourceSettings withPrivateIpAllocationMethod(String privateIpAllocationMethod)
Set gets or sets the private IP address allocation method.
Parameters:
Returns:
withPublicIp
public NicIpConfigurationResourceSettings withPublicIp(PublicIpReference publicIp)
Set the publicIp value.
Parameters:
Returns:
withSubnet
public NicIpConfigurationResourceSettings withSubnet(SubnetReference subnet)
Set the subnet value.
Parameters:
Returns: