Class AzureFirewallIPConfigurationResponse


  • public final class AzureFirewallIPConfigurationResponse
    extends java.lang.Object
    • Method Detail

      • etag

        public java.lang.String etag()
        Returns:
        A unique read-only string that changes whenever the resource is updated.
      • id

        public java.util.Optional<java.lang.String> id()
        Returns:
        Resource ID.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        Name of the resource that is unique within a resource group. This name can be used to access the resource.
      • privateIPAddress

        public java.lang.String privateIPAddress()
        Returns:
        The Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        The provisioning state of the Azure firewall IP configuration resource.
      • publicIPAddress

        public java.util.Optional<SubResourceResponse> publicIPAddress()
        Returns:
        Reference to the PublicIP resource. This field is a mandatory input if subnet is not null.
      • subnet

        public java.util.Optional<SubResourceResponse> subnet()
        Returns:
        Reference to the subnet resource. This resource must be named 'AzureFirewallSubnet' or 'AzureFirewallManagementSubnet'.
      • type

        public java.lang.String type()
        Returns:
        Type of the resource.