elsif !name.nil? and !subnet.name.nil? and subnet.name.to_s == name.to_s
              return subnet
            elsif !ip_block.nil? and !subnet.ip_block.nil? and subnet.ip_block.to_s == ip_block.to_s
              return subnet
            end