Class FrontendIpConfigurationInner

java.lang.Object
com.azure.core.management.SubResource
com.azure.resourcemanager.network.fluent.models.FrontendIpConfigurationInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.SubResource>

public final class FrontendIpConfigurationInner extends com.azure.core.management.SubResource
Frontend IP address of the load balancer.
  • Constructor Details

    • FrontendIpConfigurationInner

      public FrontendIpConfigurationInner()
      Creates an instance of FrontendIpConfigurationInner class.
  • Method Details

    • name

      public String name()
      Get the name property: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.
      Returns:
      the name value.
    • withName

      public FrontendIpConfigurationInner withName(String name)
      Set the name property: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.
      Parameters:
      name - the name value to set.
      Returns:
      the FrontendIpConfigurationInner object itself.
    • etag

      public String etag()
      Get the etag property: A unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value.
    • type

      public String type()
      Get the type property: Type of the resource.
      Returns:
      the type value.
    • zones

      public List<String> zones()
      Get the zones property: A list of availability zones denoting the IP allocated for the resource needs to come from.
      Returns:
      the zones value.
    • withZones

      public FrontendIpConfigurationInner withZones(List<String> zones)
      Set the zones property: A list of availability zones denoting the IP allocated for the resource needs to come from.
      Parameters:
      zones - the zones value to set.
      Returns:
      the FrontendIpConfigurationInner object itself.
    • withId

      Overrides:
      withId in class com.azure.core.management.SubResource
    • inboundNatRules

      public List<com.azure.core.management.SubResource> inboundNatRules()
      Get the inboundNatRules property: An array of references to inbound rules that use this frontend IP.
      Returns:
      the inboundNatRules value.
    • inboundNatPools

      public List<com.azure.core.management.SubResource> inboundNatPools()
      Get the inboundNatPools property: An array of references to inbound pools that use this frontend IP.
      Returns:
      the inboundNatPools value.
    • outboundRules

      public List<com.azure.core.management.SubResource> outboundRules()
      Get the outboundRules property: An array of references to outbound rules that use this frontend IP.
      Returns:
      the outboundRules value.
    • loadBalancingRules

      public List<com.azure.core.management.SubResource> loadBalancingRules()
      Get the loadBalancingRules property: An array of references to load balancing rules that use this frontend IP.
      Returns:
      the loadBalancingRules value.
    • privateIpAddress

      public String privateIpAddress()
      Get the privateIpAddress property: The private IP address of the IP configuration.
      Returns:
      the privateIpAddress value.
    • withPrivateIpAddress

      public FrontendIpConfigurationInner withPrivateIpAddress(String privateIpAddress)
      Set the privateIpAddress property: The private IP address of the IP configuration.
      Parameters:
      privateIpAddress - the privateIpAddress value to set.
      Returns:
      the FrontendIpConfigurationInner object itself.
    • privateIpAllocationMethod

      public IpAllocationMethod privateIpAllocationMethod()
      Get the privateIpAllocationMethod property: The Private IP allocation method.
      Returns:
      the privateIpAllocationMethod value.
    • withPrivateIpAllocationMethod

      public FrontendIpConfigurationInner withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
      Set the privateIpAllocationMethod property: The Private IP allocation method.
      Parameters:
      privateIpAllocationMethod - the privateIpAllocationMethod value to set.
      Returns:
      the FrontendIpConfigurationInner object itself.
    • privateIpAddressVersion

      public IpVersion privateIpAddressVersion()
      Get the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4.
      Returns:
      the privateIpAddressVersion value.
    • withPrivateIpAddressVersion

      public FrontendIpConfigurationInner 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 FrontendIpConfigurationInner object itself.
    • subnet

      public SubnetInner subnet()
      Get the subnet property: The reference to the subnet resource.
      Returns:
      the subnet value.
    • withSubnet

      public FrontendIpConfigurationInner withSubnet(SubnetInner subnet)
      Set the subnet property: The reference to the subnet resource.
      Parameters:
      subnet - the subnet value to set.
      Returns:
      the FrontendIpConfigurationInner object itself.
    • publicIpAddress

      public PublicIpAddressInner publicIpAddress()
      Get the publicIpAddress property: The reference to the Public IP resource.
      Returns:
      the publicIpAddress value.
    • withPublicIpAddress

      public FrontendIpConfigurationInner withPublicIpAddress(PublicIpAddressInner publicIpAddress)
      Set the publicIpAddress property: The reference to the Public IP resource.
      Parameters:
      publicIpAddress - the publicIpAddress value to set.
      Returns:
      the FrontendIpConfigurationInner 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 FrontendIpConfigurationInner 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 FrontendIpConfigurationInner 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 FrontendIpConfigurationInner 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 FrontendIpConfigurationInner object itself.
    • provisioningState

      public ProvisioningState 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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<com.azure.core.management.SubResource>
      Overrides:
      toJson in class com.azure.core.management.SubResource
      Throws:
      IOException
    • fromJson

      public static FrontendIpConfigurationInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of FrontendIpConfigurationInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of FrontendIpConfigurationInner 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 FrontendIpConfigurationInner.