Class IpPoolRange.Builder

  • Enclosing class:
    IpPoolRange

    public static final class IpPoolRange.Builder
    extends java.lang.Object
    Builder class for IpPoolRange.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of IpPoolRange.
    • Method Detail

      • setLinks

        public IpPoolRange.Builder setLinks​(java.util.List<ResourceLink> links)
        The server will populate this field when returing the resource. Ignored on PUT and POST. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        links - New value for the property.
      • setSchema

        public IpPoolRange.Builder setSchema​(java.lang.String schema)
        Schema for this resource This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        schema - New value for the property.
      • setEnd

        public IpPoolRange.Builder setEnd​(java.lang.String end)
        The end IP Address of the IP Range. format: ip
        Parameters:
        end - New value for the property.
      • setStart

        public IpPoolRange.Builder setStart​(java.lang.String start)
        The start IP Address of the IP Range. format: ip
        Parameters:
        start - New value for the property.