Interface Firewall

    • Method Detail

      • getId

        String getId()
        Returns:
        id : Unique identifier for the firewall.
      • getName

        String getName()
        Returns:
        name : Human readable name for the firewall (255 characters limit). Does not have to be unique.
      • getTenantId

        String getTenantId()
        Returns:
        tenantId : Owner of the Firewall. Only an administrative user can specify a tenant ID other than its own.
      • getDescription

        String getDescription()
        Returns:
        description : Human readable description for the firewall (1024 characters limit).
      • isAdminStateUp

        Boolean isAdminStateUp()
        Returns:
        adminstateup : The administrative state of the firewall, which is up (true) or down (false).
      • isShared

        Boolean isShared()
        Returns:
        shared : When set to True makes this firewall rule visible to tenants other than its owner, and can be used in firewall policies not owned by its tenant.
      • getPolicy

        String getPolicy()
        Returns:
        policyid : The firewall policy uuid that this firewall is associated with. This firewall will implement the rules contained in the firewall policy represented by this uuid.
      • getRouterIds

        List<String> getRouterIds()
        Returns:
        routerIds : A list of UUIDs for routers that are associated with the firewall.