Interface RedisFirewallRule

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource<RedisCache>, com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource<RedisFirewallRule, RedisCache>, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RedisFirewallRuleInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<RedisCache>, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<RedisFirewallRule>

public interface RedisFirewallRule extends com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource<RedisFirewallRule, RedisCache>, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RedisFirewallRuleInner>
The Azure Redis Firewall rule entries are of type RedisFirewallRule.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the endIp value.
    Get the name value.
    Get the startIp value.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource

    id

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent

    parent

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable

    refresh, refreshAsync
  • Method Details

    • name

      String name()
      Get the name value.
      Specified by:
      name in interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
      Returns:
      the name value
    • startIp

      String startIp()
      Get the startIp value.
      Returns:
      the startIp value
    • endIp

      String endIp()
      Get the endIp value.
      Returns:
      the endIp value