Class VpcSubnetStatus.Builder

    • Constructor Detail

      • Builder

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

      • setDhcpRanges

        public VpcSubnetStatus.Builder setDhcpRanges​(java.lang.String dhcpRanges)
        DHCP address ranges are used for dynamic IP allocation. Existing values cannot be deleted or modified
        Parameters:
        dhcpRanges - New value for the property.
      • setDhcpServerAddress

        public VpcSubnetStatus.Builder setDhcpServerAddress​(java.lang.String dhcpServerAddress)
        Dhcp server IP address.
        Parameters:
        dhcpServerAddress - New value for the property.
      • setGatewayAddress

        public VpcSubnetStatus.Builder setGatewayAddress​(java.lang.String gatewayAddress)
        Gateway address of the VPC Subnet
        Parameters:
        gatewayAddress - New value for the property.
      • setNetworkAddress

        public VpcSubnetStatus.Builder setNetworkAddress​(java.lang.String networkAddress)
        Network address of the VPC Subnet
        Parameters:
        networkAddress - New value for the property.
      • setStaticIpPoolPath

        public VpcSubnetStatus.Builder setStaticIpPoolPath​(java.lang.String staticIpPoolPath)
        Static IP Pool used to allocate IPs. For ex, for DHCP static binding, LB VIP etc. This will also have pool usage inforamation.
        Parameters:
        staticIpPoolPath - New value for the property.
      • setStaticIpPoolRange

        public VpcSubnetStatus.Builder setStaticIpPoolRange​(java.lang.String staticIpPoolRange)
        Static IP address ranges used for IP allocation.
        Parameters:
        staticIpPoolRange - New value for the property.