Class NeutronPortPair

    • Constructor Detail

      • NeutronPortPair

        public NeutronPortPair()
    • Method Detail

      • 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 PortPair
        Returns:
        description : Human readable description for the port pair
      • setDescription

        public void setDescription​(String description)
      • getEgressId

        public String getEgressId()
        Specified by:
        getEgressId in interface PortPair
        Returns:
        egressId : Id for the egress port
      • setEgressId

        public void setEgressId​(String egressId)
      • getIngressId

        public String getIngressId()
        Specified by:
        getIngressId in interface PortPair
        Returns:
        ingressId : Id for the ingress port
      • setIngressId

        public void setIngressId​(String ingressId)
      • setServiceFunctionParameters

        public void setServiceFunctionParameters​(Map<String,​String> serviceFunctionParameters)