Class NewPublicVirtualInterfaceAllocation

    • Constructor Detail

      • NewPublicVirtualInterfaceAllocation

        public NewPublicVirtualInterfaceAllocation()
    • Method Detail

      • setVirtualInterfaceName

        public void setVirtualInterfaceName​(String virtualInterfaceName)
        Parameters:
        virtualInterfaceName -
      • getVirtualInterfaceName

        public String getVirtualInterfaceName()
        Returns:
      • withVirtualInterfaceName

        public NewPublicVirtualInterfaceAllocation withVirtualInterfaceName​(String virtualInterfaceName)
        Parameters:
        virtualInterfaceName -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVlan

        public void setVlan​(Integer vlan)
        Parameters:
        vlan -
      • getVlan

        public Integer getVlan()
        Returns:
      • setAsn

        public void setAsn​(Integer asn)
        Parameters:
        asn -
      • getAsn

        public Integer getAsn()
        Returns:
      • setAuthKey

        public void setAuthKey​(String authKey)
        Parameters:
        authKey -
      • getAuthKey

        public String getAuthKey()
        Returns:
      • setAmazonAddress

        public void setAmazonAddress​(String amazonAddress)
        Parameters:
        amazonAddress -
      • getAmazonAddress

        public String getAmazonAddress()
        Returns:
      • withAmazonAddress

        public NewPublicVirtualInterfaceAllocation withAmazonAddress​(String amazonAddress)
        Parameters:
        amazonAddress -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCustomerAddress

        public void setCustomerAddress​(String customerAddress)
        Parameters:
        customerAddress -
      • getCustomerAddress

        public String getCustomerAddress()
        Returns:
      • withCustomerAddress

        public NewPublicVirtualInterfaceAllocation withCustomerAddress​(String customerAddress)
        Parameters:
        customerAddress -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRouteFilterPrefixes

        public void setRouteFilterPrefixes​(Collection<RouteFilterPrefix> routeFilterPrefixes)
        Parameters:
        routeFilterPrefixes -
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object