Class NetworkInterfaceIpConfigurationPropertiesFormatInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.NetworkInterfaceIpConfigurationPropertiesFormatInner
-
public final class NetworkInterfaceIpConfigurationPropertiesFormatInner extends Object
Properties of IP configuration.
-
-
Constructor Summary
Constructors Constructor Description NetworkInterfaceIpConfigurationPropertiesFormatInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ApplicationGatewayBackendAddressPool>applicationGatewayBackendAddressPools()Get the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.List<ApplicationSecurityGroupInner>applicationSecurityGroups()Get the applicationSecurityGroups property: Application security groups in which the IP configuration is included.com.azure.core.management.SubResourcegatewayLoadBalancer()Get the gatewayLoadBalancer property: The reference to gateway load balancer frontend IP.List<BackendAddressPoolInner>loadBalancerBackendAddressPools()Get the loadBalancerBackendAddressPools property: The reference to LoadBalancerBackendAddressPool resource.List<InboundNatRuleInner>loadBalancerInboundNatRules()Get the loadBalancerInboundNatRules property: A list of references of LoadBalancerInboundNatRules.Booleanprimary()Get the primary property: Whether this is a primary customer address on the network interface.StringprivateIpAddress()Get the privateIpAddress property: Private IP address of the IP configuration.IpVersionprivateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.IpAllocationMethodprivateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.NetworkInterfaceIpConfigurationPrivateLinkConnectionPropertiesprivateLinkConnectionProperties()Get the privateLinkConnectionProperties property: PrivateLinkConnection properties for the network interface.ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the network interface IP configuration.PublicIpAddressInnerpublicIpAddress()Get the publicIpAddress property: Public IP address bound to the IP configuration.SubnetInnersubnet()Get the subnet property: Subnet bound to the IP configuration.voidvalidate()Validates the instance.List<VirtualNetworkTapInner>virtualNetworkTaps()Get the virtualNetworkTaps property: The reference to Virtual Network Taps.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithApplicationGatewayBackendAddressPools(List<ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools)Set the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithApplicationSecurityGroups(List<ApplicationSecurityGroupInner> applicationSecurityGroups)Set the applicationSecurityGroups property: Application security groups in which the IP configuration is included.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithGatewayLoadBalancer(com.azure.core.management.SubResource gatewayLoadBalancer)Set the gatewayLoadBalancer property: The reference to gateway load balancer frontend IP.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithLoadBalancerBackendAddressPools(List<BackendAddressPoolInner> loadBalancerBackendAddressPools)Set the loadBalancerBackendAddressPools property: The reference to LoadBalancerBackendAddressPool resource.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithLoadBalancerInboundNatRules(List<InboundNatRuleInner> loadBalancerInboundNatRules)Set the loadBalancerInboundNatRules property: A list of references of LoadBalancerInboundNatRules.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithPrimary(Boolean primary)Set the primary property: Whether this is a primary customer address on the network interface.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithPrivateIpAddress(String privateIpAddress)Set the privateIpAddress property: Private IP address of the IP configuration.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithPrivateIpAddressVersion(IpVersion privateIpAddressVersion)Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)Set the privateIpAllocationMethod property: The private IP address allocation method.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithPublicIpAddress(PublicIpAddressInner publicIpAddress)Set the publicIpAddress property: Public IP address bound to the IP configuration.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithSubnet(SubnetInner subnet)Set the subnet property: Subnet bound to the IP configuration.NetworkInterfaceIpConfigurationPropertiesFormatInnerwithVirtualNetworkTaps(List<VirtualNetworkTapInner> virtualNetworkTaps)Set the virtualNetworkTaps property: The reference to Virtual Network Taps.
-
-
-
Method Detail
-
gatewayLoadBalancer
public com.azure.core.management.SubResource gatewayLoadBalancer()
Get the gatewayLoadBalancer property: The reference to gateway load balancer frontend IP.- Returns:
- the gatewayLoadBalancer value.
-
withGatewayLoadBalancer
public NetworkInterfaceIpConfigurationPropertiesFormatInner withGatewayLoadBalancer(com.azure.core.management.SubResource gatewayLoadBalancer)
Set the gatewayLoadBalancer property: The reference to gateway load balancer frontend IP.- Parameters:
gatewayLoadBalancer- the gatewayLoadBalancer value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
virtualNetworkTaps
public List<VirtualNetworkTapInner> virtualNetworkTaps()
Get the virtualNetworkTaps property: The reference to Virtual Network Taps.- Returns:
- the virtualNetworkTaps value.
-
withVirtualNetworkTaps
public NetworkInterfaceIpConfigurationPropertiesFormatInner withVirtualNetworkTaps(List<VirtualNetworkTapInner> virtualNetworkTaps)
Set the virtualNetworkTaps property: The reference to Virtual Network Taps.- Parameters:
virtualNetworkTaps- the virtualNetworkTaps value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
applicationGatewayBackendAddressPools
public List<ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools()
Get the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.- Returns:
- the applicationGatewayBackendAddressPools value.
-
withApplicationGatewayBackendAddressPools
public NetworkInterfaceIpConfigurationPropertiesFormatInner withApplicationGatewayBackendAddressPools(List<ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools)
Set the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.- Parameters:
applicationGatewayBackendAddressPools- the applicationGatewayBackendAddressPools value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
loadBalancerBackendAddressPools
public List<BackendAddressPoolInner> loadBalancerBackendAddressPools()
Get the loadBalancerBackendAddressPools property: The reference to LoadBalancerBackendAddressPool resource.- Returns:
- the loadBalancerBackendAddressPools value.
-
withLoadBalancerBackendAddressPools
public NetworkInterfaceIpConfigurationPropertiesFormatInner withLoadBalancerBackendAddressPools(List<BackendAddressPoolInner> loadBalancerBackendAddressPools)
Set the loadBalancerBackendAddressPools property: The reference to LoadBalancerBackendAddressPool resource.- Parameters:
loadBalancerBackendAddressPools- the loadBalancerBackendAddressPools value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
loadBalancerInboundNatRules
public List<InboundNatRuleInner> loadBalancerInboundNatRules()
Get the loadBalancerInboundNatRules property: A list of references of LoadBalancerInboundNatRules.- Returns:
- the loadBalancerInboundNatRules value.
-
withLoadBalancerInboundNatRules
public NetworkInterfaceIpConfigurationPropertiesFormatInner withLoadBalancerInboundNatRules(List<InboundNatRuleInner> loadBalancerInboundNatRules)
Set the loadBalancerInboundNatRules property: A list of references of LoadBalancerInboundNatRules.- Parameters:
loadBalancerInboundNatRules- the loadBalancerInboundNatRules value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: Private IP address of the IP configuration.- Returns:
- the privateIpAddress value.
-
withPrivateIpAddress
public NetworkInterfaceIpConfigurationPropertiesFormatInner withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: Private IP address of the IP configuration.- Parameters:
privateIpAddress- the privateIpAddress value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
privateIpAllocationMethod
public IpAllocationMethod privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.- Returns:
- the privateIpAllocationMethod value.
-
withPrivateIpAllocationMethod
public NetworkInterfaceIpConfigurationPropertiesFormatInner withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.- Parameters:
privateIpAllocationMethod- the privateIpAllocationMethod value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
privateIpAddressVersion
public IpVersion privateIpAddressVersion()
Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.- Returns:
- the privateIpAddressVersion value.
-
withPrivateIpAddressVersion
public NetworkInterfaceIpConfigurationPropertiesFormatInner withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.- Parameters:
privateIpAddressVersion- the privateIpAddressVersion value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
subnet
public SubnetInner subnet()
Get the subnet property: Subnet bound to the IP configuration.- Returns:
- the subnet value.
-
withSubnet
public NetworkInterfaceIpConfigurationPropertiesFormatInner withSubnet(SubnetInner subnet)
Set the subnet property: Subnet bound to the IP configuration.- Parameters:
subnet- the subnet value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
primary
public Boolean primary()
Get the primary property: Whether this is a primary customer address on the network interface.- Returns:
- the primary value.
-
withPrimary
public NetworkInterfaceIpConfigurationPropertiesFormatInner withPrimary(Boolean primary)
Set the primary property: Whether this is a primary customer address on the network interface.- Parameters:
primary- the primary value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
publicIpAddress
public PublicIpAddressInner publicIpAddress()
Get the publicIpAddress property: Public IP address bound to the IP configuration.- Returns:
- the publicIpAddress value.
-
withPublicIpAddress
public NetworkInterfaceIpConfigurationPropertiesFormatInner withPublicIpAddress(PublicIpAddressInner publicIpAddress)
Set the publicIpAddress property: Public IP address bound to the IP configuration.- Parameters:
publicIpAddress- the publicIpAddress value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
applicationSecurityGroups
public List<ApplicationSecurityGroupInner> applicationSecurityGroups()
Get the applicationSecurityGroups property: Application security groups in which the IP configuration is included.- Returns:
- the applicationSecurityGroups value.
-
withApplicationSecurityGroups
public NetworkInterfaceIpConfigurationPropertiesFormatInner withApplicationSecurityGroups(List<ApplicationSecurityGroupInner> applicationSecurityGroups)
Set the applicationSecurityGroups property: Application security groups in which the IP configuration is included.- Parameters:
applicationSecurityGroups- the applicationSecurityGroups value to set.- Returns:
- the NetworkInterfaceIpConfigurationPropertiesFormatInner object itself.
-
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the network interface IP configuration.- Returns:
- the provisioningState value.
-
privateLinkConnectionProperties
public NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties privateLinkConnectionProperties()
Get the privateLinkConnectionProperties property: PrivateLinkConnection properties for the network interface.- Returns:
- the privateLinkConnectionProperties value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-