Class FrontendIpConfigurationPropertiesFormatInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.FrontendIpConfigurationPropertiesFormatInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<FrontendIpConfigurationPropertiesFormatInner>
public final class FrontendIpConfigurationPropertiesFormatInner
extends Object
implements com.azure.json.JsonSerializable<FrontendIpConfigurationPropertiesFormatInner>
Properties of Frontend IP Configuration of the load balancer.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FrontendIpConfigurationPropertiesFormatInner class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FrontendIpConfigurationPropertiesFormatInner from the JsonReader.com.azure.core.management.SubResourceGet the gatewayLoadBalancer property: The reference to gateway load balancer frontend IP.List<com.azure.core.management.SubResource> Get the inboundNatPools property: An array of references to inbound pools that use this frontend IP.List<com.azure.core.management.SubResource> Get the inboundNatRules property: An array of references to inbound rules that use this frontend IP.List<com.azure.core.management.SubResource> Get the loadBalancingRules property: An array of references to load balancing rules that use this frontend IP.List<com.azure.core.management.SubResource> Get the outboundRules property: An array of references to outbound rules that use this frontend IP.Get the privateIpAddress property: The private IP address of the IP configuration.Get the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.Get the privateIpAllocationMethod property: The Private IP allocation method.Get the provisioningState property: The provisioning state of the frontend IP configuration resource.Get the publicIpAddress property: The reference to the Public IP resource.com.azure.core.management.SubResourceGet the publicIpPrefix property: The reference to the Public IP Prefix resource.subnet()Get the subnet property: The reference to the subnet resource.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withGatewayLoadBalancer(com.azure.core.management.SubResource gatewayLoadBalancer) Set the gatewayLoadBalancer property: The reference to gateway load balancer frontend IP.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of the IP configuration.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The Private IP allocation method.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the Public IP resource.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix) Set the publicIpPrefix property: The reference to the Public IP Prefix resource.withSubnet(SubnetInner subnet) Set the subnet property: The reference to the subnet resource.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
FrontendIpConfigurationPropertiesFormatInner
public FrontendIpConfigurationPropertiesFormatInner()Creates an instance of FrontendIpConfigurationPropertiesFormatInner class.
-
-
Method Details
-
inboundNatRules
Get the inboundNatRules property: An array of references to inbound rules that use this frontend IP.- Returns:
- the inboundNatRules value.
-
inboundNatPools
Get the inboundNatPools property: An array of references to inbound pools that use this frontend IP.- Returns:
- the inboundNatPools value.
-
outboundRules
Get the outboundRules property: An array of references to outbound rules that use this frontend IP.- Returns:
- the outboundRules value.
-
loadBalancingRules
Get the loadBalancingRules property: An array of references to load balancing rules that use this frontend IP.- Returns:
- the loadBalancingRules value.
-
privateIpAddress
Get the privateIpAddress property: The private IP address of the IP configuration.- Returns:
- the privateIpAddress value.
-
withPrivateIpAddress
Set the privateIpAddress property: The private IP address of the IP configuration.- Parameters:
privateIpAddress- the privateIpAddress value to set.- Returns:
- the FrontendIpConfigurationPropertiesFormatInner object itself.
-
privateIpAllocationMethod
Get the privateIpAllocationMethod property: The Private IP allocation method.- Returns:
- the privateIpAllocationMethod value.
-
withPrivateIpAllocationMethod
public FrontendIpConfigurationPropertiesFormatInner withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The Private IP allocation method.- Parameters:
privateIpAllocationMethod- the privateIpAllocationMethod value to set.- Returns:
- the FrontendIpConfigurationPropertiesFormatInner object itself.
-
privateIpAddressVersion
Get the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4.- Returns:
- the privateIpAddressVersion value.
-
withPrivateIpAddressVersion
public FrontendIpConfigurationPropertiesFormatInner withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4.- Parameters:
privateIpAddressVersion- the privateIpAddressVersion value to set.- Returns:
- the FrontendIpConfigurationPropertiesFormatInner object itself.
-
subnet
Get the subnet property: The reference to the subnet resource.- Returns:
- the subnet value.
-
withSubnet
Set the subnet property: The reference to the subnet resource.- Parameters:
subnet- the subnet value to set.- Returns:
- the FrontendIpConfigurationPropertiesFormatInner object itself.
-
publicIpAddress
Get the publicIpAddress property: The reference to the Public IP resource.- Returns:
- the publicIpAddress value.
-
withPublicIpAddress
public FrontendIpConfigurationPropertiesFormatInner withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the Public IP resource.- Parameters:
publicIpAddress- the publicIpAddress value to set.- Returns:
- the FrontendIpConfigurationPropertiesFormatInner object itself.
-
publicIpPrefix
public com.azure.core.management.SubResource publicIpPrefix()Get the publicIpPrefix property: The reference to the Public IP Prefix resource.- Returns:
- the publicIpPrefix value.
-
withPublicIpPrefix
public FrontendIpConfigurationPropertiesFormatInner withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix) Set the publicIpPrefix property: The reference to the Public IP Prefix resource.- Parameters:
publicIpPrefix- the publicIpPrefix value to set.- Returns:
- the FrontendIpConfigurationPropertiesFormatInner object itself.
-
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 FrontendIpConfigurationPropertiesFormatInner 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 FrontendIpConfigurationPropertiesFormatInner object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the frontend IP configuration resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<FrontendIpConfigurationPropertiesFormatInner>- Throws:
IOException
-
fromJson
public static FrontendIpConfigurationPropertiesFormatInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of FrontendIpConfigurationPropertiesFormatInner from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of FrontendIpConfigurationPropertiesFormatInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the FrontendIpConfigurationPropertiesFormatInner.
-