Class NeutronPortChain

    • Constructor Detail

      • NeutronPortChain

        public NeutronPortChain()
    • Method Detail

      • getId

        public String getId()
        Specified by:
        getId in interface IdEntity
        Returns:
        the identifier for this resource
      • setId

        public void setId​(String id)
        Description copied from interface: IdEntity
        Sets the identifier for this resource. Note: creating a new resource should not have the idenfier set since OpenStack will assign one on the create call
        Specified by:
        setId in interface IdEntity
        Parameters:
        id - the identifier
      • setName

        public void setName​(String name)
        Description copied from interface: BasicResource
        Sets the name for this resource
        Specified by:
        setName in interface BasicResource
        Parameters:
        name - the name to set
      • getTenantId

        public String getTenantId()
        Specified by:
        getTenantId in interface Resource
        Returns:
        the tenant identifier for this resource
      • setTenantId

        public void setTenantId​(String tenantId)
        Description copied from interface: Resource
        Sets the tenant identifier
        Specified by:
        setTenantId in interface Resource
        Parameters:
        tenantId - the tenant id to set
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface PortChain
        Returns:
        description : Human readable description for the port chain
      • getChainId

        public String getChainId()
        Specified by:
        getChainId in interface PortChain
        Returns:
        chainId : an id on openstack. It is not equal to id.
      • setChainId

        public void setChainId​(String chainId)
      • setFlowClassifiers

        public void setFlowClassifiers​(List<String> flowClassifiers)
      • setPortPairGroups

        public void setPortPairGroups​(List<String> portPairGroups)
      • setChainParameters

        public void setChainParameters​(Map<String,​String> chainParameters)