Class StaticIpMacListSpec.Builder

    • Constructor Detail

      • Builder

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

      • setDefaultGateway

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

        public StaticIpMacListSpec.Builder setIpMacList​(java.util.List<IpMacPair> ipMacList)
        List of IPs and MACs for transport node host switch virtual tunnel endpoints
        Parameters:
        ipMacList - New value for the property.
      • setSubnetMask

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