Class StaticIpListSpec.Builder

    • Constructor Detail

      • Builder

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

      • setDefaultGateway

        public StaticIpListSpec.Builder setDefaultGateway​(java.lang.String defaultGateway)
        Gateway IP format: ip
        Parameters:
        defaultGateway - New value for the property.
      • setIpList

        public StaticIpListSpec.Builder setIpList​(java.util.List<java.lang.String> ipList)
        List of IPs for transport node host switch virtual tunnel endpoints format: ip
        Parameters:
        ipList - New value for the property.
      • setSubnetMask

        public StaticIpListSpec.Builder setSubnetMask​(java.lang.String subnetMask)
        Subnet mask format: ip
        Parameters:
        subnetMask - New value for the property.