Class NeutronFirewallUpdate

    • Constructor Detail

      • NeutronFirewallUpdate

        public NeutronFirewallUpdate()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface FirewallUpdate
        Returns:
        tenantId : Human readable name for the firewall (255 characters limit). Does not have to be unique.
      • getTenantId

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

        public String getDescription()
        Specified by:
        getDescription in interface FirewallUpdate
        Returns:
        description : Human readable description for the firewall (1024 characters limit).
      • isAdminStateUp

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

        public Boolean isShared()
        Specified by:
        isShared in interface FirewallUpdate
        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

        public String getPolicy()
        Specified by:
        getPolicy in interface FirewallUpdate
        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.