Class VIP

    • Method Detail

      • getTenantId

        @Nullable
        public String getTenantId()
        Returns:
        the tenant id of the VIP.
      • getName

        @Nullable
        public String getName()
        Returns:
        the name of the VIP.
      • getDescription

        @Nullable
        public String getDescription()
        Returns:
        the description of the VIP.
      • getSubnetId

        @Nullable
        public String getSubnetId()
        Returns:
        the subnet id for this VIP.
      • getAddress

        @Nullable
        public String getAddress()
        Returns:
        the address for this VIP.
      • getPortId

        @Nullable
        public String getPortId()
        Returns:
        the port id for this VIP.
      • getProtocol

        @Nullable
        public Protocol getProtocol()
        Returns:
        the protocol for this VIP.
      • getProtocolPort

        @Nullable
        public Integer getProtocolPort()
        Returns:
        the protocol port for this VIP.
      • getPoolId

        @Nullable
        public String getPoolId()
        Returns:
        the pool id for this VIP.
      • getConnectionLimit

        @Nullable
        public Integer getConnectionLimit()
        Returns:
        the connection limit for this VIP.
      • getAdminStateUp

        @Nullable
        public Boolean getAdminStateUp()
        Returns:
        the administrative state for this VIP.
      • getStatusDescription

        @Nullable
        public String getStatusDescription()
        Returns:
        the status description for this VIP.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • updateBuilder

        public static VIP.UpdateBuilder updateBuilder()
        Returns:
        the Builder for updating a VIP.